This project is a two-page digital program built for the Class of 1975 50th Reunion.
It allows attendees to scan a QR code at the event and instantly view the celebration schedule and 1975 nostalgia highlights.
- Page 1: Evening Schedule (registration, dinner, dancing, closing remarks)
- Page 2: 1975 Nostalgia (music, movies, prices, and memories)
- React (Vite)
- TailwindCSS
- React Router DOM
- Deployable on Vercel or Netlify
Clone the repository and install dependencies:
git clone https://github.com/YOUR_USERNAME/digital-program-reunion.git
cd digital-program-reunion
npm install
npm run devVisit http://localhost:5173 in your browser.
Push the repo to GitHub.
Deploy using Vercel or Netlify.
Copy the deployed URL (example: https://classof1975.vercel.app ).
Generate a QR code linking to that URL using https://www.qr-code-generator.com .
Print or display the QR code at the event.
π Next step:
Create or replace your existing README.md with that text.
Then commit and push it up:
git add README.md
git commit -m "docs: add clean project README"
git push origin main