Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibrohimrasulov/todo-list-app
https://github.com/ibrohimrasulov/todo-list-app
javascript
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ibrohimrasulov/todo-list-app
- Owner: IbrohimRasulov
- Created: 2022-01-11T21:41:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-30T18:03:39.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T17:04:08.014Z (almost 2 years ago)
- Topics: javascript
- Language: JavaScript
- Homepage:
- Size: 1.04 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# To Do list
> The project I have built is based on a simple app which adds tasks, marks them as completed and deletes all completed tasks. This project has been built with the help of modern CSS3, Bootstrap 5, JavaScript and webpack to bundle JavaScript. Check the live demo to try.
![app-screenshot](./app-screenshot.png)
### Live Demo
[Live Demo Link](https://ibrohimrasulov.github.io/ToDo-List-App/dist/)
## Built With
- JavaScript, HTML, CSS
- Webpack### Prerequisites
- node### Setup
```
- npm install
- npm install webpack webpack-cli --save-dev
```### Clone the repository to your local machine
```
- git clone https://github.com/IbrohimRasulov/ToDo-List-App.git
```### Deployment
run:
```
npm run build
```
and deploy the files in the ```dist``` folder## Authors
👤 **Ibrohim Rasulov**
- GitHub: [@IbrohimRasulov](https://github.com/IbrohimRasulov)
- Twitter: [@IbrohimRasu1ov](https://twitter.com/IbrohimRasu1ov)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/ibrohim-rasulov-a88352209/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/IbrohimRasulov/ToDo-List-App/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc