Skip to content

A front-end web app that does arithmetic operations equivalent to a simple calculator. Built with React.js.

Notifications You must be signed in to change notification settings

autumnchris/calculator-reactjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator (React.js)

A front-end web app that does arithmetic operations equivalent to a simple calculator. Built with React.js.

Inspired by both the Build a JavaScript Calculator challenge as part of the curriculum for the Front End Development Libraries Certification on freeCodeCamp as well as the Calculator assignment as part of the curriculum for the Foundations course on the The Odin Project.


Built With

Demo

View project demo at https://autumnchris.github.io/calculator-reactjs.

Instructions

After forking and cloning, navigate to the repository in your command line and install the NPM packages:

npm install

Run the following script in your command line to run the application:

npm start

Once the server is running, go to http://localhost:8080 in your browser.

Before committing any changes, run the following script to update your static files for production:

npm run build