Spot is a cross-platform mobile application that allows users to find free time slots on multiple calendars for event consensus. Users can also calculate a central location amongst multiple attendees and Spot will recommend venues at the centroid. Users may then send complete the Create Event form for Google and send users an email to RSVP. This application is still under development.
Spot is being built with React-Native and ExpressJS. It is styled with raw CSS and will use a PostgresSQL database.
Below are mock-ups of what the final product will look like designed with Adobe XD:
- A mac computer and an iOS Device
- An iPhone that can support version of 10.10 and higher
Follow the installation guide below to set up and run this source code locally on Mac.
git clone https://github.com/the-breakfast-hub/spot cd spot
npm install npm start (starts serving the app from the laptop to the mobile testbed app)
- Open Xcode
- Setup your account if one is not already set up for you
- Click on the Run button on the left hand side of Xcode
- Wait for a successful build and you will be able to walk through our application