Skip to content

This is a simple and dynamic Refer and Earn landing page.

Notifications You must be signed in to change notification settings

Chandan8018/Brainwave_Assignment_1

Repository files navigation

🌟 Refer & Earn Landing page

Welcome to the Refer & Earn application! This user-friendly interface allows users to easily refer others and earn rewards.

🎨 Technologies Used

  • React - JavaScript library for building user interfaces
  • JavaScript - Programming language
  • Vite - Build tool
  • Material-UI (MUI) - UI components
  • Flowbite - UI components
  • Tailwind CSS - Utility-first CSS framework
  • React Router DOM - For routing

📦 Setup Instructions

Prerequisites

  • Node.js (version >= 14)
  • NPM or Yarn package manager

Getting Started

  1. Clone the repository

    git clone https://github.com/Chandan8018/Brainwave_Assignment_1.git ↩
    cd AccredianFrontend ↩
  2. Backend Setup:

    npm install ↩
  3. Start the server:

    npm run dev ↩

Folder Structure

.
├── src
│   ├── components
│   ├── pages
│   ├── styles
│   ├── data
│   ├── spinner
│   ├── App.jsx
│   ├── index.css
│   └── main.jsx
├── public
├── index.html
├── README.md
├── .env
├── package.json
└── vite.config.js

Demo

  • Home Page HomePage

  • Refer Notifiction Mail Page Refer-Notifiction-Mail-Page

  • Refer Page Refer-Page

  • Dynamic Home Page DynamicHomePage

Contact

For any questions or inquiries, please contact:

Notes:

  1. Repository URL: Make sure to update the repository URL (https://github.com/Chandan8018/Brainwave_Assignment_1) with the actual URL of your frontend repository.
  2. Environment Variables: If there are specific environment variables required for the frontend (e.g., API base URL), mention them in the README.
  3. Consistency: Ensure the names and paths of images in the public directory match those in the README.

Feel free to adjust any details to better fit your project’s specific setup and requirements.