An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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 :)

![screenshot](https://user-images.githubusercontent.com/90556221/154583163-e1e850ad-10a1-45e8-b74e-2cc300e2ad7a.png)

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.