Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shaaanuu/travel-agency-landing-page-ui


https://github.com/shaaanuu/travel-agency-landing-page-ui

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# 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](https://nodejs.org/).

### Installing

1. Clone the repository to your local machine:

```bash
git clone https://github.com/shaaanuu/travel-agency-landing-page-ui.git
```

2. Navigate to the project directory:

```bash
cd travel-agency-landing-page-ui
```

3. Install the project dependencies:

```bash
npm install
```

### Development

To start the development server, run the following command:

```bash
npm run dev
```

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

### Build

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

```bash
npm run build
```

The production build will be located in the `dist` directory.

## Built With

- [React](https://reactjs.org/) - A JavaScript library for building user interfaces.
- [Vite](https://vitejs.dev/) - A build tool that is designed to be fast and efficient. [Other dependencies, as needed]
- [Material-UI](https://github.com/mui-org/material-ui) - A widely used UI library.
- [Embla Carousel](https://github.com/embla/carousel) - A carousel component for React.
- [React Icons](https://github.com/react-icons/react-icons) - A library for high-quality SVG icons.

## Contributing

Contributions are welcome.