JustinGuruTech / todo-react-firebase

Todo web-app made using react, firebase, and materialUI.
0 stars 1 forks source link

User accounts #23

Closed TheDizruptor closed 4 years ago

TheDizruptor commented 4 years ago

This merge adds user accounts to the application using Firebase for authentication and user information storage. Users can now have individualized todo lists :D

It also contains significant refactors to the file structure in order to keep the project clean as more components are added. Restyling to a more minimal, sleek look is in progress but not far along.