https://github.com/christabelle143/todo-list
To-do list" is an app that helps to organize your day. the user simply lists the things that needs to done and the app allows the to mark them as complete when they are done. Made with webpack, JavaScript ES6 , HTML 5 and CSS 3.
https://github.com/christabelle143/todo-list
css html javascript webpack
Last synced: about 1 year ago
JSON representation
To-do list" is an app that helps to organize your day. the user simply lists the things that needs to done and the app allows the to mark them as complete when they are done. Made with webpack, JavaScript ES6 , HTML 5 and CSS 3.
- Host: GitHub
- URL: https://github.com/christabelle143/todo-list
- Owner: Christabelle143
- Created: 2022-06-03T14:32:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T17:53:40.000Z (over 3 years ago)
- Last Synced: 2025-04-28T11:24:53.360Z (about 1 year ago)
- Topics: css, html, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 731 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Todo-list project
> This is a Microverse project that entails a to-do-list.
# Screenshot

## Built With
- HTML
- CSS
- Javascript
- Webpack
- VS code
## Live Demo
[Live Demo Link](https://christabelle143.github.io/Todo-List/)
## Getting Started
- Inorder to be able to set this up locally and eventually run it, follow the steps;
- Open your Gitbash or your code editor's terminal and run the command git clone git@github.com:Christabelle143/Todo-List.git
- Then you can pull the work from github to ur local machine using the git pull command.
- run npm install to install all dependencies used in the project
- run npm start to start the application on the browser.
## Test unit
- Install jest using the command $ npm install --save-dev jest
- You can check for more information here jest version
- Add this to package.json :
- "scripts": {
- "test": "jest"
- }
- run npm test
## Author
👤 **Author**
- GitHub: [Christabelle143](https://github.com/Christabelle143)
- Twitter: [@christabelleyo](https://twitter.com/christabelleyo)
- LinkedIn: [YoutaChristabelle](https://linkedin.com/in/YoutaChristabelle)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./MIT.md) licensed.