Instantly access real-time flight updates for global airports. Whether you're planning a trip, picking up a loved one, or just staying informed, get accurate, up-to-the-minute details all from the comfort of your home.
Built with: Vite • HTML • JavaScript • TailwindCSS • DaisyUI
- Country auto complete
- Airport auto complete
- Real-time flight updates
- Flight delay indications
- Dark and Light theme
Try it → https://flightchecker.netlify.app
This project was bootstrapped with Vite. Ensure you have Node.js and npm (or any other package manager) installed on your local machine.
-
Clone this repo
git clone https://github.com/fm-anderson/flight-checker.git
-
Navigate to the project directory
cd flight-checker
-
Create a .env file and add your API key from AirLabs
echo "VITE_API_KEY=paste-api-key-without-quotes-here" > .env
-
Install dependencies
npm install
-
Run the application
npm run dev
-
The website should be running on http://localhost:3000
Contributors | GitHub |
---|---|
Anderson Marques | https://github.com/fm-anderson |
Anthony Ranieri | https://github.com/ajar67 |
Dillon Arnold | https://github.com/Dillona25 |
Mirko Zlatunic | https://github.com/mirkozlatunic |
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Library | GitHub |
---|---|
tailwindcss | https://github.com/tailwindlabs/tailwindcss |
daisyui | https://github.com/saadeghi/daisyui |
theme-change | https://github.com/saadeghi/theme-change |
autocompleter | https://github.com/kraaden/autocomplete |
API | Solution |
---|---|
AirLabs | Provides real-time flight status |
VatComply | Provides user geolocation |
RestCountries | Provides auto-complete list |