CHIP-8 Emulator
This is my very first emulator project, and I initially wanted to create a Gameboy emulator since I've always been a Nintendo fan. However, as I delved into the technical documentation of the Gameboy, I realized how little I knew about computer hardware outside of classroom. This realization led me to choose a more manageable project, the CHIP8 emulator, in order to familiarize myself with emulators and computer hardware before eventually tackling the Gameboy emulator.
Fortunately, the CHIP8 emulator had a very user-friendly technical reference available on Frédéric Devernay's website. It can be found here.