This is an simple single page application made with React.
In this project I have made a 'ToDos List'.
Made with love by Deep Kr(@deepkrg17).
First clone this repository.
$ git clone https://github.com/deepkrg17/React-Todos-List.git
Install dependencies. Make sure you already have nodejs
& npm
installed in your system.
$ npm install # or yarn
Run it
$ npm start # or yarn start