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

https://github.com/amiraabouhadid/to-do-list

A to do list where you can add tasks, mark completed tasks and clear all completed tasks.
https://github.com/amiraabouhadid/to-do-list

css3 javascript jest webpack

Last synced: 11 months ago
JSON representation

A to do list where you can add tasks, mark completed tasks and clear all completed tasks.

Awesome Lists containing this project

README

          

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

# To Do List

>A to do list where you can add tasks, mark completed tasks and clear all completed tasks. You can rearrange the order of the tasks by double clicking the task then dragging it to the desired location. You can also edit a task's description by clicking on the three vertical dots to its right. Built using webpack bundle of Javascript
![Screenshot from 2022-02-17 18-41-48](https://user-images.githubusercontent.com/56790126/154528763-e48302b4-f52b-4b51-9e4d-cf85146f508b.png)

## Built With

- HTML5
- CSS3
- JavaScript ES6
- Wepback

## Live demo

You can visit live version via [link](https://toprocrastinate.netlify.app/)

## Getting Started

To get a local copy up and running follow these simple example steps:
- Open Terminal.
- Change the current working directory to the location you want the cloned directory.
- Enter the following:
```
$ git clone git@github.com:amiraabouhadid/to-do-list.git.
```
- Press Enter to create your local clone.
- Navigate to the cloned repository by running:
```
$ cd to-do-list
```
- Install all dependencies using:
```
$ npm install
```

- Run local server using:
```
$ npm run build
$ npm start
```
- Run unit tests using:
```
$ npm run test

```

### Prerequisites
- GitHub
- Git
- Node.js

## Authors

👤 **Amira Abouhadid**

- GitHub: [@amiraabouhadid](https://github.com/amiraabouhadid)
- Twitter: [@AbouhadidAmira](https://twitter.com/AbouhadidAmira)
- LinkedIn: [amira-abouhadid](https://www.linkedin.com/in/amira-abouhadid/)

## Contributors

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/amiraabouhadid/to-do-list/issues).

## Show your support

Give a ⭐️ if you like my portfolio!

## 📝 License

- This project is [MIT](./LICENSE) licensed.
- This project is [creativecommons](https://creativecommons.org/licenses/by-nc/4.0/) licensed.