A simple password lookup app for the travel bottle in the game Atelier Ryza: Ever Darkness & the Secret Hideout.
This is an over-engineered solution to a simple problem. I wanted to try out Nuxt 3 and some of the available modules and this is the result.
- Search by Item Name
- Search by Password
- Filter by Level Limit
- Light and Dark Theme
Make sure to install the dependencies:
pnpm install
Start the development server on http://localhost:3000
pnpm dev
There's also the component stories (powered by Histoire)
pnpm story:dev