Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 381 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 381 Bytes

Redditrack 📡

An attempt at a web app that allows users to track Reddit posts from any subreddit or search query with live updates.

Uses snoowrap to access the Reddit API.

Using Next.js on the front-end. Combining Next.js built-in API pages with Apollo Server Micro to utilize GraphQL on the back-end.

Firebase for login and authentication. Trying out the new v9 beta SDK.