This is a Next.js Project that look up Pudgy Penguins owners and their Pudgy NFTS.

penguin

Tech Stack

  • Next.js
  • Alchemy
  • Tailwind
  • Framer Motion

Next.js server actions is being used here for backend API, and I've choosen Alchemy for seamless integration.

Getting Started

First, clone this repo and install dependencies:

npm i
# or
bun i 

Secondly, head over to Alchemy to obtain and API Key and insert into the .env file

ALCHEMY_KEY=YOUR_API_KEY

Next, start development server by running:

npm run dev
# or
bun run dev 

Potential Improvements

    1. Improve image loading capabilities and faster loading times
    1. Image caching