Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
psparwez committed Dec 1, 2024
1 parent 1111329 commit 8472925
Showing 1 changed file with 114 additions and 20 deletions.
134 changes: 114 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,130 @@
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).

## Getting Started

First, run the development server:
<div align="center">
<h2 align="center">Travel Website</h2>

<br />

Fully responsive personal Travel website, <br />Responsive for all devices, built using NextJS, Tailwind CSS, and TypeScript.

<a href="https://github.com/psparwez/travel-ui-ux"><strong>➥ Live Demo</strong></a>

</div>

<br />

### Demo Screeshots

<div align="center">
<br />
<img src="![travel-image](https://github.com/user-attachments/assets/e5093070-4d1f-4df3-8be8-ebe428b479c4)" alt="Project Banner">
<br />
<br />
<br />

<div>
<img src="https://img.shields.io/badge/-Typescript-black?style=for-the-badge&logoColor=white&logo=typescript&color=3178C6" alt="typescript" />
<img src="https://img.shields.io/badge/-Next_JS-black?style=for-the-badge&logoColor=white&logo=nextdotjs&color=000000" alt="nextdotjs" />
<img src="https://img.shields.io/badge/-Tailwind_CSS-black?style=for-the-badge&logoColor=white&logo=tailwindcss&color=06B6D4" alt="tailwindcss" />
</div>

</div>

## 📋 <a name="table">Table of Contents</a>

1. 🤖 [Introduction](#introduction)
2. ⚙️ [Tech Stack](#tech-stack)
3. 🔋 [Features](#features)
6. 🔗 [Links](#livedemo)


## <a name="introduction">🤖 Introduction</a>


This project is a modern landing page built using **Next.js**, **TailwindCSS**, and **TypeScript**. It showcases a clean, responsive design while leveraging the power of these technologies to create a fast, scalable, and user-friendly website.



<br/>

## <a name="tech-stack">⚙️ Tech Stack</a>

- **`Next.js`**
- **`Tailwind CSS`**
- **`TypeScript`**


## <a name="features">🔋 Features</a>

👉 **Appealing Hero Section**: A visually stunning hero section that grabs attention and sets the mood for the website.

👉 **Camp Exploration Section**: A section where users can explore and learn about different camps.

👉 **Engaging Travel Guide Section**: A travel guide section filled with useful information and captivating images.

👉 **Feature-Rich Section**: A section packed with advanced features or detailed information.

👉 **Call to Action for Mobile Apps**: A section that encourages users to check out and download the mobile app.

👉 **Footer**: A footer with links to other pages and social media for easy access.

And much more, including code structure and reusable components.

## 🤸 Quick Start

To set up the project on your local machine, follow these steps.

### Prerequisites

Before starting, make sure you have the following installed:

- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/en)
- [npm](https://www.npmjs.com/) (Node Package Manager)

### Steps

1. **Clone the repository:**

```bash
git clone https://github.com/your-username/travel-website.git
```

2. **Navigate to the project folder:**

```bash
cd travel-website
```

3. **Install the project dependencies using npm:**

```bash
npm install
```
4. **Running the Project :**

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
5. Open [http://localhost:3000](http://localhost:3000) in your browser to view the project.

---


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

This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
If you have any questions, encounter issues, or would like to collaborate on this project, feel free to reach out!

## Learn More

To learn more about Next.js, take a look at the following resources:
If you have any questions, encounter issues, or would like to collaborate, feel free to reach out!

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
[![Contact](https://img.shields.io/badge/Contact-175fd4?style=for-the-badge&logo=gmail&logoColor=white)](https://github.com/psparwez/psparwez/)
[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077b5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/)

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!

## Deploy on Vercel
### Reporting Issues

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
If you encounter any bugs or have suggestions, please open an issue on the [GitHub Issues page](https://github.com/psparwez/travel-ui-ux/issues).

Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
I look forward to hearing from you and collaborating!

0 comments on commit 8472925

Please sign in to comment.