smol version of youtube where the only videos that show up are from the people you subscribe too, and only the recent ones you haven't seen.
the idea is to scroll less, and waste less time watching youtube videos because you know what to watch and don't need to find something
this idea comes from a rule in the book Atomic Habits, which says whenever you do something like watch netflix, you should always know what to watch before sitting down in order to spend less time trying to find something
- hook up to youtube api in order to get recent videos given channel id
- hook up mongodb to store users' youtube channel
- create front end inputs for users to add channels
- finish backend to support adding video lists by user
- create video viewing page
- create autoplay feature that will play users videos from the day automatically
- make a feature where users can limit videos per day
- add login so people can save their subscriptions
- create list to show subscriptions