Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ridemountainpig/fcu-course-search-app
- Owner: ridemountainpig
- Created: 2023-01-26T11:53:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T06:08:16.000Z (5 months ago)
- Last Synced: 2024-10-13T01:35:14.300Z (25 days ago)
- Topics: android-application, expo, react-native
- Language: JavaScript
- Homepage:
- Size: 1.15 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```