Skip to content
View angryhtml's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report angryhtml

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
angryhtml/README.md

Hello! 👋 Welcome to my GitHub!

🎯 Frontend Developer experienced in HTML, CSS, JavaScript, TypeScript and React.
🛠️ Building responsive and modern web applications.


💡 Open to Collaboration

  • Ready to take on small projects, improve existing websites, or make adjustments.
  • Interested in team projects and contributing to open-source.

🖥️ Examples of My Work

Pinned Loading

  1. weather-webapp weather-webapp Public

    🌤️A simple weather application built with HTM, CSS, and JavaScript. The app allows users to check the current weather for any location by fetching data from the OpenWeatherMap API.

    JavaScript

  2. design-site design-site Public

    Adaptive landing page for a free design course. Built with Bulma CSS. Responsive, accessible, and user-friendly. Integrated a Tally popup form with automated email replies via Make.

    HTML

  3. random-joke random-joke Public

    This random programming joke generator is written in TypeScript using async/await and the Axios library. It dynamically fetches jokes from the JokeAPI and displays them to the user.

    JavaScript

  4. score-keeper score-keeper Public

    A two-player scorekeeper styled with Bulma CSS. The project was refactored from JavaScript to TypeScript to enhance code reliability. It includes dynamic score updates via DOM manipulation and even…

    HTML

  5. registration-form registration-form Public

    A TypeScript-based registration form with real-time input validation using static class methods. Features custom logic for email format, password strength, and password confirmation.

    TypeScript

  6. simple-timer simple-timer Public

    This project implements a countdown timer using HTML, CSS, and JavaScript. Users can input seconds, start the timer, and see the remaining time update dynamically in a styled div.

    CSS