A real-time flight tracking application that lets you monitor flights worldwide with detailed information and live tracking.
- Search flights by flight number
- Real-time flight tracking on map
- Detailed flight information
- Aircraft images and details
- Airport information with departure and arrival details
- Live data including altitude, speed, and heading
-
Install dependencies
yarn install
-
Create a
.env
file in the root directory with your RapidAPI key:RAPID_API_KEY=your_api_key_here
-
Start the app:
yarn start
This app uses the FlightRadar24 API from RapidAPI. To get your API key:
- Sign up at RapidAPI
- Subscribe to the FlightRadar24 API
- Copy your API key and add it to the
.env
file
AirTrack is built with modern technologies:
- Expo
- React Native
- React Native Maps for flight visualization
- React Query for data fetching
- Bottom Sheet for interactive UI
- TypeScript for type safety
/app
- Main application code/services
- API services and data fetching/assets
- Images and other static assets
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License. See the LICENSE file for details.