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.
- Host: GitHub
- URL: https://github.com/trast00/minimalist-todo
- Owner: Trast00
- Created: 2022-12-06T11:03:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T16:40:41.000Z (over 3 years ago)
- Last Synced: 2025-03-30T09:23:07.470Z (over 1 year ago)
- Topics: css, html, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 679 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

### Tech Stack
- HTML
- CSS
- JavaScript
- **Use Webpack**
- **Use ES6**
- **Use Add/Update/Remove Tasks**
- **Drag and Drop task feature**
[Live Demo Link](https://trast00.github.io/Minimalist-todo/dist/index.html)
## 💻 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
```
👤 **Dicko Allasane**
- GitHub: [@Trast00](https://github.com/Trast00)
- Twitter: [@dickoallassane](https://twitter.com/AllassaneDicko0/)
- LinkedIn: [dickoallassane](https://www.linkedin.com/in/allassane-dicko-744aaa224)
- [x] **Drag and Drop task**
- [ ] **Personnalize the style**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Trast00/Minimalist-todo/issues).
Give a ⭐️ if you like this project!
Inspired by [getminimalist](https://web.archive.org/web/20180320194056/http://www.getminimalist.com:80/), thanks to them
This project is [MIT](./LICENSE) licensed.