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.
- Host: GitHub
- URL: https://github.com/amiraabouhadid/to-do-list
- Owner: amiraabouhadid
- License: mit
- Created: 2022-02-15T11:05:33.000Z (over 4 years ago)
- Default Branch: development
- Last Pushed: 2022-02-24T10:48:29.000Z (over 4 years ago)
- Last Synced: 2023-03-11T08:35:31.703Z (over 3 years ago)
- Topics: css3, javascript, jest, webpack
- Language: JavaScript
- Homepage: https://toprocrastinate.netlify.app/
- Size: 304 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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

## 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.