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.
Follow these instructions to set up and run the project on your local machine.
- Node.js
- npm or yarn
-
Clone the repository:
git clone https://github.com/yashjainme/Accredian-frontend-task.git cd referral-system-frontend
-
Install dependencies:
npm install # or yarn install
- Start the development server:
npm start # or yarn start
- Open http://localhost:3000 in your browser.
- Ensure backend endpoints for user points, referrals, and login are running at YOUR_BACKEND_SERVER
- Feel free to submit pull requests or issues.