https://github.com/zhadier/to-do-list
A simple to do list webpage where you can log the daily tasks you have to do, mark them as checked, modify them, reorder them and remove them. Made using HTML, CSS and JavaScript.
https://github.com/zhadier/to-do-list
Last synced: 8 months ago
JSON representation
A simple to do list webpage where you can log the daily tasks you have to do, mark them as checked, modify them, reorder them and remove them. Made using HTML, CSS and JavaScript.
- Host: GitHub
- URL: https://github.com/zhadier/to-do-list
- Owner: zhadier
- Created: 2022-01-11T16:23:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T22:40:46.000Z (almost 4 years ago)
- Last Synced: 2025-03-31T11:51:11.190Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.73 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# To-Do-List
> This Webpage is for a To-Do-List which helps you keep track of all the tasks you have to do through out the day. You can add, remove, clear, check or reorder the tasks as you want :)

I came up with the drag and drop functionality by myself which I'm is something I'm really proud to have accomplished in this project
## Built With
- HTML / CSS / JavaScript
## Live Demo
- [Github Page Link](https://zhadier.github.io/To-Do-List)
## Getting Started
### To launch the project locally:
#### Step 1:
- Clone this repo locally using git in the command line and the following command
git clone https://github.com/zhadier/To-Do-List
- Alternatively, you can just download the complete zip file and extract the folder in your directory
#### Step 2:
- Open the cloned/extracted folder in a code editor of your choice
- Run npm install (npm and node are prerequisites)(downloads all dependencies)
- Run npm start (To show the results in live server)
- Run npm test (To see jest testing results)
## Authors
👤 **Zeeshan Haider**
- GitHub: [@zhadier](https://github.com/zhadier)
- LinkedIn: [Zeeshan Haider](https://www.linkedin.com/in/zhadier39/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome and highly encouraged!
We feel that your input is what helps us grow so you're always Welcome :)
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
We would love to hear your thoughts and ideas 🖤
## 📝 License
This project is [MIT](./MIT.md) licensed.