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.
- Host: GitHub
- URL: https://github.com/trast00/best-practice-todolist
- Owner: Trast00
- Created: 2022-12-12T12:15:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T15:30:01.000Z (over 2 years ago)
- Last Synced: 2025-01-27T10:09:39.199Z (4 months ago)
- Language: JavaScript
- Size: 246 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.### Tech Stack
- HTML
- CSS
- JavaScript- **Use Webpack**
- **Use ES6**
- **Use Add/Update/Remove Tasks**[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 [email protected]:myaccount/my-project.gitnpm init -y
npm install webpack webpack-cli --save-dev
npm install --save-dev html-webpack-plugin
npm install --save-dev html-loadernpm 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
```👤 **Dicko Allasane**
- GitHub: [@githubhandle](https://github.com/Trast00)
- Twitter: [@twitterhandle](https://twitter.com/AllassaneDicko0/)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/allassane-dicko-744aaa224)- [ ] **[Drag and Drop task]**
- [ ] **[Personnalize the style]**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.