Skip to main content

Crypto Forge

active

Built with:

nuxt

nuxt-ui

api

Crypto Forge

Table of Contents

Introduction

A site that list various cryptocurrencies and allows filtering in different methods

Activities

Challenges & Solutions

Lessons Learnt

Switching to Nuxt has offered several learning opportunities.

API Routes for Data Fetcing

Composables for Reusable Code

A compoasable in Nuxt allows for reusing of a piece of code. For example in this project, the useCoin composable is the place where the fetching of the coins happen and avoids duplicating that logic over and over.


Conclusion

I had al lot of fun doing this port. It furher reinforced my Nuxt knowledge and understanding of the React ecosystem.

Visit site Source code
Back to projects