Experiment & early project
Star Citizen Tool
A spacecraft catalogue built to explore external API integration and pagination with Nuxt.

About the project
Star Citizen Tool is a learning project focused on Nuxt 3, TypeScript and external API integration. It presents a catalogue of spacecraft and their specifications.
The data comes from StarCitizen-API. I implemented client-side pagination to browse it, with a larger initial data load due to the API’s constraints.
This project represents a stage in my development journey: fetching external data, building an interface to explore it and understanding performance trade-offs.
Technologies
- Nuxt
- TypeScript
- TailwindCSS
- StarCitizen-API
- Rest API