Skip to content

gmoraleslondono/retro-calculator

Repository files navigation

Retro Calculator

GitHub license Continuous Integration PRs Welcome All Contributors Known Vulnerabilities Maintainability FOSSA Status

A colleague challenged me to build a calculator, so I started this project on CodePen to practice JavaScript, CSS, and HTML. When I was almost done a friend found a bug (1 + 1 + 1 = 11) so I quickly made some changes to fix it. I ended up moving the project to GitHub and added some end-to-end tests using Cypress because after my quick fix 1 + 1 = 0 πŸ™ˆ

Prerequisites

Development

How to run locally

  • Clone this repository.
git clone https://github.com/gmoraleslondono/retro-calculator.git
  • Run npm install in the repository root.

  • Run npm start.

  • Open http://127.0.0.1:8080 πŸš€

How to Contribute

Please make sure the following is done:

  • Fork the repository and create your branch from main.

  • Run npm install in the repository root.

  • If you’ve fixed a bug or added code that should be tested, add tests!

  • Ensure the test suite passes (npm test).

  • Format your code with prettier (npm run prettier).

  • Make sure your code lints (npm run eslint:check).

Credits

Made with ❀ by Gloria Morales

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Gloria Morales

πŸ’» πŸ“– 🎨 πŸ‘€ ⚠️

Tomas Echeverri Valencia

πŸ“– πŸ› πŸ’» πŸ€” πŸš‡ πŸ“† πŸ‘€

This project follows the all-contributors specification. Contributions of any kind welcome!

License

FOSSA Status

About

πŸ”’ Retro calculator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5