Sheridan Mehta-McKisick

Creating User Stories for a MERN Stack TikTok Bookmark Organizer

Published on

During quarantine, TikTok became one of my new favorite sources for entertainment. A never ending series of relatively quick (and mostly fun) videos on a wide variety of topics is a fun way to pass the time. One feature TikTok has is the ability to "like" videos and store these videos within a folder on the app. However, after several months of liking videos, earlier bookmarks that I wanted to return to were buried very deeply within this folder. The app has no way of sorting these videos or organizing them into folders. After becoming frustrated by not being able to find some of my older bookmarked videos, I decided to build my own external TikTok bookmark organizer.

I knew that I would need a backend for an application like this. As I already knew some JavaScript, I decided to learn (and implement the app with) NodeJS, Express, and mongoDB to make a CRUD application. Before diving deep into learning about these concepts, I decided to create a series of requirements to pinpoint what I wanted to build.

There's a lot in front of me to tackle, but I'm looking forward to breaking down each user story into technical requirements and learning how to implement them!

Tags