https://github.com/mahammad-mostafa/to-do-list
This is the fourth project in the second module of the Microverse program. It is a simple task management app with ES6 modules and bundle it with WebPack.
https://github.com/mahammad-mostafa/to-do-list
es6 html-css-javascript interactive microverse microverse-projects microverse-students minimal modules responsive-layout single-page-app todo-list webpack-dev-server webpack-loader webpack-plugin webpack5
Last synced: 2 months ago
JSON representation
This is the fourth project in the second module of the Microverse program. It is a simple task management app with ES6 modules and bundle it with WebPack.
- Host: GitHub
- URL: https://github.com/mahammad-mostafa/to-do-list
- Owner: mahammad-mostafa
- License: mit
- Created: 2023-07-14T11:42:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T22:58:23.000Z (over 1 year ago)
- Last Synced: 2025-02-13T00:33:53.502Z (4 months ago)
- Topics: es6, html-css-javascript, interactive, microverse, microverse-projects, microverse-students, minimal, modules, responsive-layout, single-page-app, todo-list, webpack-dev-server, webpack-loader, webpack-plugin, webpack5
- Language: JavaScript
- Homepage: https://mahammad-mostafa.github.io/to-do-list/dist/
- Size: 291 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🏷️ To Do List
This is the fourth project in the second module in the **Microverse** program.
Check the below contents for further details about this project.# 📗 Contents
- [Description](#description)
- [Instructions](#instructions)
- [Authors](#authors)
- [Future](#future)
- [Contributions](#contributions)
- [Support](#support)
- [Acknowledgements](#acknowledgements)
- [License](#license)# 📖 Description
This project is a simple task management app with `ES6` modules and bundled with `WebPack`.
All project files are contained in `src` directory.
Also config linters for (`HTML` / `CSS3` / `JavaScript`) in the `.github` folder.📌 **Live Demo:**
- See the project live from [here](https://mahammad-mostafa.github.io/to-do-list/dist).📌 **Tech Stack:**
- Page strucutre is built with `HTML5`
- Styling is built with `CSS3`
- Dynamic content is built with `JavaScript`📌 **Key Features:**
- Responsive layout for all screens
- Tasks list is loaded dynamically
- Clear all completed tasks
- All tasks are locally stored
- Mark any task for completion
- Organize tasks by drag & drop
- Hover effect for icons & buttons
- Refresh & reload list from storage
- Edit any task by clicking on it & typing
- Manually remove any task when higlighted
- Add new tasks with maximum of 50 charaters
# 🛠️ Instructions
You can easily download or fork this repository and work on it immadiately!
📌 **Prerequisites:**
- `NodeJS` for installing & running all packages📌 **Setup:**
- Install all dependencies with `npm`
- For live development on `localhost:8080` run:
```
npm run start
```📌 **Deployment:**
- You can deploy this project by uploading files in the `dist` folder to a live server.
- Create the distribution build using this command:
```
npm run build
```# 👥 Authors
📌 **Mahammad:**
- [GitHub](https://github.com/mahammad-mostafa)
- [Twitter](https://twitter.com/mahammad_mostfa)
- [LinkedIn](https://linkedin.com/in/mahammad-mostafa)# 🔭 Future
Some additional features I may implement in the project:
- [ ] Using `CSS` preprocessors and their relevant loaders
- [ ] Implement two `WebPack` configurations for production & development# 🤝🏻 Contributions
Wish to contribute to this project?
Contributions, issues, and feature requests are more than welcome!
Feel free to check the [issues](../../issues) page too.# ⭐️ Support
Like this project? Show your support by starring!
# 🙏🏻 Acknowledgements
I thank everyone at **Microverse** for guiding me through this project.
# 📝 License
This project is [MIT](LICENSE.md) licensed.