Skip to content
View 93HN's full-sized avatar
🥰
🥰
Block or Report

Block or report 93HN

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

Pinned

  1. bank-system-backend bank-system-backend Public

    Java backend API for Bank transactions. Users can register and transfer money between them, adhering to banking rules such as minimum balance requirements and transfer security.

    Java

  2. Movie-Ticket-Reservation Movie-Ticket-Reservation Public

    Movie Ticket Booking System, back-end using with Java and Postgres as db, front-end coded with NextJS.

    Java

  3. Electric-Vehicles Electric-Vehicles Public

    CurrentVehicles is a web application developed using Next.js and Sass, aimed at providing a convenient and eco-friendly solution for renting electric vehicles in Bermuda. The platform offers a fast…

    JavaScript

  4. Basic-Car-Maintenance Basic-Car-Maintenance Public

    Forked from mikaelacaron/Basic-Car-Maintenance

    A basic app to track your car's maintenance. Open source for Hacktoberfest 2023. Beginners are welcome!

    Swift 1

  5. Conventional Commit Messages Conventional Commit Messages
    1
    ### Types
    2
    * `feat` Commits, that adds or remove a new feature
    3
    * `fix` Commits, that fixes a bug
    4
    * `refactor` Commits, that rewrite/restructure your code, however does not change any API behaviour
    5
    * `perf` Commits are special `refactor` commits, that improve performance