Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matiasbenedetto/calc
Test calculator written in react
https://github.com/matiasbenedetto/calc
Last synced: 24 days ago
JSON representation
Test calculator written in react
- Host: GitHub
- URL: https://github.com/matiasbenedetto/calc
- Owner: matiasbenedetto
- Created: 2020-06-11T01:48:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T08:34:40.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T00:43:04.330Z (about 1 month ago)
- Language: JavaScript
- Size: 2.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React Calc
A full-stack calculator app built with React, Node and Express.written by **Matias Benedetto**
### Tech stack
- Backend: Node + Express app serving the React App and the `/result` api endpoint to calculate a result.
- Frontend: React app using NextJS as the kickstarter.
- Tests: Jest + Enzyme![screenshot](https://user-images.githubusercontent.com/1310626/84400839-ef0b4400-abd8-11ea-926c-3aa4eeb63076.gif)
### Development
- `npm install`
- `npm run dev`
- Navigate to http://localhost.com:3000### Test
- `npm run test`