/notes-app

Primary LanguageTypeScript

Notes App

A simple notes app!

Stack

Client: React native, Expo, Typescript

Screenshots

Screen Multiplatform Screen Multiplatform Screen Multiplatform

Run Locally

Clon the project

  git clone https://github.com/kioshiokamoto/notes-app

Go to the project route

  cd notes-app

Install dependencies

  yarn

Start Client

  yarn start
  # To open on Android: Press "a"
  # To open on iOS: Press "i"

Run tests

  yarn test