Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lyqht/keyboard-simulator

A mini game made for Advent of CSS 2021
https://github.com/lyqht/keyboard-simulator

advent-of-css-2021 astro keyboard-events keyboard-ui open-props preact

Last synced: about 2 months ago
JSON representation

A mini game made for Advent of CSS 2021

Awesome Lists containing this project

README

        

# Keyboard Simulator App

This project is created for the 🎄 Advent of CSS - Day 4 - Computer Keyboard using the [Astro](https://github.com/withastro/astro/)'s Preact template.

💡 A useful `json` file containing the keyboard buttons location sorted by their row number can be found at `src/components/keyboard-button-locations.json`.

image

## Resources for exploring further on key events and key codes

- https://www.freecodecamp.org/news/javascript-keycode-list-keypress-event-key-codes/
- https://keycode.info/