Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/a1626/react-calculator

A calculator app based on react, created for learning purpose.
https://github.com/a1626/react-calculator

Last synced: 15 days ago
JSON representation

A calculator app based on react, created for learning purpose.

Awesome Lists containing this project

README

        

# React Calculator

A calculator app based on react, created for learning purpose.

## Tech used
- React (react, react-dom, react-scripts)

## Features Implemented
- [ ] only limited fields allowed
- [ ] switch b/w scientific

## How to use

- clone the repository
- run `npm i` to install all the dependencies
- run `npm start` to run the application
- the application will run on port `3000` by default