Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.3 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.3 KB

Party Finder App

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

Planned Features

  • Search Parties: Easily search for parties based on location, date, and type.
  • Create Parties: Host your own parties and invite others to join.
  • RSVP: Confirm your attendance to parties and see who else is going.
  • Notifications: Get notified about upcoming parties and updates.

Usage Prerequisites

  • Node: You should install the latest version of Node
  • IDE: MacOS users should install XCode, Windows users should install Android Studio.

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