Skip to content

ferbaco86/react-calculator

Repository files navigation

React-Calculator

A basic calculator made with create-react-app for learning purposes where the user can perform some basic math operations

Screenshots

screen1

Running the project

To get a local copy use this command on your terminal:

git clone git@github.com:ferbaco86/react-calculator.git

Then run

npm install

Now in the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm test

Run the tests included in the project

Live Version

https://fbc-react-calculator.herokuapp.com/

Technologies Used

  • React.js
  • HTML
  • CSS
  • Create-React-App

Potential Features

  • Add responsiveness

  • Limit the number length

  • Add more operations

Contributors

👤 Fernando Bahamondes

About

A basic calculator built with React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published