https://github.com/timelessnesses/nokia-funny
A text encoder/decoder inspired by nokia phone buttons and facebook memes
https://github.com/timelessnesses/nokia-funny
decoder encoder fontawesome fortawesome funny nokia svelte sveltekit
Last synced: 8 months ago
JSON representation
A text encoder/decoder inspired by nokia phone buttons and facebook memes
- Host: GitHub
- URL: https://github.com/timelessnesses/nokia-funny
- Owner: timelessnesses
- License: wtfpl
- Created: 2023-05-17T13:05:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-04T13:46:11.000Z (over 2 years ago)
- Last Synced: 2025-01-01T15:42:46.320Z (10 months ago)
- Topics: decoder, encoder, fontawesome, fortawesome, funny, nokia, svelte, sveltekit
- Language: Svelte
- Homepage: https://nokia-funny.timelessnesses.me
- Size: 1.58 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nokia-funny
A weird text encoder/decoder (no support for binary/unicodes/emojis/special characters because never will)
Built this in like 2 hours or something lol## Locally developing/Running
### Requirements
1. NodeJS
2. NPM (PNPM is preferred)### Steps
1. Clone the repo
2. Run `npm install` or `pnpm install`
3. Run `npm run dev` or `pnpm run dev`
4. Open `localhost:5173` in your browser