This project contains both frontend and backend applications for the Secret Santa project. Follow the steps below to set up each component.
The frontend application allows users to upload CSV files and interact with the Secret Santa assignment interface.
-
Clone the Repository:
git clone <repository-url> cd <repository-directory>/frontend
-
Install Dependencies:
yarn
-
Available Scripts:
- Start the development server:
yarn start
- Build the app for production:
yarn build
- Start the development server:
-
Run the Application:
- Start the application:
yarn start
- Open http://localhost:3000 in your browser.
- Once on the app, you can upload two CSV files as required for the project.
- Start the application: