Here I show some of my projects I am working on in my freetime. This includes my work in mostly these areas:
- 🌐 Web Development
- 🕹️ Game Development
- 🎵 Music Creation
The portfolio features an interactive music player, which you can use to directly listen to the music I created. The system is done with a combination of the Web Audio API and SolidJS Components.
You can visit this portfolio at https://portfolio.hum22501.webspace.spengergasse.at/. This is the link to the live version of this portfolio hosted on an easyname webserver. (I do also plan to add a real domain name to this website in the future.)
If you want to run this portfolio locally, you can do so by following these steps:
- Clone this repository
- Run
npm install
to install all dependencies - Run
npm run dev
to start the development server - Dependent on the configuration, you can now visit the website at http://localhost:3000