ufosc / AskAGator

Open source teacher/professor interaction software
10 stars 7 forks source link

Convert AddCoursePage to Hooks/FC #117

Closed hjarrell closed 5 years ago

hjarrell commented 5 years ago

Convert the AddCoursePage to hooks/Functional Component and rename it to JoinCoursePage. Also change the styles to use CenteredForm for now. Follow the example in LoginPage, where you can just call CenteredForm() to get the styles reference.