Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 1004 Bytes

DEV_README.md

File metadata and controls

15 lines (8 loc) · 1004 Bytes

Important!

  • Think in Components - exmple: a Button can be created as a component of its own which can then be reused across the application. Building this way helps with consistency and resuability.

  • Organize and group things as much as possible. The bigger our codebase grows, the more likely it is for bugs to occur, but keeping code and features orginzed helps in tracking down defects.

  • Let others know what you're work on. You can do that posting in the #mappypals discord channel. This will help ensure that different people are not seperately building the same feature/functionality.

  • Use the #mappypals Discord channel to discuss and ask questions about the app.

How to Write CSS

  • Reuse UI folder elements - UI folder. Instead of creating new elements. Reuse elements from UI folder.

  • Use classes instead of selectors - Do not write .p{} instead use classes.