/react-todo-app

This project is a basic ToDo app implemented in React.

Primary LanguageJavaScriptMIT LicenseMIT

react-todo-app

This project is a basic ToDo app implemented in React.

All tasks are listed on the main page. A user can perform the following:

  • View tasks
  • Add task
  • Edit Task
  • Delete Task

Install Instructions

First clone this repository.

$ git clone http://www.github.com/z9/react-todo

Go into the directory

$ cd react-todo

Install dependencies. Make sure you already have nodejs & npm installed on your system.

$ npm install 

Run it

$ npm run start

Open http://localhost:3000 to view it in the browser. This should happen automatically.