Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 2 days ago
JSON representation

recreating the famous donut.c using TypeScript & Cordova for valentine's day

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
```