[Here you can add your daily tasks list and check every task according to its completion. You can also remove and edit tasks. You can also clear all completed tasks after selecting them from the list. HTML/CSS and JavaScript best practices are used to make this project. Also used webpacks in this project. This project can be run on localhost.]
Client
Server
Database
- [Displays List of ToDo Tasks]
- [Addition of New Tasks]
- [Removal of a Task from the list]
- [Local storage]
- [Editing a task with Edit Button]
- [Checkboxes are there to check the completed tasks]
- [All the completed tasks can be Cleared by Clicking the Clear All Completed Button]
- [A Reset button is also there to reset all the tasks.]
- [Webpack is managing all the dependencies and auto loading in browser]
- [All the scetions and functionality is re-created by ES6 Modules]
- [ToDo List is Interactive, checking and unchecking the checkbox is interactive.]
- Install VS Code and run it on Live Server if you want to check how the code works on local host.
In order to run this project you need:
- Browser.
- VS Code editor
- Git and GitHub
- Webpack Setup
Clone this repository to your desired folder:
cd my-folder
git clone [email protected]:Mike111222/ToDoList.git
Open index.html file in VS Code, run via live server extension and see how the code works. You can also visit the Live Demo Link to see how the Project works online.
Make sure you are in the project folder
- Make sure you have node.js installed
- npm installed
- npm i -D jest
- change your your test script to jest (optional: --coverage)
- Run npm test
👤 Muhammad Amran Khan [Mike]
- GitHub: @githubhandle
- LinkedIn: LinkedIn
- Twitter: @twitterhandle
- [Navigation bar]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, just reach out to me for more projects even better than this, and please give it a star ⭐️.
I would like to thank my fellow Authors, my friend, my code reviewers and Microverse.
-
[How can the project be improved]
- [More features can be intergrated by adding more pages for example pending tasks from the past]
-
[Can I use this project for study purposes]
- [Yes]
This project is MIT licensed.