[To Do List] is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. You can delete,edit and add more tasks.
If you are a new developer then you can learn basic UI feature from this project.
To get a local copy up and running, follow these steps.
In order to run this project you need:
Browser setup in your computer
Clone this repository to your desired folder:
cd my-folder
https://github.com/ngeelani48/To-Do_List.git
Install this project with:
To run the project, execute the following command:
index.html in your browserTo track linter errors locally follow these steps:
Download all the dependencies run:
npm install
Track HTML linter errors run:
npx hint .
Track CSS linter errors run:
npx stylelint "**/*.{css,scss}"
Track JavaScript linter errors run:
npx eslint .
Track Jest Test run:
npm test
You can deploy this project using:
(https://ngeelani48.github.io/To-Do_List/dist/)
👤 Muhammad Nafees
👤 Sane Myburg
Contributions, issues, and feature requests are welcome!
If you like this project please give your valuable comments.
I would like to thank my coding partners for their help and support and Microvers for this oppertunity.
This project is MIT licensed.