Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Breaks Up CSS Into Components | 2021-01-06 | -10/+51 | |
| | | | | | | | | Moves the styles from the CSS file, into emotion CSS in each component's file to make navigation easier, and keep CSS and JSX together.Drops raw-loader dependency. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Adds Question Rendering | 2021-01-06 | -0/+128 | |
Adds a question component, and calls it on form page. Adds styling for input types and form page. Lays foundation for validation and submission. Signed-off-by: Hassan Abouelela <[email protected]> |