Skip to content

DavidCortesA/travel-web

Repository files navigation

✈️ Travel Web

Next.js Tailwind CSS Sass License

🌴 A modern web application for travel enthusiasts to discover, plan, and share their travel experiences.

📋 Table of Contents

✨ Features

  • 🔍 Search Destinations: Find your next adventure with our powerful search functionality
  • 📍 Interactive Maps: Explore destinations with interactive mapping features
  • 📝 Trip Planning: Create and organize your perfect itinerary
  • 💬 User Reviews: Read authentic reviews from fellow travelers
  • 📱 Responsive Design: Seamless experience across all devices
  • 🔐 User Authentication: Secure user accounts and profiles
  • 📊 Personal Dashboard: Track your trips, favorites, and preferences

🚀 Technologies

This project is built with modern web technologies:

  • Frontend:

    • ⚛️ Next.js - React framework for server-rendered applications
    • 🎨 Tailwind CSS - Utility-first CSS framework
    • 📐 Sass - CSS preprocessor
    • 🔄 PostCSS - Tool for transforming CSS with JavaScript
    • 🧩 TypeScript - Typed JavaScript at any scale
  • Tools & Utilities:

    • 📦 npm - Package manager
    • 🧹 ESLint - Code linting
    • 💅 Prettier - Code formatting

⚙️ Installation

Follow these steps to set up the project locally:

# Clone the repository
git clone https://github.com/yourusername/travel-web.git

# Navigate to the project directory
cd travel-web

# Install dependencies
npm install

# Run the development server
npm run dev

🛠️ Usage

After installation, the application will be available at http://localhost:3000.

# Start development server
npm run dev

# Build for production
npm run build

# Start production server
npm start

📁 Project Structure

travel-web/
├── public/          # Static assets
├── src/             # Source code
│   ├── app/         # Next.js app directory
│   ├── components/  # Reusable UI components
│   ├── styles/      # Global styles and Sass files
│   └── utils/       # Utility functions
├── .next/           # Next.js build output
├── node_modules/    # Dependencies
├── package.json     # Project configuration
├── tailwind.config.js # Tailwind CSS configuration
└── README.md        # Project documentation

🤝 Contributing

Contributions are welcome! Here's how you can contribute:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/amazing-feature)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add some amazing feature')
  5. Push to the branch (git push origin feature/amazing-feature)
  6. Open a Pull Request

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

👥 Contact


⭐️ From yourusername

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, 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.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published