https://github.com/akinncar/fort-status
:hammer: Mobile/Web app to find your Epic Games user information made with Expo, React Native, Redux
https://github.com/akinncar/fort-status
android expo ios react-native reactjs redux web
Last synced: 2 months ago
JSON representation
:hammer: Mobile/Web app to find your Epic Games user information made with Expo, React Native, Redux
- Host: GitHub
- URL: https://github.com/akinncar/fort-status
- Owner: akinncar
- Created: 2019-03-17T04:51:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T21:59:01.000Z (over 3 years ago)
- Last Synced: 2025-03-30T15:15:34.997Z (about 1 year ago)
- Topics: android, expo, ios, react-native, reactjs, redux, web
- Language: TypeScript
- Homepage: https://fortstatus.netlify.app/
- Size: 2.45 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Try in the Browser
|
Check out my youtube channel
# Project Install
To run the app in your emulator or device, access https://fortniteapi.io and sing up to generate your API key. Use yout favorite package mananger to install the packages.
`yarn`
or
`npm install`
The key has to be inserted in: src/store/sagas/profile.ts
(If you don't play Fortnine, you can test app using my username 😉: akinncar)
# Future Updates
- Create Enviroment Variables.
- Fix types in Typescript.