/ucbaihacks

UC Berkley AI Hackathon 2024

Primary LanguageJavaScriptApache License 2.0Apache-2.0

TeamUp

Welcome to the TeamUp project! This README will guide you through the steps to run the project locally.

🚀 To Run the Project Locally:

Step 1: Navigate to the Project Directory

First, navigate to the tinder-react-front-end folder.

cd tinder-react-front-end


### Step 2: Install Dependencies

Install the necessary npm packages.

```bash
npm install

### Step 3: Additional Dependencies

Install additional dependencies required for the project.

```bash
npm install @material-ui/core @material-ui/icons @react-spring/web @testing-library/jest-dom @testing-library/react @testing-library/user-event axios react-tinder-card web-vitals --legacy-peer-deps

### Step 4: Start the Project

Finally, start the project.

'''bash
npm start