A platform that empowers users to register, host events, seamlessly share event links with friends, users, or communities, and effortlessly track attendance status.
The idea is to create a website where users can sign up/ login to creat events, share event links with friends and family and track the event status.
- ⚡ Next.js with App Router support
- 🔥 Type checking with TypeScript
- 💎 Integrate with Tailwind CSS styling
- ✅ Strict Mode for TypeScript, React 18 and Nextjs 14
- 🔒 Authentication with Clerk: Sign up, Sign in, Sign out, Forgot password and Reset password.
- 📏 Linter with ESLint (default Next.js, Next.js Core Web Vitals, Tailwind CSS and Airbnb configuration)
Frontend
Backend
- Clone the repository
- Run npm install
- Run npm run dev