This project is a travel website built with Next.js 14 and styled with Tailwind CSS. It was created following a YouTube tutorial, and it serves as a great starting point for anyone looking to learn Next.js and Tailwind CSS for web development.
The website is deployed and can be accessed at traveling-app-dev.vercel.app
- Next.js 14
- Tailwind CSS
- An appealing hero section
- A camp section featuring various camps to explore
- An engaging travel guide section
- A complex feature-rich section
- A call to action section for mobile apps
- And a big footer section with many site and social links
-
Clone the repository to your local machine:
git clone https://github.com/delmac-dev/traveling-app.git
-
Navigate to the project directory:
cd traveling-app
-
Install the dependencies:
npm install
-
Run the development server:
npm run dev # or yarn dev # or pnpm dev # or bun dev
-
Open http://localhost:3000 with your browser to see the result.