Skip to content

Simple React app to display my Google Calendar of upcoming concerts

License

Notifications You must be signed in to change notification settings

calgod/ConcertCalendar

Repository files navigation

Cal's Concert Calendar

A simple, shareable web app to view upcoming concert events from Google Calendar.

License Status

Live Demo

Visit Cal's Concert Calendar

Table of Contents


About

Cal's Concert Calendar pulls concert events from a Google Calendar and presents them in a clear, digestible, and shareable format. This app is designed to make it easy to stay updated and share concert event details with friends.

Technologies Used

  • Frontend: React, Mantine UI, Vite
  • Backend: Cloudflare Worker, JavaScript, Google Calendar API
  • Hosting: Cloudflare

Features

  • Calendar Integration: Fetches events directly from a Google Calendar.
  • Responsive Design: Viewable on any device.
  • Event Cards: Each concert event is displayed on a card, showing the event title, date, and location, with address details expandable.

Getting Started

Available Scripts

In the project directory, you can run:

npm run dev

Runs the app in the development mode.
Open http://localhost:5173 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

npm run preview

Starts a local web server for previewing the built solution from the build folder. Open http://localhost:4173 to view the production build.

Contact

Developed by Cal Goddard.

Releases

No releases published