Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brianali-codes/frapp
Frapp (Freebie Radar APP) Get video game giveaways at the comfort of your mobile phone made with 🧡by Brian Ali.
https://github.com/brianali-codes/frapp
apk eas expo expo-router hermes javascript mobile mobile-app mobile-development nodemodules npm react react-native react-native-paper typescript
Last synced: 1 day ago
JSON representation
Frapp (Freebie Radar APP) Get video game giveaways at the comfort of your mobile phone made with 🧡by Brian Ali.
- Host: GitHub
- URL: https://github.com/brianali-codes/frapp
- Owner: Brianali-codes
- Created: 2024-10-23T16:28:32.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-03T09:00:43.000Z (3 months ago)
- Last Synced: 2024-11-03T09:16:17.972Z (3 months ago)
- Topics: apk, eas, expo, expo-router, hermes, javascript, mobile, mobile-app, mobile-development, nodemodules, npm, react, react-native, react-native-paper, typescript
- Language: TypeScript
- Homepage:
- Size: 961 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FRAPP
Frapp (freebie radar APP) is an app that enables you to get the latest video game giveaways as well as the latest free games. The app acts as a messenger as it dives into different sites such as Gog , itch.io, Epic games, Steam and so much more using the power of the gamepower API.
![Untitled design](https://github.com/user-attachments/assets/7f2a2f71-a1cf-4e3d-bcbd-37beab10c3ed)if you want to contribute to the project you can do so by following the steps below
## Developers
- [@Brian Ali](https://www.github.com/brianali-codes)
## License
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
## Deployment
This is an [Expo](https://expo.dev) project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app).
To get started Fork This Repository. then clone it.
## To run the project Locally
Clone the project
```bash
git clone https://github.com/Brianali-codes/Frapp.git
```Go to the project directory
```bash
cd Frapp
```Install dependencies and Expo cli globally or Locally
```bash
npm install
```
Install Expo CLi globally.
```bash
npm i -g expo
```
Install Expo CLi to project only.
```bash
npm i expo
```
Start the server for web
```bash
npm run web
```
Start the server using expo.
```bash
expo start
```## Screenshots