- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
ToDoList is a learning project that builds in HTML, CSS, and Javascript and uses webpack to bundle Javascript; in this project, proper ES6 syntax is also implemented. The ToDo List interactive application helps you to add your functionalities; in the case of completion, you can mark it as complete, and if you want to delete it, it will be completely deleted from the list and local storage.
- Linters
- Webpack
- HTML
- CSS3
- JS (ES6 synthax)
- The project allows users to add and remove things from the to-do list
- The user can remove the completed To Dos after completion
Clone this repository to your desired folder:
https://github.com/MozamelJawad/ToDoList
- npm init -y
- npm install webpack webpack-cli --save-dev
- npm install --save-dev html-webpack-plugin
- npm install webpack webpack-cli --save-dev
- npm install --save-dev style-loader css-loader
- npm install --save-dev webpack-dev-server
- npm run build
- npm start
To run the project, execute the following command:
npm install
np start
Project can be deployed by using the gh-pages and other web platforms.
👤 Mozamel Jawad
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- [I will try to add some more user interactivity using JS]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, give a ⭐️
I would like to thank from Microverse
This project is MIT licensed.