Skip to content

leahbanks/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

A mini calculator project built in React that is able to perform simple calculations, incuding addition, subtraction and division, both with whole numbers and decimals.

⌨️ Getting Started

In order to run this project locally, the following must be installed on your machine:

  • Node.js v19.6.1 -Node Package Manager (npm)
  • git (and a Github account)

💻 Run Locally

  1. Fork this repository.
  2. Via your terminal, navigate to your desired directory or create a new directory using mkdir <project-name>.
  3. Clone your forked version of the repository to your local machine using the command git clone <repo-url>.
  4. Naviagte into your new directory using cd <project-name> and open it with your chosen software, e.g. using the command code . to open it in VSCode.
  5. In your terminal, run npm install to install all dependencies.
  6. Then run npm start to open the app on your local server.

Happy hacking!

About

A mini calculator project built in React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published