BasileF / Full-Send-341

0 stars 0 forks source link

Configured FirebaseContext and built core auth feature #44

Closed BasileF closed 4 years ago

BasileF commented 4 years ago

I installed the firebase and react-router-dom dependencies. I set up a simple landing page (no styling), that links a user to the login page and welcomes the user when they are logged in. Additionally, the registration page was built, which allows users to register accounts by providing a username, email and password. The users information is then stored in the database. I also built a login page, that only authenticates users that enter valid credentials, and redirects them to the landing page (feed).

User stories: #9 and #10 Tasks: #22 , #23 , #24 and #25