Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shaaanuu/travel-agency-landing-page-ui
- Owner: shaaanuu
- Created: 2023-10-26T14:40:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-23T16:52:44.000Z (about 1 year ago)
- Last Synced: 2023-11-23T17:44:13.547Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://travel-agency-landing-page-ui.vercel.app
- Size: 19.5 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.