- Introduction
- Technologies
- Features
- Possible Future Extensions
- Set Up
- Organizational Resources
- Sources
- Contributors
- Project Specs
- This application helps groups of friends connect over upcoming concerts. It was created with both a front-end and back-end team of Turing students utilizing React, Ruby on Rails, and GraphQL.
- React
- GraphQL
- Router
- Cypress
- Vercel
- Ruby on Rails
- JavaScript
- HTML
- CSS
- Users can login and view a dashboard of upcoming events
- Users can search for upcoming shows based off an artists name and add these shows to their upcoming events
- Users can view details of each show including start time and date, location using an embedded map, a link to buy tickets, and which of their friends are attending
- Users can view their friends upcoming shows
- Add a shared calendar to that friends can easily see any upcoming events
- Add OAuth for the login and allow users to add or delete friends
- Allow for users to search for upcoming events based off of the date or other search criteria
git clone [email protected]:concert-crew/client.git
npm install
npm start
- The project spec & rubric can be found here