Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 852 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 852 Bytes

VDrop

Screenshot of index page

VDrop allows users to record a single 1-second video every day. The next day, all of the videos are combined into a single "drop" which is released on the site. It was created for the Hacker Zephyr, a hackathon run by Hack Club that took place on a trans-atlantic train in the summer of 2021. We had very limited access to the internet so this code is likely messy/unpolished and not reflective of what I'd make for a longer term project. VDrop is built using Next.js/React/TypeScript. I also built my own UI library using makeStyles as well as an advanced styled function to make it really easy to build UI components. I may eventually extract this out into its own repository, but for now it is only in this repo.