placemark-svelte Svelte Themes

Placemark Svelte

Travel Advisor Application using Svelte Framework.

Travisor: A Travel Advisor Application

The application provides basic information when travelling to new places.

Travisor is built using Svelte, Leaflet, and some other packages.

It relies on several APIs hosted on RapidAPI:

It is also connected to Travisor Server to save locations provided by users.

Website

Check out Travisor website:

Key Features

  • Search: search locations around the world:
    • Tourist attractions
    • Hotels
    • Restaurants
  • Favorite: add your own favorite locations.
  • London Discovery: discover London with recommendations.
  • Map: locations can be shown on the map.

Installation

Clone this directory

git clone [email protected]:nvtrinh2001/placemark-svelte.git

Update new versions for dependent packages

// Check if there is any new versions
ncu
// Update new versions in package.json
ncu -u

Build

npm install

To run the application on your local machine:

npm run dev

The application should start running:

Top categories

Loading Svelte Themes