Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oybekkayumov/microverse-m2-webpack
"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. We will build a simple website that allows for doing that, and we will do it using ES6 and Webpack!
https://github.com/oybekkayumov/microverse-m2-webpack
class css3 flex html5 javascript linters material-icons webpack
Last synced: about 1 month ago
JSON representation
"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. We will build a simple website that allows for doing that, and we will do it using ES6 and Webpack!
- Host: GitHub
- URL: https://github.com/oybekkayumov/microverse-m2-webpack
- Owner: OybekKayumov
- License: mit
- Created: 2022-03-21T14:19:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T15:35:09.000Z (almost 3 years ago)
- Last Synced: 2024-12-26T05:42:13.559Z (about 1 month ago)
- Topics: class, css3, flex, html5, javascript, linters, material-icons, webpack
- Language: JavaScript
- Homepage:
- Size: 2.68 MB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# microverse-m2-todo-with-webpack
This is a minimalist ToDo list app to add, update and remove tasks easily.
![image](https://user-images.githubusercontent.com/85465559/160863796-89696ac2-30cc-4a7a-96a7-918bffc84bcb.png)
## Live demo
[Live Demo Link](https://oybekkayumov.github.io/microverse-m2-webpack/)
## Built using
- HTML
- CSS
- JavaScript
- Webpack## Usage
start by cloning this repository by running:
```
git clone https://github.com/OybekKayumov/microverse-m2-webpack.git
```cd to the folder
run this command to install all the packages needed
```
npm install
```to run a live server on port 8080 run this command
```
npm run start
```to build your project run:
```
npm run build
```## Author
👤 **Oybek Kayumov**
- GitHub: [OybekKayumov](https://github.com/OybekKayumov)
- LinkedIn: [oybek-kayumov](https://www.linkedin.com/in/oybek-kayumov-54a8485b/)
- Twitter: [@KayumovOybek](https://twitter.com/KayumovOybek)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/OybekKayumov/microverse-m2-webpack/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.! [](https://img.shields.io/badge/Microverse-blueviolet)