About :file_folder: Features :dart: How to Access the Page :gear: Techstack :dart: Gallery :camera: Contact :speech_balloon:
TRIPSYNC is a vacation planning platform developed with React, Typescript, Next.js, NextUI, ShadCN/UI, Tailwind CSS, Prisma, PostgreSQL, and Vercel. Plan and organize unforgettable vacations with TRIPSYNC. Your go-to vacation planner for effortless holiday management, collaboration with participants, and PDF itinerary generation. Explore our features for a seamless and memorable trip!
To run the front-end application locally, follow these steps:
Clone the repository to your local machine using the following command:
git clone https://github.com/gui-bus/TRIPSYNC.git
Navigate to the project directory:
cd TRIPSYNC
Install the dependencies:
npm install
Create a .env file and add the following information:
DATABASE_URL=[ADD YOUR DATABASE URL]
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=[ADD YOUR CLERK KEY]
CLERK_SECRET_KEY=[ADD YOUR CLERK SECRET KEY]
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/
Once the installation is complete, you can run the application using the following command:
npm run dev
Open your web browser and navigate to localhost