Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.