/inversity-raf

My entry to the Inversity RAF challenge. You can view a live demo using the link below, which is hosted on Vercel.

Primary LanguageJavaScript

This is a Next.js project bootstrapped with create-next-app, making use of Tailwind CSS for styling.

Running Locally

Cloning the repository:

git clone https://github.com/jwhthomas/airport-finder.git

Installing dependencies:

npm install

Enter the required API credentials in the .env.local file:
The Google API key may be accessible from the client and should be restricted.

AIRLABS_API_KEY="https://airlabs.co"
AIRPORT_DB_API_KEY="https://airportdb.io"
NEXT_PUBLIC_GOOGLE_API_KEY="https://cloud.google.com"

Running the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.