Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bkataru/donotnut
recreating the famous donut.c using TypeScript & Cordova for valentine's day
https://github.com/bkataru/donotnut
apache-cordova cordova cordova-android donut donut-c typescript
Last synced: 17 days ago
JSON representation
recreating the famous donut.c using TypeScript & Cordova for valentine's day
- Host: GitHub
- URL: https://github.com/bkataru/donotnut
- Owner: bkataru
- License: mit
- Created: 2024-02-16T12:05:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-16T13:01:11.000Z (10 months ago)
- Last Synced: 2024-10-16T19:04:02.909Z (2 months ago)
- Topics: apache-cordova, cordova, cordova-android, donut, donut-c, typescript
- Language: JavaScript
- Homepage: https://bkataru.github.io/donotnut/
- Size: 2.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# donotnut
idea from brain fart 7592738
> _what if i reimagine the famous [`donut.c`](https://www.a1k0n.net/2021/01/13/optimizing-donut.html) in TypeScript as boo's valentine's day present UwU_
> _ooh ooh, maybe I should also build a mobile app for it using Cordova OwO_
valentine's day gift 🥺 for a very special someone 🐱🐱
## built with ❤️ for ❤️ using
- HTML + CSS + TypeScript
- Apache Cordova## mobile app
Once the devcontainer is setup, compile TypeScript and make Cordova build the release `.apk` file by
```bash
npm run build
```