Skip to content

ninadepina/tech-track-23-24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👋🏼 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.