Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`