Skip to content

ronrustemi123/VibeStrings

Repository files navigation

🎸 Online Guitar Shop – Software Engineer Intern Assignment

A 3-page guitar shop application built with Next.js 15 and Apollo Client, fetching data from a GraphQL API.
This project demonstrates GraphQL integration, filtering, pagination, and UI best practices.


🚀 Tech Stack


⚙️ Setup Instructions

1. Clone the Repository

git clone https://github.com/ronrustemi123/VibeStrings.git
cd VibeStrings

2. Install Dependencies

npm install
yarn install
pnpm install

3. Environment Variables

touch .env

Open .env.local and add the following line:

APOLLO_CLIENT_URI=https://graphql-api-brown.vercel.app/api/graphql

4. Run the Development Server

npm run dev
yarn dev
pnpm dev

About

A guitar shop website built with Next.js 15 and Apollo Client, fetching data from a GraphQL API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published