Skip to content

A clone web application project via an online tutorial for freelancer to showcase their work.

Notifications You must be signed in to change notification settings

adhamhshm/giggers-app

Repository files navigation

This is a Dribble clone project via an online tutorial.

The application is built upon TypeScript, Next.js, Cloudinary, Grafbase and Tailwind CSS. The application was deployed on Vercel.

Giggers Homepage

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

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

You will need to use Grafbase for this application. In this project, the Grafbase setup as below:

# to install Grafbase to project
npm install @grafbase/sdk --save-dev

# to initialize setup
npx grafbase init --config-format typescript

# to start dev environment via http://127.0.0.1:4000
npx grafbase@0.24 dev

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!