todo-list
todo-list copied to clipboard
This is a TodoList web application, where the users can add new todo, remove todo, edit todo, mark todo as completed, and remove all completed todo. Built with Webpack
todo-list
The todo list lists everything that you have to do, with the most important tasks at the top of the list, and the least important tasks at the bottom using a corresponding index of each task. The project is build with HTML,CSS and Javascript.
Live demo
Built With
-
HTML
-
CSS3
-
Js
-
Technologies used: webpack, Git, Github
Prerequisites
VScode or other editor
Install
Cloning the project
git clone https://github.com/divinecharlotte/To-Do-list.git
Prerequisites
- node
- npm
Install
Install webpack with npm :
npm install --save-dev webpack
Usage
- To get the configuration of the app: Run
npm install
Run tests
- To update changes : Run
bash npm run build - To launch the app locally: Run
bash npm start
Authors
👤 Divine Charlotte
- GitHub: @Divine
- LinkedIn: Divine Charlotte
🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Show your support
Give a ⭐️ if you like this project!
Acknowledgments
-This project was inspired by Microverse