/react-native-typescript-recipes

Simple recipe app

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

About

Simple app written in TypeScript and React-Native to hold your recipes.

Screenshots

Screenshot_0 Screenshot_1 Screenshot_2

Technical

  • Project was tested via Expo 2.24.4 on iOS 11.4
  • Only *.ts and *.tsx files were pushed
  • PIXABAY_API_KEY file contains my api key

How to run

  1. git clone
  2. Create PIXABAY_API_KEY file and export const KEY = 'YOUR_KEY'
  3. npm install to install all packages
  4. tsc to compile all files
  5. Run via EXPO