Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 660 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 660 Bytes

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