Skip to content

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

License

Notifications You must be signed in to change notification settings

amiraabouhadid/to-do-list

Repository files navigation

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

Built With

  • HTML5
  • CSS3
  • JavaScript ES6
  • Wepback

Live demo

You can visit live version via link

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

Contributors

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like my portfolio!

📝 License

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published