A To-Do list program using Javscript and Reactjs
User can add new tasks and start it and then complete them in a progressive manner.
Project is created with:
- Javascript version: ES 6
- React version: 18
To clone and run this application, you'll need Git installed on your computer.
From your command line run:
# Clone this repository
$ git clone https://github.com/lasanthamudalige/keeper-app.git
# Go into the repository
$ cd keeper-app/
# To install all dependencies
$ npm install
To run this project:
$ npm start
This project is open source and available under the MIT License.