A web application that makes it easy for event attendees to access information about event's sessions as they happen. Live Demo
Clone the project
git clone https://github.com/adrianmurage/eventstatus.gitGo to the project directory
cd eventstatusInstall dependencies
npm installStart the server
npm run startEnvironment variables
APPWRITE_ENDPOINT=""
APPWRITE_PROJECT=""
APPWRITE_DATABASE_ID=""
EVENT_COLLECTION_ID=""
SESSION_COLLECTION_ID=""
NEXT_PUBLIC_APPWRITE_BUCKET_ID=""
NEXT_PUBLIC_PROJECT_ID=""
Next.js, Appwrite, TailwindCSS


