Skip to content

My project is a pet adoption website designed to facilitate the adoption process for pets in need of homes. It includes user and admin dashboards for managing adoptions and listings, along with Stripe integration for secure online payments.

Notifications You must be signed in to change notification settings

AthkiaAdiba/my-last-assignment-client

Repository files navigation

Pets

My project is a pet adoption website designed to facilitate the adoption process for pets in need of homes. It includes user and admin dashboards for managing adoptions and listings, along with Stripe integration for secure online payments.

Key Features:

  • Implemented admin and user dashboard.
  • Users can select a pet, learn more about it, submit adoption applications, and make adoption payments securely through Stripe.
  • Implemented Stripe for processing adoption payments securely on the website.

Technologies:

Cloning Process:

  • Clone the repository: git clone https://github.com/AthkiaAdiba/my-last-assignment-client

  • Navigate to the project directory: cd YourProject

  • Set up Environment Variables:

    1. Create a .env.local file in the root directory of your project.
    2. Add your environment variables in the .env.local file.For example:

    REACT_APP_API_KEY=your_api_key

    REACT_APP_AUTH_DOMAIN=your_auth_domain

    REACT_APP_DATABASE_URL=your_database_url

    REACT_APP_PROJECT_ID=your_project_id

  • Install dependencies: npm install

  • Start the development server: npm run dev

Releases

No releases published

Packages

No packages published

Languages