https://github.com/captaincluster/javascript-calculator
The fourth project for the "Front End Development Libraries" course provided by FreeCodeCamp.
https://github.com/captaincluster/javascript-calculator
calculator css freecodecamp freecodecamp-project html javascript react reactjs
Last synced: about 2 months ago
JSON representation
The fourth project for the "Front End Development Libraries" course provided by FreeCodeCamp.
- Host: GitHub
- URL: https://github.com/captaincluster/javascript-calculator
- Owner: CaptainCluster
- License: gpl-3.0
- Archived: true
- Created: 2024-03-15T08:36:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-17T03:38:22.000Z (about 1 year ago)
- Last Synced: 2025-02-20T12:47:10.775Z (4 months ago)
- Topics: calculator, css, freecodecamp, freecodecamp-project, html, javascript, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScript Calculator
JavaScript Calculator is the fourth project for the *Front End Development Libraries* course that is hosted by **FreeCodeCamp**.
It utilizes the **React** JavaScript library to build the UI. The user can press the buttons in the calculator to make
simple calculations. The display above will show both the formula during the calculation and the most recent input.This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
[](https://www.gnu.org/licenses/gpl-3.0)
📚 Dependencies
---

> [Learn more about React here!](https://react.dev/)
In order to use the project, you need to download **NodeJS** for the necessary commands.
> [Install NodeJS here](https://nodejs.org/en/)After this, you have to install additional project dependencies, while being in the directory of the project.
This can be done by running the following command:
> `npm install`🚀 Running the program
---In order to start the program, all you need to do is run this command:
> `npm start`After this, you are good to go!
👀 Example
---
![]()
> This is what the calculator looks like.
🙏 Credits
---
This project is a part of **FreeCodeCamp** *Front End Development Libraries Course*. Their example project has been used for inspiration and the
constraints of the test criteria set a foundation on which my vision was built.