https://github.com/fuadmoin/todolist
To-do-lists is a simple project built to help users stay organized. Users can create, edit and delete a task. Built with HTML, CSS, and JavaScript. And bundled with Webpack.
https://github.com/fuadmoin/todolist
css html5 javascript webpack
Last synced: 3 months ago
JSON representation
To-do-lists is a simple project built to help users stay organized. Users can create, edit and delete a task. Built with HTML, CSS, and JavaScript. And bundled with Webpack.
- Host: GitHub
- URL: https://github.com/fuadmoin/todolist
- Owner: fuadmoin
- Created: 2023-03-01T09:32:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T08:32:04.000Z (over 3 years ago)
- Last Synced: 2025-01-09T07:35:35.150Z (over 1 year ago)
- Topics: css, html5, javascript, webpack
- Language: JavaScript
- Homepage: https://fuadmoin.github.io/TODOLIST/dist/
- Size: 884 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To-do List
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**To-Do List** is a simple project built to help users stay organized, productive, and motivated in their work and life. Users can create tasks. The created tasks will be saved to local storage and will be displayed. Then, users can edit and mark tasks as complete on the website. They can also delete a single task or multiple tasks at once.
- **HTML, CSS, and JavaScript**
- **HTML styled with css and javascript**
- **Uses webpack**
> Check out the live demo for this project [here](https://fuadmoin.github.io/TODOLIST/dist/).
To get a local copy up and running, follow these steps.
### Prerequisites
Web Browser, Code Editor.
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone https://github.com/fuadmoin/TODOLIST.git
```
### Install
VS CODE
### Usage
```
code .
open the index file with live server
```
### Run tests
change the value of the index to see if the order of the task is being changed.
### Deployment
You can deploy this project using Github-Page.
👤 **Fuad Abdlemoin**
- GitHub: [@fuadmoin](https://github.com/fuadmoin)
- Twitter: [@Fuad01804580](https://twitter.com/Fuad01804580)
- LinkedIn: [Fuad Moin](https://www.linkedin.com/in/fuad-moin-a7b126259/)
- [ ] **[users will be able to input tasks]**
- [ ] **[tasks will be displayed based on their order]**
- [ ] **[users will be able to delete tasks that are completed]**
Contributions, [issues](https://github.com/fuadmoin/TODOLIST/issues), and feature requests are welcome!
If you like this project please consider starring it.
I would like to thank my coding partner [@Baqar](https://github.com/baqar-abbas) for helping me on this project with me.
This project is [MIT](./MIT.md) licensed.