About

This is a little exercise project for fetching data, and for using Next.js 13 as well as Tailwind, accessing the Fruityvice API.

Running the app locally

This is a Next.js project bootstrapped with create-next-app.

After cloning the repo and running npm install, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.