A modern, full-stack travel guide platform built with Next.js App Router, designed to showcase clean architecture, real-world product thinking, and junior-to-mid level full-stack engineering skills.
🔗 Live Demo: https://travel-guide-git-main-rethabile2004s-projects.vercel.app/
The Travel Guide Platform enables users to explore destinations, read curated travel guides, plan trips, save favorites, and purchase premium content. The application is built to mirror professional internal product documentation and engineering standards, focusing on scalability, maintainability, and UX quality.
This project demonstrates:
- End-to-end full-stack development
- Authentication and authorization
- Database modeling and access patterns
- Secure payments
- Component-driven UI architecture
- Production-ready routing and error handling
- Secure authentication using Clerk
- Protected routes with auth guards
- User profiles and preferences
- Purchased content access control
-
Browse all destinations
-
Filter by region, country, and budget
-
Sort by popularity and rating
-
Detailed destination pages with:
- Image galleries
- Attractions and tips
- User reviews
- Favorites (authenticated users)
- Free and premium travel guides
- Locked premium previews
- Full guide access after purchase
- Stripe-powered checkout flow
- Create and manage trips
- Add destinations to trips
- Store travel dates and notes
- Editable itineraries
- Save destinations and guides
- Remove saved items
- Centralized favorites view
- Secure Stripe checkout sessions
- Post-payment confirmation
- Automatic access to purchased guides
| Route | Description |
|---|---|
/ |
Home & discovery |
/destinations |
Destination listing |
/destinations/[slug] |
Destination details |
/guides |
Travel guides |
/guides/[slug] |
Guide details |
| Route | Description |
|---|---|
/sign-in |
User login |
/sign-up |
User registration |
| Route | Description |
|---|---|
/dashboard |
User dashboard |
/favorites |
Saved items |
/trips |
Trip planning |
/profile |
Profile & settings |
| Route | Description |
|---|---|
/checkout |
Stripe checkout |
/checkout/success |
Payment confirmation |
| Route | Description |
|---|---|
/about |
About the platform |
/contact |
Contact form |
/privacy |
Privacy policy |
/privacy/terms |
Terms & conditions |
/not-found– Custom 404 page/error– Global error boundary
- Next.js App Router with server components
- Feature-based folder structure
- Fully typed with TypeScript
- Prisma ORM for database access
- Zod validation for forms and inputs
- Reusable UI components
- Loading, empty, and error states
- Responsive design (mobile-first)
- Clean separation of concerns
-
Node.js 18+
-
npm / pnpm / yarn
-
Environment variables for:
- Clerk
- Supabase
- Stripe
- Database connection
git clone https://github.com/rethabile2004/travel-guide.git
cd travel-guide
npm installnpm run devThis project implements all required functionality defined in the specification. Optional future enhancements (admin dashboard, maps, AI features, offline support) are intentionally excluded.
Rethabile Eric Siase IT student Focused on full-stack web development with production-level standards




