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
-
Clone the repository:
git clone https://github.com/OSU-App-Club/party-finder.git
-
Navigate to the project directory:
cd party-finder
-
Navigate to the frontend (Expo App) directory
cd frontend
-
Install all the required dependencies to run our Expo App
npm install
-
Run the Expo App
npm run start
Contributors