Mesi21 / ToDo

A ToDo List app, built with JavaScript, bundled with webpack. The user can add, edit, remove tasks and mark them as completed. Tested with Jest.
MIT License
1 stars 0 forks source link
javascript jest jest-tests webpack

ToDo

This project is about an app used for adding, editing and deleting daily tasks. The user can also flag a task as completed. The page was built using JavaScript and bundled with Webpack.


screenshot

Built With

Live Demo

ToDo App

Getting Started

To get a local copy up and running follow the next steps:

Clone the repo to you local machine.

git clone "https://github.com/Mesi21/ToDo.git"
run `npm install`
run `npm start` to start the server

Test

    git clone "https://github.com/Mesi21/ToDo.git"
    run `npm install --save-dev`
    run `npm run test` to start testing

Author

:bust_in_silhouette: Molnar Emese

🤝 Contributing

All contributions, issues and feature requests are welcome!

  1. Fork it (https://github.com/Mesi21/ToDo.git)
  2. Create your working branch (git checkout -b [choose-a-name])
  3. Commit your changes (git commit -am 'what this commit will fix/add/improve')
  4. Push to the branch (git push origin [chosen-name])
  5. Create a new Pull Request

Show your support

Give a ⭐️ if you like this project.

:wave: Acknowledgments

Licence

This project is MIT licensed.