Twitter doesn’t have an existing method to categorize bookmarked links and tweets, and mamy users like myself have an unholy amount of content saved into those bookmarks. As an excuse to practice using Material UI with the javascript library ReactJS, I decided to make my own way to store all those links. The result can be seen here.

twitter bookmarks

The component from Material UI used was a drawer. I thought it would be a good way to compartmentalize information. Styling was a challenge because I was trying to figure out if custom classes would be easier or not compared to using something like Bootstrap. I ended up going with custom classes, so I need to work on my CSS more.