Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dorkatzir/codebreaker
Code-Breaking
https://github.com/dorkatzir/codebreaker
game-development laravel livewire pdf-document-processor php print tailwindcss vite webapp
Last synced: 2 days ago
JSON representation
Code-Breaking
- Host: GitHub
- URL: https://github.com/dorkatzir/codebreaker
- Owner: DorKatzir
- Created: 2023-11-07T16:56:36.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-24T20:04:29.000Z (7 months ago)
- Last Synced: 2024-04-24T21:02:05.778Z (7 months ago)
- Topics: game-development, laravel, livewire, pdf-document-processor, php, print, tailwindcss, vite, webapp
- Language: PHP
- Homepage: https://codebreaker.drork.live
- Size: 716 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codebreaker - A kid-friendly web app
## Creating secret messages using symbols [Live Demo](https://codebreaker.drork.live)
A kid-friendly web app using Livewire, Laravel, and Tailwind that allows us to type a message and instantly generate the corresponding symbols.
"code-breaking" worksheets where each letter in a secret message is represented as a symbol. They then refer to an alphabet lookup table, and perform the translation.
### Screenshot
![](./screenshot.png)
### Useful resources
- [Code-Breaking Workshop](https://laracasts.com/series/code-breaking-workshop) - Code-Breaking Workshop
### Acknowledgments
Thanks to [Jeffrey Way](https://laracasts.com) - the creator of Laracasts.