Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 628 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 628 Bytes

Final Fantasy X - Monster Arena

This is a simple application to track monster kills for the Final Fantasy X post-game.

You can see it in action here: https://sbarbosa.github.io/ffx-monster-arena

Technology stack

Execute the app locally

  1. Install all dependencies: yarn install
  2. Start the development server yarn start
  3. Open http://localhost:3000 in your preferred browser