Code Louisville November 2018 React Front End Web Development Project
This repository consists of the Trello Ninja version 1 website.
This website consumes the Trello API and allows users to list cards in a Trello "To Do" list, and add, update, and delete these cards.
This project uses
- React, React Router
- HTML, CSS, and JavaScript; and
- Reactstrap for responsive web design.
- Clone repository.
- Change directory to root of project, i.e., where package.json resides.
- Type "npm install" to install the node dependencies.
- Type "npm start" to run the project.
- The browser should open automatically. If it does not, enter the url "localhost:3000".
The program will start on localhost:3000.