Hacktober Calc 🧮 is a simple calculator using HTML, CSS and Javascript.
It's the simplest project to exercise programming skills, DOM manipulation and layout construction. Plus, you can start to contribute to Open Source from this project and learn the Git workflow.
- Including some themes
- Adding new math operations
- Improving keybord usage
- Writing some tests
- Refactoring something
- Translating
- Using your creativity \o/
Do you need a guide about PR? Watch this video.
As a simple web project built with pure HTML, CSS and JS, you can run it using Live Server extension if you want. But if you want to explore the testing environment, follow the steps below.
- Install dependencies with
npm install
- Run the project with
npm run dev
- For tests use
npm run test