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

https://github.com/trast00/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 use webpack and ES6.
https://github.com/trast00/minimalist-todo

css html javascript webpack

Last synced: about 1 year 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 use webpack and ES6.

Awesome Lists containing this project

README

          

# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Minimalist-todo ](#-minimalist-todo-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 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 learn use webpack and javascript ES6.

# Preview
Image of a todo list project

## 🛠 Built With

### Tech Stack
- HTML
- CSS
- JavaScript

### Key Features

- **Use Webpack**
- **Use ES6**
- **Use Add/Update/Remove Tasks**
- **Drag and Drop task feature**

(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 git@github.com:myaccount/my-project.git
```

### Install

Install this project with:

```sh
cd my-project
npm install
```

### Usage

To run the project, execute the following command:

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

## 👥 Authors

👤 **Dicko Allasane**

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

## 🔭 Future Features

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

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Trast00/Minimalist-todo/issues).

(back to top)

## ⭐️ 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)