-
Notifications
You must be signed in to change notification settings - Fork 0
Application
kentpmckinney edited this page Aug 6, 2023
·
1 revision
React
TODO: copy the updated style guide here
Notes on Evictorbook FE style
(such as Disclaimer, Methodology, etc.)
- Font color will be provided by the theme. If you're implementing a new feature like this, follow the same basic arrangement as the existing pages.
- Theme colors are stored in src/theme/theme.js.
- Headings:
- Font: Oswald
- Paragraphs:
- Font: Source Sans
- Make sure to add the translation for every bit of Typography that needs to be translated.
- Dynamic values from the database should not be translated
- The link to retrieve those Google fonts is in ui/public/index.html, and then imported into the appropriate scss files.
To run tests on the UI app (currently tests only available for the stringUtils.js function)
docker exec -it ui /bin/bash
npm test
Node.js, Express, Neo4j
Note: this documentation is a work in progress