Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozameljawad/todolist
The To-Do List application is designed to allow users to save their daily activities sequentially and can completely delete the completed activities from the local storage. The application developed in JavaScript
https://github.com/mozameljawad/todolist
css html javascript linter-config webpak5
Last synced: about 1 month ago
JSON representation
The To-Do List application is designed to allow users to save their daily activities sequentially and can completely delete the completed activities from the local storage. The application developed in JavaScript
- Host: GitHub
- URL: https://github.com/mozameljawad/todolist
- Owner: MozamelJawad
- License: mit
- Created: 2023-07-19T08:49:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-11T11:05:34.000Z (11 months ago)
- Last Synced: 2024-05-17T15:26:23.513Z (7 months ago)
- Topics: css, html, javascript, linter-config, webpak5
- Language: JavaScript
- Homepage: https://mozameljawad.github.io/ToDoList/dist
- Size: 283 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## To Do List Project with Testing
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Live Demo](#live-demo)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**ToDoList** is a learning project that builds in HTML, CSS, and Javascript and uses webpack to bundle Javascript; in this project, proper ES6 syntax is also implemented.
The **ToDo List** interactive application helps you to add your functionalities; in the case of completion, you can mark it as complete, and if you want to delete it, it will be completely deleted from the list and local storage.
## 🛠 Built With
- Linters
- Webpack
- HTML
- CSS3
- JS (ES6 synthax)
- [Live Demo](https://mozameljawad.github.io/ToDoList/dist/)
##
- **The project allows users to add and remove things from the to-do list**
- **The user can remove the completed To Dos after completion**
### Setup
Clone this repository to your desired folder:
https://github.com/MozamelJawad/ToDoList
### Install
- npm init -y
- npm install webpack webpack-cli --save-dev
- npm install --save-dev html-webpack-plugin
- npm install webpack webpack-cli --save-dev
- npm install --save-dev style-loader css-loader
- npm install --save-dev webpack-dev-server
- npm run build
- npm start
### Usage
To run the project, execute the following command:
> npm install
### Run tests
> np start
### Deployment
Project can be deployed by using the gh-pages and other web platforms.
👤 **Mozamel Jawad**
- GitHub: [@githubhandle](https://github.com/MozamelJawad)
- Twitter: [@twitterhandle](https://twitter.com/mozameljawad)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mozamel-jawad-2b4421111/)
- [ ] **[I will try to add some more user interactivity using JS]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/MozamelJawad/ToDoList/issues).
If you like this project, give a ⭐️
I would like to thank from Microverse
This project is [MIT](./LICENSE) licensed.