aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Question.tsx (follow)
Commit message (Collapse)AuthorAgeLines
* Breaks Up CSS Into ComponentsGravatar Hassan Abouelela2021-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 RenderingGravatar Hassan Abouelela2021-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]>