This page will be filled soon.
Csp
There is more to say about this system than the specificationally inferior RPI3.
TODO
This page is to journal my construction of the arcade.
Technology stack
Frontend:
- React with Typescript
- Tailwind CSS
- Zustand (simple state management)
- Framer Motion (smooth animations)
Backend:
- Node.js with express
- Rest API
Steps
mkdir -p backend/src/controllers backend/src/models backend/src/routes
mkdir -p frontend/src/components/games frontend/src/pages frontend/public
- create
package.json
for both backend and frontend - create main backend file, game routes, game controller
pm2
configuration for containerisation- create
tailwind
config - create
App.js
in frontend
Resources to work through
Check kyler
The repository is the authority on this project.
And the site itself is terrific fun to play around with.
I constructed the entire affair in approximately 72 hours with no syntactical knowledge of typescript using Cursor and Claude AI's!
I loved locking up folders as a kid on the Windows 7 computers using batch scripts I didn't understand.
This is a small program written in C to help me consolidate by understanding of `FILE` streams, bitwise operations and memory representations of data.
## What does bytelocker do?
Bytelocker takes in 2 arguments, a file and a password. It then encrypts this file in place with an ECB cipher.
## Why is this useful?