Commit graph

4 commits

Author SHA1 Message Date
ba668bb21e enable add education form 2020-05-15 10:59:25 +02:00
d8c0ca5737 update useForm hook to handle checkboxes 2020-05-15 10:10:24 +02:00
3540881ec2 add statuses enum and enable EditProfile Form 2020-05-14 18:28:49 +02:00
Ruidy
07dd7c5624
Signin (#6)
* install redux and set authSlice

* connect navBar to the sotre

* create User type

* install react-redux-firebase

* bind to firebase

* connect App to firebase auth; display splash screen while loading auth state

* install firestore

* install firestore

* enable interactive form

* signup page functional

* fix navbar bug

* extract useForm hook

* extract Alert component

* sign in page functional

* commenting

* log out function

* add private route
2020-05-14 14:18:22 +02:00