Skip to content
/ mall-nav Public

Select a mall, select a store, and see which direction it is from where you are. Or find your parked car.

Notifications You must be signed in to change notification settings

cdnkr/mall-nav

Repository files navigation

MallNav

Select a mall (or auto-detect based on your your current location), select a store, and see which direction it is from where you are. Or find where you parked.

Screenshot

Getting started

  1. Run pnpm i followed by pnpm dev to install the dependencies and start the development server.
  2. Add your API keys to the .env file.
  • NEXT_PUBLIC_GOOGLE_MAPS_API_KEY: The Google Maps API is used on the Google Places Autocomplete component.
  • NEXT_PUBLIC_NOAA_API_KEY: The NOAA API is used to get magnetic declination. Get your key here. Complete the usage survey and you'll be provided with an API key.
  1. Navigate to http://localhost:3000.

Setting Up a Development SSL Certificate for Local testing

See: Setting Up a Development SSL Certificate for Local testing in Next.js 15

Setting up a PWA in Next.js 15

See: Setting up a PWA in Next.js 15

About

Select a mall, select a store, and see which direction it is from where you are. Or find your parked car.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published