Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mounishvatti/globetrek

GlobeTrek is a sleek and modern UI/UX implementation of a travel website built using Next.js and Tailwind CSS. This project aims to provide an exceptional user experience with seamless navigation and visually appealing design.
https://github.com/mounishvatti/globetrek

nextjs14 tailwindcss ui-design ux vercel-deployment

Last synced: about 2 months ago
JSON representation

GlobeTrek is a sleek and modern UI/UX implementation of a travel website built using Next.js and Tailwind CSS. This project aims to provide an exceptional user experience with seamless navigation and visually appealing design.

Awesome Lists containing this project

README

        

# GlobeTrek

GlobeTrek is a sleek and modern UI/UX implementation of a travel website built using Next.js and Tailwind CSS. This project aims to provide an exceptional user experience with seamless navigation and visually appealing design.

## Features

- **Responsive Design:** Ensures optimal viewing on various devices.
- **Dynamic Content:** Fetches and displays data dynamically.
- **Interactive UI:** Smooth navigation and user interactions.
- **Tailored Experiences:** Custom travel suggestions based on user preferences.

## Technologies Used

- **Next.js:** A React framework for server-side rendering and static site generation.
- **Tailwind CSS:** A utility-first CSS framework for rapidly building custom designs.
- **React:** A JavaScript library for building user interfaces.
- **Vercel:** Deploying Next.js applications.

## Installation

To get a local copy up and running, follow these steps:

1. **Clone the repository:**
```bash
git clone https://github.com/mounishvatti/globetrek.git
```

2. **Navigate to the project directory:**
```bash
cd globetrek
```

3. **Install dependencies:**
```bash
npm install
```

## Usage

To start the development server:

```bash
npm run dev
```

Open your browser and navigate to `http://localhost:3000` to see the website in action.

To build the project for production:

```bash
npm run build
```

To start the production server:

```bash
npm start
```

## Folder Structure

```
globetrek/
├── public/ # Public assets and images
├── components/ # Reusable UI components
├── app/ # layout and homepage
├── constants/ # various data and image/svgs
├── .gitignore # Git ignore file
├── package.json # NPM package configuration
├── tailwind.config.js # Tailwind CSS configuration
└── README.md # Project documentation
```

## Contributing

We welcome contributions to enhance GlobeTrek! To contribute, follow these steps:

1. Fork the repository.
2. Create a new branch (`git checkout -b feature/YourFeature`).
3. Commit your changes (`git commit -m 'Add some feature'`).
4. Push to the branch (`git push origin feature/YourFeature`).
5. Open a pull request.