Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdulhamiid/todo-list
This is a simple web app that allows a user add list of tasks that needs to be completed. It is built using webpack and served by a webpack dev server.
https://github.com/abdulhamiid/todo-list
css html javascript
Last synced: 2 months ago
JSON representation
This is a simple web app that allows a user add list of tasks that needs to be completed. It is built using webpack and served by a webpack dev server.
- Host: GitHub
- URL: https://github.com/abdulhamiid/todo-list
- Owner: abdulhamiid
- Created: 2022-06-01T17:22:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-04T13:30:44.000Z (over 1 year ago)
- Last Synced: 2024-10-10T00:17:04.453Z (3 months ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage:
- Size: 433 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Todo List App
> This project is a simple "To-do list" website which allows user to organize their day. It simply lists the things that you need to do and allows you to mark them as complete.
## Built With
- HTML
- CSS
- JavaScript (ES6+)
- Webpack### Live Demo
🔥 [Link](https://abdulhamiid.github.io/todo-list) 🔥
## Getting Started
To get a local copy up and running follow these simple example steps.
### Clone this repository
```
git clone https://github.com/abdulhamiid/todo-list.git
```## This project is built with webpack
### Prerequisites- Node.js
- npm- cd into the project directory
```terminal
cd todo-list
```
- Once you've cloned the repo and are inside the directory, run `npm install`
command to get all necessary installations.- **Yep, that's it!** you are now all set and simply run `npm start` to get your clone up and running on the browser.
## Author
👤 **Abdulhamid**
- GitHub: [abdulhamiid](https://github.com/abdulhamiid)
- Twitter: [@abdulhamid_adio](https://twitter.com/abdulhamid_adio)
- LinkedIn: [Adio Abdulhamid](https://linkedin.com/in/abdulhamid-adio)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/abdulhamiid/todo-list/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Thanks to microverse
## 📝 License
This project is [MIT](./MIT.md) licensed.