This is a calculator for tips, you can use it whenever you need to give a tip and don't feel like calculating the amount yourself 🧐
- HTML
- CSS
- JavaScript
- Webpack
👤 Joaquin Garrido Lecca Zanetti
- GitHub: @Kakalanp
- Twitter: @LeccaJoaquin
- LinkedIn: Joaquin Garrido Lecca Zanetti
👤 Esteban Muñoz
- GitHub: @estebanmual
- Twitter: @estebanmual
- LinkedIn: Edgar Esteban Muñoz Alba
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
To get a local copy up and running follow these simple steps.
- npm (node package manager)
- Have git correctly installed.
-
Open a terminal window where you want to have installed a copy of the repository.
-
Use this command to get a copy:
git clone https://github.com/Kakalanp/TO-DO-list.git
- then, run
npm install
in your comand prompt, this will install all the listed dependencies on the package.json file.
- Edit the content as you like.
- Thanks to Frontend Mentor for this project's assets and guidelines.