Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.35 KB

NOTES.md

File metadata and controls

42 lines (34 loc) · 1.35 KB

NOTES

HELPFUL LINKS

TODO

  • Header
  • Update Favicon
  • Update footer
  • Upadte About Us page as UI for that is already shared in group

PRACTICES TO FOLLOW

  1. Comment your code
  2. Use Bootstrap as much as possible
  3. Proper commit messages
  4. Make reusable code
  5. Use Tailwind breaking points
  6. Use camel case for naming files and folders and in JS
  7. Use IDs for JS and use hyphen-delimited strings to name them
  8. Use classes for css and use hyphen-delimited strings to name them
  9. Follow the BEM convention
  10. Always put code to first-branch (no need to fork)
  11. Use the code that has been already uploaded if possible, modify it if it doesn't mess up the previous code.

Tailwind breakpoints:

Breakpoint Description
< 640px xs
>=640px small
>=768px medium
>=1024px large
>=1280px xl
>=1536px 2xl