Skip to content

Orpheus29/svelte_restaurants-app

Repository files navigation

🍔🥩🍟Hang Out Search App🥤🥗🍕

A cool app for finding places to eat deliciously and relax.

✨GO TO✨

📋About📋

This simple Svelte application implements routing, filtering, and uses a dedicated state manager as straightforwardly as only Svelte can. All icons are sourced from Svelte Icons.

🧙‍♂️Technologies used🧙‍♂️

Svelte TypeScript Vite Vercel

📌Running your application locally📌

Recommended IDE Setup

VS Code + Svelte.

npm install
To compile, display and hot-reload for seamless development:
npm start
To get ready for production:
npm run build