Website: https://treeckle.com/
Currently in production
Treeckle is a student life app for the Residential Colleges of NUS, intended to be a platform for the efficient booking of facilties, and the creation and management of events.
For usage/contribution, please contact @JermyTan
- Use squash and merge
- PR by issue/feature
- Use github issues
- Use venv
- Style
- Use snake_case, 4 spaces indentations and CONSTANT_VARIABLE
- Use list comphension
- Include constant file
- Use double quotes for strings
- Only use yarn (no npm)
- Typescript only in src file
- Component files use tsx, utils function files use ts
- Define constants instead of magic string
- Use enums
- Declare API response type