/Flypedia

Flight status tracking website made with Next.js

Primary LanguageTypeScript

This is the Flypedia project, a comprehensive flight information platform built with Next.js.

Getting Started 🚀

To get the Flypedia development server running, run from the root directory:

npm run dev
# or
yarn dev
# or
pnpm dev

Navigate to http://localhost:4000 in your browser to see Flypedia in action.

Begin by editing the main page in src/app/page.tsx. The page auto-updates as you make changes to the file.

Dive Deeper into Flypedia

To understand more about the technologies behind Flypedia:

Flypedia utilizes the Airlabs API for real-time flight details (departure times, arrivals, aircraft information etc.) and the api-ninjas API for airline details (airline name, IATA code, ICAO code etc.)

Your feedback and contributions to the Flypedia GitHub repository are highly appreciated!

Deploying Flypedia

Deploying your Flypedia app is seamless with the Vercel Platform, brought to you by the creators of Next.js.

For detailed deployment instructions, refer to the Next.js deployment documentation.