The repository contains code for a full stack Dribble clone developed using Next.js, GraphQL, Next Auth, TypeScript, and tailwindcss. It features all the necessary elements of Dribbble for sharing and showcasing projects. The project also includes a modern design homepage, browsing and pagination functionality, authentication and authorization systems, project creation and editing options, backend API routes, and more.
Prerequisites:
Cloning the Repository:
git clone [repository-url]
cd [repository-folder]
Installation:
npm install
Set Up Environment Variables:
.env
in the project root.API_KEY=your-api-key
SECRET_KEY=your-secret-key
The Dribble clone project developed using Next.js, GraphQL, Next Auth, TypeScript, and tailwindcss offers a comprehensive set of features for sharing and exploring projects. With a modern design, authentication systems, project creation, and editing capabilities, the project provides a practical example for those looking to build similar platforms. By following the installation guide and setting up environment variables, users can quickly get the project up and running to start exploring its features and functionality.