Hi, I'm Nick
a computer scientist
Projects
01
Games website
I created this website over multiple months and still am. It is a website for multiple minigames implemented in Vue.js. My goal with this page was, having a place to create and deploy simple little projects that are fun to create and use.
02
TODO Management
This is a Website I created for the primary school my mom works in. It is a management system for TODOs for the teachers. There is an admin panel to create TODO-lists and TODOs. The admin can also invite people and asign lists to them. The admin als has the right to see the progress of all users and can interfere with it. As a user I can check my TODOs with a date. The data is being saved in a MySQL database, while I implemented the whole page in PHP.
03
FlipPhone
This is a App I created as a project in school. We were given the task to create an app using sensors and other aspects of modern-day phones. I created an App that counts how many flips your phone does, after throwing it in the air. I used values from different sensor to calculate how many times the phone fliped and when it was thrown into the air and caught again.
04
This portfolio
For this Portfolio I used svelte. Is was my first time working with svelte but it was a really pleasant experience. It is really easy to pick up and start coding. I planned this project generously with Figma, especially to create a decent design.
05
Working time management
This was a Project from school that I completed with two friends. It is a Java application to manage ones working time. We implemented three views, main, calendar and a statistics view. For the frontend we used Java Swing, the backend Maven and MySQL. This Project went very well, due to good planing on GitHub Pages and good communication between us three. Besides the tecnical aspect, we also documented and presented the whole thing.
06
Remote controlled roboter with custom Website
In school we had the task to create something with Arduino. A Friend and I modified a Robot to be remote controled from a custom website we created. In adition to a Robot we used a M5 Stick which hosted our website. We were later able to access the website by connection to the WIFI and so controlling the Robot. We were able to implement 32 different states to controll speed and direction.
07
Restaurant management system
With this project i attempted to create a resaurant management system. While I was quite successfull at first, I later realised, that I haven't planed the execution good enough. I used Angular and Go as my Tech for this project, which I had verly little experience beforehand. In the end I was able to implement the 'settings' of the app successfully and the main functionallaty partly implemented. Although I abandonned this project eventually, I learned a lot about Go and Angular but also about the process of implementing a big project.
08
Website about kinds of shopping
This is a simple website made with HTML, CSS and JavaScript. It was a school project with to friends of mine. The goal of the website was to answer a question or a debate that isn't already clearly answered on the internet. We choose to list the pros and cons of shopping online versus shopping 'normally' in a shop. Because it was a Project from school the website and its context is in german.
09
Group management
This application manages groups/classes with their respective students and teachers. The program lets you add, edit and delete each person and add students or teachers to a class. All the changes of data are saved in JSON files and can be reset when using the restore service. There are three different roles implemented in the program: guest, user and admin. Each of the roles have different rights in the application. You are able to log in with the username and password, stored in the JSON files, unfortunately I have yet added a service to create a user. The backend of the application is written in Java, while the frontend is in HTML, CSS and JavaScript. The functionality of the application is tested using Postman.
10
Website for Zunft zur Letzi
This is another Website with plain HTML, CSS and JavaScript. I made the website for the guild of Letzi that I'm a part of. It is not used, but it was a good challenge for me to design a website and I learned a lot new about JavaScript while doing so. This was one of my first websites, that actually looked decent. I'm not pleased with the structure of the code of the website, but now I can't be bothered to clean it up, since it isn't used anyways.
11
Grades calculator
As a part of an exam in school I made this grade calculator. It is written in Java and uses Java Swing for the GUIs. The program displays subjects with their belonging grades. Each grade has a weighing, a date, a title and of course a grade. The program also shows the mean of the subjects as well as the mean of all the subjects combined. You can add as many subjects and grades as you wish and delete or customize them afterwards. Unfortunately I have not considered saving the data into JSON files or a database when I started building this application. This project has quite some potential for the future, if I would connect it to a database and implement semesters.
Tech I use
For client-side applications
CSS
HTML
JavaScript
TypeScript
Angular
Svelte
For backend applications
Java
Node.js
GoLang
PHP
MySQL
Bash
The tools I use
GitHub
Figma
Postman
VSCode
JetBrains
Notion