Skip to content
View Mhlangovuyo's full-sized avatar
  • Melonpay
  • Cape Town

Block or report Mhlangovuyo

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

Popular repositories Loading

  1. Basic-form Basic-form Public

    Simple HTML form with JavaScript validation. Requirements: Include fields for name, email, and password. Validate that all fields are filled out. Ensure the email is in a valid format. Show error m…

    CSS

  2. BASIC-WEB-SCRAPER BASIC-WEB-SCRAPER Public

    Create a program using Beautiful Soup to scrape data from a webpage, like links or headings, handle errors, and save the data to a file, automating the process for efficient data collection.

    HTML

  3. Number-Guessing-Game Number-Guessing-Game Public

    A game where the computer generates a random number and the user tries to guess it. Requirements: Generate a random number between 1 and 100. Provide "higher" or "lower" hints. Keep track of the n…

    CSS

  4. Basic-CSS-Animation Basic-CSS-Animation Public

    A webpage showcasing various CSS animations. Requirements: Implement at least five different CSS animations (e.g., fade, slide, rotate, scale, bounce). Use keyframes for complex animations. Trigger…

    CSS

  5. To-Do-List-Console To-Do-List-Console Public

    A console-based to-do list manager. Requirements: Allow users to add, remove, and view tasks. Store tasks in an array or list. Implement a simple menu system for user interaction.

    CSS

  6. Rock-Paper-Scissors-Game Rock-Paper-Scissors-Game Public

    A simple implementation of the classic Rock Paper Scissors game, where players choose rock, paper, or scissors to determine the winner based on standard rules.

    JavaScript