OSU-App-Club / party-finder

Fall 2024 project for App Development Club
0 stars 1 forks source link

Party Finder App

Welcome to the Party Finder App! This application helps users find and join parties in their area.

Planned Features

Usage Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/OSU-App-Club/party-finder.git
  2. Navigate to the project directory:

    cd party-finder
  3. Navigate to the frontend (Expo App) directory

    cd frontend
  4. Install all the required dependencies to run our Expo App

    npm install
  5. Run the Expo App

    npm run start

Contributors