- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
[To Do List App] This to-do list app can help you in keeping track of your daily tasks. The project was built using JavaScript and Webpack.
This awesome book project with ES6 bulit with HTML , CSS and Javascript
Structure
Layout
Setup
The following are the key features of the application.
- Linters setup
- Setup project with webpack
- HTML template
- Render task list dynamically with javascript
- style the app with CSS loader
- Add todo item
- Delete todo item
- Update todo item
- Clear all completed todo item
- Show mark task completion when click on checkbox
- Test add and remove task
- Test clear all completed tasks
- Test update completed status
Click the live demo to access the application.
- Click here to see the Live Demo of the project.
- Code editor: VS code or other
- Web browser: like Google Chrome
- git-scm
npm installClone this repository to your desired folder:
cd my-folder
git clone git@github.com:mulugithub/To-Do-List.gitTo run the project, open the project using a live server from VS code editor.
cd To-Do-List
code .
npm installTo run this project:
npm startTo run tests, run the following command: To check for html errors run:
npx hint .To check for css errors run:
npx stylelint "**/*.{css,scss}"To check for js errors run:
npx eslint .This project is authored by.
👤 Author1
- GitHub: @mulugithub
- LinkedIn: @muluken-zemed
The following features will add to the project.
- Dragging each item and moving it into the desired position
- Rebulid using React
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, give it a star on GitHub.
- I would like to thank Microverse team to give this project and the MV code reviewers.
This project is MIT licensed.
