Crypto Forge
Built with:
nuxt
nuxt-ui
api
Table of Contents- Introduction
Introduction
A site that list various cryptocurrencies and allows filtering in different methods
- Went Live: 27 December 2025
- Problem Statement: Learn more about Nuxt by converting a React project to Nuxt.
- Goal: Fully convert an application from one language to another
Activities
- Analysing the React project
- Breaking down the individual pieces
Challenges & Solutions
Lessons Learnt
Switching to Nuxt has offered several learning opportunities.
API Routes for Data Fetcing
- While in React data would be fetched in the component, in Nuxt it is recommended to do this using API routes in the server directory.