Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 665 Bytes

WORKFLOW.md

File metadata and controls

11 lines (11 loc) · 665 Bytes
  1. Created the header tab using tailwind css, and heroicons.
  2. implemented the Sign In with reddit feature using NextAuth and reddit client api.
  3. Created a realtional database model [users, posts, comments, subreddits...], using supabase.
  4. Used Stepzen(by IBM) to implement graphQl in a very GUI fashion.
  5. used Apollo client to fetch graphQL from the frontend.
  6. wrapped the entire app with
  7. started PostBox component
  8. added the avatar feature with dicebear open source library which automatically generates avatar.
  9. added the create post tab.
  10. added the avatar feature with session provider.
  11. completed the postBox component.