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

Primary LanguageJavaScriptMIT LicenseMIT

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

  • JavaScript
  • Webpack
  • HTML
  • CSS

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

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

👋 Acknowledgments

  • Morning session team
  • Standup team

Licence

This project is MIT licensed.