Driven.t is a web browser application with which you can manage every single aspect of your event.
- Authentication
- Enrollment
- Plan selection and payment
- Hotel and room selection
- Sign ups for activities
You are in the frontend repository, you can see the backend here.
- React
- React Router
- Styled Components
- Material UI
See the project live here.
In order to run this app you need to have npm and git installed. If you don't want to run the backend alongside it, create an .env file pointing to our api: https://heroku-drivent.herokuapp.com
- Run
git clone https://github.com/giancarvalho/Drivent-frontend.git - Run
npm install - Add your .env file with the server URL
- Run
npm start