Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 468 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 468 Bytes

Tech stack

  • Nextjs
  • Apollo graphql
  • CSS modules
  • React-table

Improvements

  • Seo
    • Add meta title and description
  • Filtering
    • Use next/router for state updates
  • UI
    • Prettier design
    • Residents cards should be more card-like
  • UX
    • Use react-window for virtualizing lists
    • Add pages for each location instead of one big table
  • Typescript
    • React table has poor typing therefore sometimes the type any was used, refactoring recommended