Eventure is a collaborative event planning app - create an event, invite your mates, and share a collaborative list so that everyone knows who's bringing what. Share your memories by adding photos to the event gallery.
This app is a group project app, built as part of the Northcoders JavaScript bootcamp, to showcase skills learnt throughout the course, as well as to learn new technologies not covered in the curriculum.
This project was created by:
- Real-time collaborative event item list (you'll see other attendees tick items from the list in real-time)
- Shared photo gallery
- Fully authenticated app using Firebase Auth
- Complete Profile Management page with profile pic updates and email/password management
- Integrated Maps for event location, opening to device native maps app
- Invite sharing through Email and Whatsapp
- Expo/React-Native/TypeScript
- Firebase
-
Install dependencies
npm install
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses file-based routing.