This is the Flypedia project, a comprehensive flight information platform built with Next.js.
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.
To understand more about the technologies behind Flypedia:
- Visit the Next.js Documentation to learn about Next.js features and API.
- Explore the Learn Next.js tutorial for an interactive introduction to Next.js.
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 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.