IrfanSalim / travel-agency-landing-page-ui

Home Page:https://travel-agency-landing-page-ui.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travel Agency landing page UI with react and vite

This is a sample React project of a landing page UI created with Vite. Vite is a build tool that provides fast and efficient development workflows for your projects.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Make sure you have Node.js and npm (Node Package Manager) installed on your machine. You can download and install them from nodejs.org.

Installing

  1. Clone the repository to your local machine:
git clone https://github.com/shaaanuu/travel-agency-landing-page-ui.git
  1. Navigate to the project directory:
cd travel-agency-landing-page-ui
  1. Install the project dependencies:
npm install

Development

To start the development server, run the following command:

npm run dev

This will launch the development server, and your React application will be available at http://localhost:3000.

Build

To build the production-ready application, use the following command:

npm run build

The production build will be located in the dist directory.

Built With

  • React - A JavaScript library for building user interfaces.
  • Vite - A build tool that is designed to be fast and efficient. [Other dependencies, as needed]
  • Material-UI - A widely used UI library.
  • Embla Carousel - A carousel component for React.
  • React Icons - A library for high-quality SVG icons.

Contributing

Contributions are welcome.

About

https://travel-agency-landing-page-ui.vercel.app


Languages

Language:JavaScript 60.0%Language:CSS 37.5%Language:HTML 2.5%