https://github.com/mwapsam/to-do-list
This is my to-do list website built with html, css and JavaScript. In this project I used Webpack to bundle JavaScript and ES6 modules to write modular JavaScript.
https://github.com/mwapsam/to-do-list
css es6-classes es6-modules html5 javascript webpack
Last synced: about 1 month ago
JSON representation
This is my to-do list website built with html, css and JavaScript. In this project I used Webpack to bundle JavaScript and ES6 modules to write modular JavaScript.
- Host: GitHub
- URL: https://github.com/mwapsam/to-do-list
- Owner: Mwapsam
- Created: 2022-01-11T09:39:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-21T19:45:03.000Z (over 3 years ago)
- Last Synced: 2025-03-29T05:51:15.305Z (about 2 months ago)
- Topics: css, es6-classes, es6-modules, html5, javascript, webpack
- Language: JavaScript
- Homepage: https://mwapsam.github.io/To-Do-List/
- Size: 1.3 MB
- Stars: 18
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# To-Do-List App
This is my to-do list website built with html, css and JavaScript. In this project I used Webpack to bundle JavaScript and ES6 modules to write modular JavaScript.

## Built With
- Webpack
- HTML
- CSS
- Modular JavaScript (with modern ES6 syntax)## Live Demo
[Live Demo Link](https://mwapsam.github.io/To-Do-List/)
## Getting Started
**Setup**
git clone https://github.com/Mwapsam/To-Do-List.git
Execute the following commands on your terminal
```
npm install
npm start
```### Prerequisites
You need to have NODE.JS set up on your local machine.
### Deployment
Execute the following commands on your terminal
```
npm run build
npm run deploy
```It will open your browser with the project homepage
👤 ## Author
- GitHub: [@Mwapsam](https://github.com/Mwapsam)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.