ninadepina / tech-track-23-24

3D map of all Schiphol destinations

Home Page:https://tech-track-23-24.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ‘‹πŸΌ tech-track-23-24

Svelte NodeJS HTML5 CSS3 JavaScript

'tech-track-23-24' is a web application built with SvelteKit and Node.js! Users can interact with a map that shows all of Schiphol's destinations.

banner


πŸ‘©πŸΌβ€πŸ’» How to use

  1. Clone this repository
$ git clone https://github.com/ninadepina/tech-track-23-24.git
  1. Install dependencies
$ cd tech-track-23-24/app
$ npm i
  1. Create a .env file in the root of the project and add the following (can be obtained by creating an account for the Schiphol Flight API):
APP_ID=<YOUR_APP_ID>
APP_KEY=<YOUR_APP_KEY>
  1. Run the server
$ npm run start:dev

In your browser, go to http://localhost:3000 (port can be changed in your package.json)


πŸ“ Documentation

Gain a better understanding and delve further into this project by reading the process documentation.


πŸ‘οΈ Demo

tech-track-23-24.vercel.app


πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for more details.

About

3D map of all Schiphol destinations

https://tech-track-23-24.vercel.app

License:MIT License


Languages

Language:JavaScript 53.3%Language:Svelte 38.8%Language:CSS 6.9%Language:HTML 1.0%