Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ridemountainpig/fcu-course-search-app

APP for FCU course search
https://github.com/ridemountainpig/fcu-course-search-app

android-application expo react-native

Last synced: 9 days ago
JSON representation

APP for FCU course search

Awesome Lists containing this project

README

        




# FCU Course Search APP

A APP for [FCU Course Search](https://github.com/ridemountainpig/fcu-course-search).

## Download

[Download the latest APK release](https://github.com/ridemountainpig/fcu-course-search-app/releases/download/v1.1.1/fcu-course-search-app.zip)

## Technologies

- EXPO
- React Native
- NativeWind

## Setup Project

```bash
# install expo cli
npm install -g expo-cli
# install dependencies
yarn install
# run project
expo start
```