A simple Todo application built with React.
Create-react-app to manage tasks.
Clone this repo:
$ git clone https://github.com/Daria1911/react-todo
Install all dependancies:
$ npm install
Start the server:
$ npm start
And open the app in your browser at http://localhost:3000/.