Skip to content

victorgois/eventos-arena-mrv

Repository files navigation

Eventos na Arena

This project is a React application that displays information about upcoming events at Arena MRV, focusing on helping local residents plan around event schedules.

Features

  • Display upcoming events at Arena MRV
  • Add events to Google Calendar
  • Receive WhatsApp notifications about events
  • View traffic information around the arena

Technologies Used

  • React
  • Apollo Client for GraphQL queries
  • Framer Motion for animations
  • Tailwind CSS for styling
  • Google Maps API for traffic information

Getting Started

  1. Clone the repository
  2. Install dependencies:
    npm install
    
  3. 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
    
  4. Start the development server:
    npm start
    

Available Scripts

In the project directory, you can run:

  • npm start: Runs the app in development mode
  • npm test: Launches the test runner
  • npm run build: Builds the app for production

Project Structure

  • src/components: Contains React components
  • src/App.js: Main application component
  • src/index.js: Entry point of the application

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is open source and available under the MIT License.

Contact

Created by @victorgois - feel free to contact me!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published