Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 521 Bytes

File metadata and controls

23 lines (19 loc) · 521 Bytes

Project Plan

Day 1 - Setup project

  • Setup NextJS boilerplate
  • Setup Google Auth
  • Setup database models
  • Initialize profile page UI

Day 2 - Auth & Question Submission

  • Login button
  • Fetch profile info using SSR
  • Create questions

Day 3 - Answers

  • Fetch questions
  • Question detail page using SSR
  • Submit answers
  • List of answers to a question

Day 4 - Polishing & Bonus Features

  • Cursor-based pagination
  • Mark as solved feature
  • Styling