Live Demo: https://flightyks.netlify.app/search
Welcome to flighty.xyz
, your ultimate flight search and booking platform.
- Flight Search: Search for flights based on your destination, dates, and budget.
- Price Comparison: Compare prices from various airlines to get the best deal
- User-Friendly Interface: Clean and easy design for a good user experience.
Before running the project, ensure you have the following installed:
- Clone the repository:
git clone https://github.com/keremsemiz/flighty.xyz.git
- Navigate to the project directory:
cd flighty.xyz
- Install dependencies:
npm install
To start the development server, run:
npm start
The application will be available at http://localhost:3000
.
To build the project for production, run:
npm run build
This will create an optimized build in the build
directory.