Simple photo booth application built with HTML, CSS, and TypeScript
This project is the companion source for the corresponding article:
📷 Building a Camera App in TypeScript.
Check out the GH Pages live demo here.
To get started, clone the project and make sure you have a working Node and TypeScript environment set up. Next, simply run tsc
in the project folder and then serve the app using a local server such as serve
.