Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 877 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 877 Bytes

To-Do List React App

This project is a simple to-do list app built with react and bootstrap. The tutorial that inspired this project can be found here: https://medium.com/javascript-in-plain-english/build-a-simple-todo-app-with-react-561579b39ad1.

This project was bootstrapped with Create React App.

Features:

  • User can create, delete, and complete tasks
  • User can view a list of incomplete and complete tasks
  • User can return to her saved list of tasks at any time
  • User can see how long ago she created each task

To Start To-Do List React App:

Make a local copy by downloading or cloning directory and run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.