Blitu82 / TrekTrackr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TrekTrackr

TREKTRACKR Logo

Description

Travel app that allows users to manage itineraries when visiting new cities.

Data

Itinerary

{
  id: 1,
  name: "Lisbon Castle",
  address: "R. Costa do Castelo",
  latitude: 38.713909,
  longitude: -9.1333476
},
{
  id: 2,
  name: "Santa Justa Lift",
  address: "Lg. do Carmo / R. do Ouro",
  latitude: 38.7123,
  longitude: -9.1397
}

Activities

{
  id: 1,
  itineraryId: 1,
  title: "cultural"
},
{
  id: 2,
  itineraryId: 2,
  title: "adventure"
},
{
  id: 3,
  itineraryId: 2,
  title: "culinary"
},
{
  id: 4,
  itineraryId: 1,
  title: "historical tour"
},
{
  id: 5,
  itineraryId: 2,
  title: "photography"
}

APIs

MapBox


Packages

Chakra UI


GitHub

Frontend

Backend

Deployed version

Contributors

Estanislau Mendes - GitHub - LinkedIn

Pablo García García - GitHub - LinkedIn

About


Languages

Language:JavaScript 100.0%Language:CSS 0.0%Language:HTML 0.0%