https://github.com/luigirazum/mv-mintodolist
This is a simple minimalist ToDo App which you can use to track your daily pending tasks. Adding, Deleting or Marking a task as done in its very intuitive interface.
https://github.com/luigirazum/mv-mintodolist
dom-manipulation html-css-javascript
Last synced: 5 months ago
JSON representation
This is a simple minimalist ToDo App which you can use to track your daily pending tasks. Adding, Deleting or Marking a task as done in its very intuitive interface.
- Host: GitHub
- URL: https://github.com/luigirazum/mv-mintodolist
- Owner: luigirazum
- License: mit
- Created: 2022-12-13T22:35:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T22:25:45.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T11:45:02.984Z (9 months ago)
- Topics: dom-manipulation, html-css-javascript
- Language: JavaScript
- Homepage:
- Size: 3.69 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Minimalist ToDo-List App
This is a simple minimalist ToDo App which you can use to track your daily pending tasks. Adding, Deleting or Marking a task as done in its very intuitive interface.
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Minimalist ToDo List\] ](#-minimalist-todo-list-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Build](#build)
- [Run](#run)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)
**[Minimalist ToDo-List]** is an App that you can use to track your daily tasks. It allows you to Add/Mark as done/Delete a task, or you can Mark as done several tasks and Delete all of the marked tasks at once with the "Clear all completed" button.
- **Extensive DOM Manipulation for Adding/Deleting tasks from the list.**
- **Dinamically adds tasks at loading.**
- **Mark a task as done.**
- **Delete a task.**
- **Delete all your completed tasks at once.**
- Minimalist ToDo-List - Live Demo
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need `git` locally installed. Please got to [Getting Started - Installing Git guide](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and follow the steps described for your system to install `git`.
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:luigirazum/mv-mintodolist-JSbp.git
```
### Install
Install this project with:
```sh
cd mv-mintodolist-JSbp
npm install
```
### Build
To build the project, execute the following command:
```sh
npm run build
```
### Run
To run tests, run the following command:
```sh
npm start
```
### Deployment
You can deploy this project using:
```sh
npm deploy
```
👨💻 Luis Zubia
- GitHub: @luigirazum
- Twitter: @LuigiRazum
- LinkedIn: Luis Raul Zubia Maciel
- [ ] **Reorder the list, dragging the list items.**
In order to improve this project, contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
I really enjoyed making this project, so, if you like it, I appreciate your support giving me a ⭐.
- **Why should you use this project?**
- Because you can realize what you can achieve using this amazing tool.
- **Why did I make this project?**
- In order to start putting in practice the use of WebPack to create better projects.
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._