Skip to content

vojtechlevi/waterworks

Repository files navigation

Waterworks

Overview

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.

Technologies Used

  1. HTML
  2. Tailwind
  3. JS modules
  4. ThreeJS & Blender
  5. Vite

Install

How to run the application locally

  1. Clone the repo:

    git clone https://github.com/vojtechlevi/waterworks.git
    
  2. Install dependencies

    npm install
    
  3. Run the application

     npm run dev