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

https://github.com/tomasesquivelgc/webpack-to-do-list

βœ…πŸ“ƒIn this repo I learn how to use Webpack. To-do list is a simple app that stores your chores in the local storage for your later access. you can also check them as completed and eliminate all completed tasks with the clear button, or you can delete them individually with the delete icon.
https://github.com/tomasesquivelgc/webpack-to-do-list

Last synced: 5 months ago
JSON representation

βœ…πŸ“ƒIn this repo I learn how to use Webpack. To-do list is a simple app that stores your chores in the local storage for your later access. you can also check them as completed and eliminate all completed tasks with the clear button, or you can delete them individually with the delete icon.

Awesome Lists containing this project

README

        

Webpack minimalist

# πŸ“— Table of Contents

- [πŸ“– About the Project](#about-project)
- [πŸ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [πŸš€ Live Demo](#live-demo)
- [πŸ’» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [πŸ“ License](#license)

# πŸ“– [Webpack To-Do list]

Webpack minimalist is a Webpack based project that emulates this [minimalist](https://web.archive.org/web/20180320194056/http://www.getminimalist.com:80/)

## πŸ›  Built With

### Tech Stack

technologies

### Key Features

- **[Webpack build]**
- **[Basic list structure]**
- **[Checkbox on each list item]**

### New features

- add and delete methods created
- task description editable
- save and load localStorage methods created

#### Interactive update

- Checkboxes completed status
- Clear all button

(back to top)

## πŸš€ Live Demo

Click [here](https://tomasesquivelgc.github.io/Webpack-To-Do-list/) for the live version.

(back to top)

## πŸ’» Getting Started

To get a local copy up and running, follow these steps:
- clone this repository in you local enviorement
- npm run build
- npm start
And webpack will build and start the page for you in your browser.

### Prerequisites

In order to run this project you need a code editor and a browser.

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:myaccount/my-project.git
```

### Deployment

You can deploy this project using github pages

(back to top)

## πŸ‘₯ Authors

πŸ‘€ TomΓ‘s MatΓ­as Esquivel

- GitHub: [@tomasesquivelgc](https://github.com/tomasesquivelgc)
- Twitter: [@EsquivelTomas](https://twitter.com/EsquivelTomas)
- LinkedIn: [Tomas Esquivel](https://www.linkedin.com/in/tomas-esquivel-b2160568/)

(back to top)

## πŸ”­ Future Features

> Describe 1 - 3 features you will add to the project.

- [ ] **[drag and drop order]**
- [X] **[clear button function]**
- [ ] **[cross completed task]**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project please help me improve with helpful comments.

(back to top)

## πŸ™ Acknowledgments

I would like to thank Microverse for this growing opportunity.

(back to top)

## πŸ“ License

This project is [MIT](./LICENSE) licensed.

(back to top)