In this Project I have created a to-do list where we have implemented the feature like adding or removing the task, also they would track if the task is completed or not.
To get a local copy up and running, follow the steps in Setup below.
Basic knowledge of HTML, CSS, and JavaScript.
If you installed git you can clone the code to your machine, or download a ZIP of all the files directly. Download the ZIP from this location, or run the following git command to clone the files to your machine:
git clone https://github.com/topeogunleye/todo-list.git
Install Node Modules
npm install
Start the development server
npm start
Open http://localhost:8080 to view it in the browser.
Generate a full static production build
npm run build
The following tools help make easier to work with sample code.
š¤ Benjamin
Contributions, issues, and feature requests are welcome!
Give a āļø if you like this project!