Skip to content
View arommers's full-sized avatar
🌸
🌸

Highlights

  • Pro

Block or report arommers

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
arommers/README.md

banner

Hello world!

Welcome to my portfolio. I'm Adri. An aspiring, fullstack software engineer studying at Codam Coding College.

Some noteworthy Codam projects

  • CPP : Comprehensive collection of C++ programs, from beginner to expert.
  • So long : A simple, 2d maze game written in C
  • Minishell : My own shell, based on bash
  • Philosophers : A multithreaded solution to the dining philosophers problem

Some Front-end projects

  • PIG : Dice game web app
  • Mapty : Workout tracker and visualizer
  • Bankist : Minimalist banking website
  • Forkify : Recipe management web application

Currently working on:

Pinned Loading

  1. so_long so_long Public

    A simple 2D maze game with player movement, collectibles and exit condition using the MLX42 graphics library.

    C 27

  2. CPP_Modules CPP_Modules Public

    A comprehensive collection of C++ programs, from beginner to expert.

    C++ 2

  3. bankist_app bankist_app Public

    A small user-friendly web application for simulating personal finance management, featuring an intuitive UI

    JavaScript 1

  4. push_swap push_swap Public

    A sorting algorithm project that efficiently sorts a stack of integers using limited operations. Featuring radix sort.

    C 1

  5. philosophers philosophers Public

    A multi-threaded, concurrency-focused solution to the dining philosophers problem. Featuring mutex locks.

    C

  6. pipex pipex Public

    A command-line tool that emulates the shell pipeline operator (`|`).

    C