https://github.com/lauraatenciob/javascript-calculator
Basic calculator made with JavaScript
https://github.com/lauraatenciob/javascript-calculator
freecodecamp-project javascript-calculator
Last synced: 8 months ago
JSON representation
Basic calculator made with JavaScript
- Host: GitHub
- URL: https://github.com/lauraatenciob/javascript-calculator
- Owner: lauraatenciob
- Created: 2024-01-31T20:00:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T21:10:46.000Z (about 2 years ago)
- Last Synced: 2025-03-05T17:52:16.995Z (12 months ago)
- Topics: freecodecamp-project, javascript-calculator
- Language: JavaScript
- Homepage: https://lauraatenciob.github.io/javascript-calculator/
- Size: 343 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Javascript Calculator
This is a basic calculator made with JavaScript. This is one of the projects in the Frontend Development Libraries certification program at FreeCodeCamp. This application was released to production using Github Pages. You can see a preview in this [link](https://lauraatenciob.github.io/javascript-calculator/).
## Used technologies
This project was developed with React JS.\
For development purposes, you can create a fork of this repo and run npm install, and then npm starts to launch the development server at localhost:3000.