Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 798 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 798 Bytes

Trello Ninja

Code Louisville November 2018 React Front End Web Development Project

Robert Glover

November 2018

Description

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.

Instructions

  1. Clone repository.
  2. Change directory to root of project, i.e., where package.json resides.
  3. Type "npm install" to install the node dependencies.
  4. Type "npm start" to run the project.
  5. The browser should open automatically. If it does not, enter the url "localhost:3000".

The program will start on localhost:3000.