Skip to content

This project is a frontend implementation of a referral system built with React. It allows users to sign up, refer friends, and earn points when their referrals sign up.

Notifications You must be signed in to change notification settings

yashjainme/Accredian-frontend-task

Repository files navigation

Referral System Frontend

This project is a frontend implementation of a referral system built with React. It allows users to sign up, refer friends, and earn points when their referrals sign up.

Getting Started

Follow these instructions to set up and run the project on your local machine.

Prerequisites

  • Node.js
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/yashjainme/Accredian-frontend-task.git
    cd referral-system-frontend
    
  2. Install dependencies:

    npm install
    # or
    yarn install
    

Usage

  1. Start the development server:
    npm start
    # or
    yarn start
  2. Open http://localhost:3000 in your browser.

API Integration

  • Ensure backend endpoints for user points, referrals, and login are running at YOUR_BACKEND_SERVER

Contributing

  • Feel free to submit pull requests or issues.

About

This project is a frontend implementation of a referral system built with React. It allows users to sign up, refer friends, and earn points when their referrals sign up.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published