This is the second part of the assignment in the module Advanced Full Stack Development. It is about implementing a Point Of Interest application with the frontend framework SvelteKit.
The application is built using SvelteKit, Leaflet and bulma. It is running here:
It requires a connection to a backend API. This API is available on:
This is the second part of the assignment in the module Advanced Full Stack Development. It is about implementing a Point Of Interest application with the frontend framework SvelteKit.
The application shows all football stadiums of the first 3 divisions in Germany on a Leaflet map. They are grouped in categories by the capacity of the stadium. There is also a detail page where you can see images, information and ratings for a specific stadium. On antoher page, you can see the stadium on different maps on one page. Furthermore, there is a statistics page using different charts. If you want to use the app, a login is required. This can be done directly in the application or with a connection to your Github or Google Account.
npm install
To run the application, execute the following from within the project folder:
npm run dev
The application should be served on localhost