Browse for Pets is a modern pet shop web application where users can explore, find, and adopt their favorite pets easily.also here is admin and user based role is added with proper dashboard setting.
It provides a clean, responsive, and interactive interface built with React and Tailwind CSS, allowing users to browse through different pet categories, view detailed pet information, and stay updated with new arrivals.
This project aims to make pet discovery simple, engaging, and visually appealing — whether you’re looking for a loyal dog, a playful cat, or an exotic companion.
Live Url: https://browse-for-pets.netlify.app
1.Clone the repository or Download the repository as Zip and after that follow this:
git clone https://github.com/khalidhossain5000
cd folder-name-of-the-project-to-enter-the-folder
2.Install dependencies
npm install
3.Create environment variables
NEXTAUTH_URL=http://localhost:3000
GOOGLE_CLIENT_ID=your_google_client_id
GOOGLE_CLIENT_SECRET=your_google_client_secret
MONGODB_URI=your_mongodb_connection_string
stripe_Secret=your_stripe_secret_will_be_here
4.Run the development server
npm run dev
5.Open in browser
http://localhost:3000