Go back to all projects
text
This website

I wrote this website myself using sveltekit. It is a static single page application that makes use of a lot of web-dev frameworks and GitHub Pages.

systemancer logo

Tech: SvelteKit, GitHub Pages

Code of the website

Code here

Lessons learned:

  1. Creating a multi-page website.
  2. Developing the frontend user experience.
  3. HTML, CSS, JS, Node.js, Typescript, SvelteKit, Tailwind, DaisyUI and GitHub.
  4. Figured out some advanced TS syntax and worked with a lot of objects and components.

Description:

I have taken a full stack development and SvelteKit courses from Udemy, so I can develop mechanical engineering web applications at my job as an intern at Honeywell.

Thanks to this I've been able to learn enough of web development to build this website from scratch. Not everything was included in the course, but after some time spent googling I was able to code everything I've wanted.

Because this website is hosted on GitHub, it can only be a static website. That means I have to omit the whole backend process of creating a website. Luckily I do create backends at my intership, so the knowledge is not completely lost on me.