Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 449 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 449 Bytes

React Todo App

simple react Todo app

check here

Todo app

Instructions

First clone this repository.

$ git clone https://github.com/manoharys/react-todo-app.git

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

$ npm install 

Run it

$ npm start