jpgnotgif / frda-v2

v2 of Frame Data Assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frda-v2

Demo!

A mobile application to display SFV character frame data. Note this is updated version of the frda mobile app. I migrated this app to v2 because upgrading React + React Native was causing me too many issues. The approach of migrating the code via a fresh project worked well and seemed more practical given the size of the code base. Also, I'll be moving the implementation away from making outbound http calls for data.

Why was this built?

  1. I want a programatic way to access frame data for the games that I ❤️ to play.
  2. I want a way to expose myself to unused technolog(y||ies)
  3. I want to introduce myself to mobile development

Bootstrap

  1. Install packages from package.json via npm install --save
  2. Run npm start
  3. Run the simulator or scan the QR code using the expo.io app

Note

This project is still WIP

About

v2 of Frame Data Assistant


Languages

Language:JavaScript 100.0%