Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahangarha/mv-todo-list
A simple ToDo list project made by JavaScript. One can add, edit and remove todos as well as marking them as completed.
https://github.com/ahangarha/mv-todo-list
javascript todo webpack
Last synced: about 1 month ago
JSON representation
A simple ToDo list project made by JavaScript. One can add, edit and remove todos as well as marking them as completed.
- Host: GitHub
- URL: https://github.com/ahangarha/mv-todo-list
- Owner: ahangarha
- License: agpl-3.0
- Created: 2022-02-15T10:19:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T15:17:48.000Z (about 2 years ago)
- Last Synced: 2024-12-14T06:31:57.622Z (about 2 months ago)
- Topics: javascript, todo, webpack
- Language: JavaScript
- Homepage: https://mv-todo-js.netlify.app/
- Size: 380 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# To Do List (Microverse project)
This is an educational project to make a To Do List web application without using JS frameworks.
## Built With
- HTML5
- JavaScript
- npm
- webpack## Screenshot
![screenshot](./screenshot.png)
## Live Demo
Check the [live demo](https://mv-todo-js.netlify.app/)## Usage
To build the project run:
```
$ npm install
$ npm run build
```## Development
In development environment use the following command:
```
$ npm run dev
```## Author
👤 **Mostafa Ahangarha**
- GitHub: [@ahangarha](https://github.com/ahangarha)
- Mastodon [@[email protected]](https://mas.to/@ahangarha)
- Twitter: [@ahangarha](https://twitter.com/ahangarha)
- LinkedIn: [ahangarha](https://linkedin.com/in/ahangarha)## 🤝 Contributing
As an educational project at this stage I am not supposed to accept any PR. Yet I appreciate if you can report problems from [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Linters are made by Microverse Inc.
## 📝 License
This project is released under [AGPL](./LICENSE) licensed.