https://github.com/dckt/expo-rescript-calculator
Calculator app written in ReScript with Expo
https://github.com/dckt/expo-rescript-calculator
Last synced: 3 months ago
JSON representation
Calculator app written in ReScript with Expo
- Host: GitHub
- URL: https://github.com/dckt/expo-rescript-calculator
- Owner: DCKT
- License: mit
- Created: 2022-02-05T13:37:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T22:25:26.000Z (over 4 years ago)
- Last Synced: 2025-04-05T16:35:09.021Z (about 1 year ago)
- Language: ReScript
- Size: 820 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# expo-rescript-calculator

Calculator app written with [Expo](https://expo.dev) and [ReScript](https://rescript-lang.org)
## Design
I took [the design](https://dribbble.com/shots/14709020-Calculator) from Dribbble from [Lucia Scott](https://dribbble.com/luciascott).
## Try it 📱
You can try this app through [Expo Go](https://expo.dev/expo-go) following [this link](https://expo.dev/@dckthomas/expo-rescript-calculator).
## Development
Install dependencies
```bash
yarn
# or
npm install
```
Then build the ReScript files
```bash
yarn rescript:watch
```
In another terminal, run the expo server
```bash
yarn start
```