Final Fantasy VII Remake Checklist

Just a pet project. A checklist with the quests and weapons of the ffvii remake.

Android APK

This project uses:

  • React native
  • Typescript
  • Stateless component
  • Contexts to share state

Developer setup.

  1. Install dependencies:
npm install
  1. Start android emulator
emulator -avd <emulator_name>
  1. Run android applicaiton
npx react-native run android
npx react-native run android --deviceId emulator-5554
  1. Start react native
react native start