This is the web application for Thidle, a social network I am developing. It started as a project for me to learn about FFmpeg and video streaming but I decided to improve and try to make it a real application.
I developed the whole logic and design. It still has a lot of missing features, but I want to come back to this project later on.
To run, you just have to clone, install the libraries through npm i and npm start.
You might have to tweak and run the backend to make it work, but it's not difficult.
I plan to adjust and remove the harcoded variables from it and make a Docker compose file to make it easier to run.
This project uses React and I migrated it from plain HTML/CSS/JS a few months after using the framework for the first time, so the code is not near perfect.