Skip to content

rahalrazika/to-do-list

Repository files navigation

to-do-list

A todo list app built with javascript vanilla

Screenshots

Home Page

Built With 🔨

  • Javascript
  • Html
  • Webpack

Live Demo 🚀

TODO

Getting Started 💻

Installation

To get a local copy of the repository please run the following commands on your terminal:

$ cd <folder>
$ git clone git@github.com:rahalrazika/to-do-list.git

Testing

Below shows the following commands you will need to run tests: 1- Install Jest using yarn:

yarn add --dev jest

  • or npm :
npm install --save-dev jest

2- Or just run

npm install

to initialize the project

3- To run the tests, execute

npm run test 

or

yarn test 

Authors

👤 Diego Lira

👤 Razika Rahal

🤝 Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Odin projects
  • Microverse