Greater New York City Area
Sonaria | Directly support your favorite artists in the Indie scene
• Utilized Redux Thunk middleware to make asynchronous API requests to retrieve and display album & artist data on UI.
• Established cookie-based sessions allowing users to save and access their search history from a Mongo database.
• Incorporated Passport.js authorization middleware to implement multiple user authentication.
github.com/Sonaria/sonaria
Gitalytics | Visualize your GitHub Repository
• Leveraged React render props for declarative data fetching from GitHub’s API to monitor user data and display using the react-vis library.
• Linked Gitalytics login page with user’s GitHub account through OAuth 2.0 process to ensure easy and secure client signup and private repository information.
github.com/TeamBirch/github-analytics
TagMark | Tag & bookmark important conversations
• Instantiated authentication in a Node server by writing custom middleware that persists user sessions on MongoDB and encrypts and retrieves passwords using Bcrypt, thereby ensuring session security.
• Rendered client-side UI using jQuery to define logic required to filter messages by tags marked by users.
github.com/TeamBearcat/taggable-chat