Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roninjosue/calculator
https://github.com/roninjosue/calculator
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/roninjosue/calculator
- Owner: roninJosue
- Created: 2022-01-11T23:20:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T03:59:35.000Z (about 2 years ago)
- Last Synced: 2024-11-11T12:13:39.704Z (3 months ago)
- Language: JavaScript
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JavaScript Calculator
Solution for Front End Development Libraries project.
## Table of Contents
- [Overview](#overview)
- [Built With](#built-with)
- [Installation](#installation)
- [Features](#features)
- [Contact](#contact)## Overview
### This is how the application is displayed
![screenshot](https://github.com/roninJosue/freecodecamp/blob/main/FrontEndDevelopmentLibraries/Projects/Calculator/calculator-app.jpg?raw=true)
### Built With- [React](https://reactjs.org/)
- [Create React App](https://create-react-app.dev/)
- [Styled Components](https://styled-components.com/)
- [Recoil](https://recoiljs.org/)This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
### Installation
1. Clone or download the repository.
2. Install all the dependencies using the following command.
```bash
npm install
```
3. Run the application using the following command.
```bash
npm run start
```## Features
This application/site was created as a submission to a Front End Development Libraries project from freeCodeCamp.
Calculator is a simple calculator that can perform basic arithmetic operations. It can perform addition, subtraction, multiplication, and division.
Showing the result of the operation is done by clicking the "=" button.---
## Contact
- GitHub [@roninJosue](https://github.com/roninJosue)
- Instagram [roninJosue](https://www.instagram.com/roninjosue)