for ReactJS
- Follow ReactJS patterns.
- Follow base on structure of NPX Create-React-App, but you can create more folders in src folder.
- Use Typescript language.
- Use Tailwind CSS for styling.
- Follow AirBnB style guide for code formatting.
- Use PascalCase when creating new React files. UserCard, not user-card.
- Use named exports when creating new react components.