This is a project for the Web Dev 2 class at SAIT. It is a simple event management system that allows users to create and displays community events. It is built using Next.js, React, Tailwind CSS, and Firebase.
The weekly code samples are referenced from the Web Dev 2 course.
First, install the dependencies:
npm installFirst, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
Week 8 and Week 10 require a Firebase project to be created and the credentials to be added to the .env.local file.