Skip to content

l4ur4oliveira/hacktober-calc

Repository files navigation

Hacktobjerfest Logo
2024

🟢🟡 Leia em Português

What?

Hacktober Calc 🧮 is a simple calculator using HTML, CSS and Javascript.

Why?

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.

How to contribute?

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

Getting started

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

Hall of Fame