Skip to content
View davfrau94's full-sized avatar

Block or report davfrau94

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
davfrau94/README.md

Hi there, I'm Davide 👋🏻

I'm a bartender shifting into tech, currently studying Full Stack Web Development through self-learning and the Start2Impact University platform.
I balance a demanding work schedule with focused daily coding sessions, driven by curiosity and long-term goals.

🔧 I enjoy building clean, responsive websites and documenting everything I learn using Obsidian.

💡 I'm especially interested in:

  • Modern Web technologies
  • Consistent, real-world learning through projects
  • Personal Knowledge Management Systems
  • Books

Outside tech, I stay active with calisthenics and running, and I aim to live a mindful, balanced life. 🧘🏻

Pinned Loading

  1. CalorieCounter CalorieCounter Public

    The app was developed using HTML, CSS, and JavaScript, and allows users to input food items and their calorie content, dynamically displaying and updating the total calories consumed.

    JavaScript

  2. City-Skyline City-Skyline Public

    CSS variables help you organize your styles and reuse them. The main goal of this exercise was to get hands-on experience with CSS variables, using them to control colors, spacing, and dimensions i…

    CSS

  3. Tribute-page Tribute-page Public

    This project honors the life and legacy of Alan Turing, one of the most influential figures in computer science and mathematics. The tribute page presents a brief biography of Alan Turing, highligh…

    HTML

  4. DateFormatter DateFormatter Public

    This is a Date Formatter. It allowed me to explore how JavaScript interacts with dates and how to present them in a user-friendly way.

    HTML

  5. RPS-Game RPS-Game Public

    This is a Rock, Paper, Scissors web app. The game allows users to play against the computer by selecting one of the three options: rock, paper, or scissors. The computer responds with a random choi…

    CSS

  6. romanNumeralConverter romanNumeralConverter Public

    Roman numerals are based on seven symbols and can be written using various combinations to represent Arabic numerals. This is a Roman Numeral Converter, an app that converts integer into roman nume…

    CSS