Skip to content

This website serves as a showcase of design skills, centered around a hiking and outdoor adventure theme

Notifications You must be signed in to change notification settings

kishangareja0012/hiking-adventure

Repository files navigation

Hiking Adventure Website

Overview

This website serves as a showcase of design skills, centered around a hiking and outdoor adventure theme. It highlights key features such as offline maps, augmented reality, and adventure scheduling to attract users interested in exploring the great outdoors.

Tech Stack

  • Framework: Next.js
  • Styling: Tailwind CSS
  • Icons: Font Awesome
  • Deployment: Vercel or any other Node.js hosting service
  • Package Manager: npm or yarn

Features

  • Modern UI/UX Design: The website is designed with a modern and clean user interface, emphasizing ease of use and visual appeal.
  • Responsive Design: Fully responsive design ensures compatibility across all devices, from desktops to mobile phones.
  • Interactive Elements: Includes interactive features such as map locations and AR previews, demonstrating advanced design capabilities.
  • SEO Optimized: Structured for optimal search engine performance, enhancing discoverability.

Installation

Prerequisites

  • Node.js (>= 14.x)
  • npm (>= 6.x) or yarn (>= 1.x)

Clone the Repository

git clone https://github.com/maheshmaniya000/hiking-adventure.git
cd hiking-adventure-website

Install Dependencies

Using npm:

npm install

Or using yarn:

yarn install

Running the Development Server

To start the development server, run:

npm run dev

Or with yarn:

yarn dev

This will start the application on http://localhost:3000. Open this URL in your browser to view the website.

Building for Production

To build the application for production, use the following command:

npm run build

Or with yarn:

yarn build

This will create an optimized production build of the website.

Deployment

After building the application, deploy it using Vercel or any other Node.js-compatible hosting service.

Deploying to Vercel

  1. Install the Vercel CLI:
npm install -g vercel
  1. Run the following command to deploy:
vercel

Follow the prompts to complete the deployment process.

Contact Information

For any inquiries or support, please reach out to us at:

About

This website serves as a showcase of design skills, centered around a hiking and outdoor adventure theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published