Skip to content

A simple app to log destinations to travel to. Track, sort, and filter based on various tags.

Notifications You must be signed in to change notification settings

spencerwc/travel-log

Repository files navigation

Travel Log

Track, sort, and filter travel destinations and discover your next vacation.

Set up Contenful

  1. Create a new space on Contentful.
  2. Build a new Content Model to store travel destinations.
  3. Click on your space Settings and navigate to API keys.
  4. Copy and store the Space ID amd Content Delivery API - access token.

Set up and run the app

  1. Create a .env.local file at the root of the project.
touch .env
  1. Add the saved Space ID and Content Delivery API - access token from Contentful.
CONTENTFUL_SPACE_ID=
CONTENTFUL_ACCESS_TOKEN=
  1. Install dependencies
npm install
  1. Run the Next app
npm run dev

Made With

About

A simple app to log destinations to travel to. Track, sort, and filter based on various tags.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published