Skip to content

Instantly share code, notes, and snippets.

@sibelius
Last active July 19, 2024 12:53
Show Gist options
  • Save sibelius/fd6659097a20ddbda80f9cac52bb408a to your computer and use it in GitHub Desktop.
Save sibelius/fd6659097a20ddbda80f9cac52bb408a to your computer and use it in GitHub Desktop.
woovi-frontend-review-feedback

These are review based on woovi frontend junior challenge

  • deploy frontend
  • select a bundling tools like nextjs, vite, webpack or rspack
  • use css in js
  • make proper components
  • avoid hard coded values like colors, spacing, typography
  • create a mini design system
  • use a form library like formik
  • use a validation library like yup
  • use a routing library like react-router
  • create an og (opengraph) using satory
  • automated tests using testing library
  • use issues and pull requests
  • create a good readme
  • pre-commit
  • prettier
  • eslint
  • i18n
  • avoid layout shift
  • add animation
  • be responsive
  • avoid breakpoints
  • use Woovi tech stack (react)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment