- Header
- Update Favicon
- Update footer
- Upadte About Us page as UI for that is already shared in group
- Comment your code
- Use Bootstrap as much as possible
- Proper commit messages
- Make reusable code
- Use Tailwind breaking points
- Use camel case for naming files and folders and in JS
- Use IDs for JS and use hyphen-delimited strings to name them
- Use classes for css and use hyphen-delimited strings to name them
- Follow the BEM convention
- Always put code to first-branch (no need to fork)
- Use the code that has been already uploaded if possible, modify it if it doesn't mess up the previous code.
Breakpoint | Description |
---|---|
< 640px | xs |
>=640px | small |
>=768px | medium |
>=1024px | large |
>=1280px | xl |
>=1536px | 2xl |