This project is a React application that displays information about upcoming events at Arena MRV, focusing on helping local residents plan around event schedules.
- Display upcoming events at Arena MRV
- Add events to Google Calendar
- Receive WhatsApp notifications about events
- View traffic information around the arena
- React
- Apollo Client for GraphQL queries
- Framer Motion for animations
- Tailwind CSS for styling
- Google Maps API for traffic information
- Clone the repository
- Install dependencies:
npm install
- Set up environment variables:
Create a
.env
file in the root directory and add your Google Maps API key:REACT_APP_GOOGLE_MAPS_API_KEY=your_api_key_here
- Start the development server:
npm start
In the project directory, you can run:
npm start
: Runs the app in development modenpm test
: Launches the test runnernpm run build
: Builds the app for production
src/components
: Contains React componentssrc/App.js
: Main application componentsrc/index.js
: Entry point of the application
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.
Created by @victorgois - feel free to contact me!