This project is build for people interested in dev events and want a website which give them all the information they require to go to an event , This project is build with Next.js ,Tailwind for styling ,PostgreSQL for database and PostHog to track user actions.
- Home Page: Displays a dynamic list of events, allowing users to browse upcoming and featured events easily.
- API Routes: Create, update, delete, and fetch events from the database with fully functional endpoints.
- Cloudinary Integration: Use the Cloudinary SDK to easily upload and manage images in the cloud.
- Event Details Page: Shows event information with the ability to register and view a list of similar events.
- Next.js 16 Caching: Implements a completely new approach to caching for improved performance and faster page loads.
- PostHog Analytics: Tracks user interactions and events, providing detailed insights into app usage and behavior.
- Next.js - Js framework
- Tailwind - CSS framework
- PostHog - Product analytic
- PostgreSQL - No SQL database
- Next.js basics.
- How to integrate PostHog database.
- Styling using Tailwind.