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
- React
- React router for navigation
- Jotai for state management
- Install all dependencies:
yarn install
- Start the development server
yarn start
- Open
http://localhost:3000
in your preferred browser