https://github.com/yazino12/todo-list
A simple HTML list of To Do tasks, built using webpack and served by a webpack dev server.
https://github.com/yazino12/todo-list
css javascript webpack
Last synced: 8 months ago
JSON representation
A simple HTML list of To Do tasks, built using webpack and served by a webpack dev server.
- Host: GitHub
- URL: https://github.com/yazino12/todo-list
- Owner: Yazino12
- Created: 2022-03-23T07:46:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-27T20:15:02.000Z (almost 4 years ago)
- Last Synced: 2025-03-30T02:22:22.986Z (about 1 year ago)
- Topics: css, javascript, webpack
- Language: JavaScript
- Homepage: https://yazino12.github.io/todo-list/
- Size: 455 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# To Do list
> This simple web page is built using webpack and served by a webpack dev server
Demo 📝

## Built With
- HTML, CSS, Javascript
## Getting Started
To get a local copy up and running follow these setup steps.
**Setup**
- Open terminal and clone the project: `git clone https://github.com/Yazino12/todo-list.git`
- cd into the directory `todo-list`
**Prerequisites**
- You need to have `node.js` installed in your system
**Install**
- On your terminal run : `npm i`
- For Webpack to build and bundle the app files : `npm run build`
- For Webpack to start the development server : `npm run start`
- In case you run into any errors please raise an [issue](https://github.com/Yazino12/todo-list/issues).
**Usage**
- You may use this project as you like.
## Live
- Link here: [Live](https://yazino12.github.io/todo-list/)
## Author
👤 **Yasin Warsame**
- GitHub: [@Yazino12](https://github.com/Yazino12)
- Twitter: [@yasino24](https://twitter.com/yasino24)
- LinkedIn: [yasin-warsame](https://linkedin.com/in/yasin-warsame-a4176217a)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- This was not possible without the help of [Microverse](https://github.com/microverseinc/curriculum-transversal-skills/blob/main/documentation/hello_microverse_project.md).
## 📝 License
This project is [MIT](./MIT.md) licensed.