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

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

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
```