A web application built with Svelte and SvelteKit that provides travelers with essential travel requirements (visa, vaccination, etc.) based on their nationality and destination.
- Easy Search: Input your nationality and destination for specific travel requirements.
- Real-Time Data: Access up-to-date travel guidelines.
- Responsive Design: Works smoothly on all devices.
- Node.js (v14+)
- Clone the repo
git clone https://github.com/cindersax/travel-requeriments
- Install dependencies
npm install
- Run locally
Visit
npm run dev
http://localhost:3000in your browser.
npm run build
npm start