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

https://github.com/trast00/best-practice-todolist

**Minimalist-todo** is a project done This is for the activity "To Do list: list structure" of the Microverse Program. The goal is to to use webpack and ES6.
https://github.com/trast00/best-practice-todolist

Last synced: about 2 months ago
JSON representation

**Minimalist-todo** is a project done This is for the activity "To Do list: list structure" of the Microverse Program. The goal is to to use webpack and ES6.

Awesome Lists containing this project

README

        

# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [Minimalist-todo]
**Minimalist-todo** is a project done This is for the activity "To Do list: list structure" of the Microverse Program. The goal is to to use webpack and ES6.

## 🛠 Built With

### Tech Stack
- HTML
- CSS
- JavaScript

### Key Features

- **Use Webpack**
- **Use ES6**
- **Use Add/Update/Remove Tasks**

(back to top)

## 🚀 Live Demo

[Live Demo Link](https://trast00.github.io/Minimalist-todo/dist/index.html)

(back to top)

## 💻 Getting Started
To get a local copy up and running, follow these steps.

### Setup

Clone this repository to your desired folder and install required dependencies:

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

npm init -y
npm install webpack webpack-cli --save-dev
npm install --save-dev html-webpack-plugin
npm install --save-dev html-loader

npm install --save-dev style-loader css-loader
npm install --save-dev webpack-dev-server
```

### Usage

To run the project, execute the following command:

```sh
npm run build
npm start
```

## 👥 Authors

👤 **Dicko Allasane**

- GitHub: [@githubhandle](https://github.com/Trast00)
- Twitter: [@twitterhandle](https://twitter.com/AllassaneDicko0/)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/allassane-dicko-744aaa224)

## 🔭 Future Features

- [ ] **[Drag and Drop task]**
- [ ] **[Personnalize the style]**

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

Inspired by [getminimalist](https://web.archive.org/web/20180320194056/http://www.getminimalist.com:80/), thanks to them

## 📝 License

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

(back to top)