Drag Time is an application to be used by performers and fans to find and create local drag events. Users can navigate to an event feed, favorite and RSVP to events, and create events. This was a group project completed in the final quarter of Turing's Software Development school.
- Coordinate with a backend team to display drag events on a web page.
- Utilize React, Redux, and React Hooks to render content.
- Build tests to validate expected functionality.
- Create a sleek and friendly user interface.
- Clone down this repo to your local machine.
- Clone down the backend repo to your local machine.
- In the root of the frontend directory, run:
npm install
npm start
- In the root of the backend directory, run:
mix deps.get
mix phx.server
- Navigate to http://localhost:3000
Deployed site on netlify here.
- Building out a Redux app from scratch
- Rendering stateful components
- Testing asynchronous actions
- Syncing back-end with front-end
- Access code for entertainers to create event
- Pagination of events
- Location identifier
- Enabling further React Hooks
- User login


