Welcome to our school project! This application utilizes the Gothenburg RiverService API to fetch water levels and elevation data for various lakes and rivers around Gothenburg. We decided we wanted to try something with 3d. The application is built with Vite & Javascript and managed with npm.
- HTML
- Tailwind
- JS modules
- ThreeJS & Blender
- Vite
How to run the application locally
-
Clone the repo:
git clone https://github.com/vojtechlevi/waterworks.git
-
Install dependencies
npm install
-
Run the application
npm run dev