peperoni4 / homepage

My first personal website. Basically it is just a résumé.
https://peperoni4.github.io/homepage/
MIT License
0 stars 0 forks source link

Create a timeline #6

Closed peperoni4 closed 5 months ago

peperoni4 commented 5 months ago

Add a list of all your activities, achievements, work experience. Add as much info as you can remember. In case you don’t have working experience tell about your pet-projects or student projects. Don’t be shy :)

peperoni4 commented 5 months ago

Unfortunately, I don't have any real-world experience behind my back. For a year and a half, I have learned some system programming stuff, but recently I decided to dive into the world of web development, because of the lack of opportunities in the field of system programming. So now, I'm learning web development with TOP (The Odin Project) and have done two pet projects:

  1. JS Calculator (HTML/CSS/JS used) It's a calculator written using DOM API that supports all basic math operations, erasing of characters, and shortcut features that improve overall user experience.
  2. Sketchpad(HTML/CSS/JS) Sketchpad with features like pixel dimmer, color randomizer, and the ability to change the resolution of the sketchpad.