An open API service indexing awesome lists of open source software.

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

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.