This repository is the result of many hours work coding following the tutorial on this advanced React course. https://www.udemy.com/course/complete-react-developer-zero-to-mastery
Here you will find many branches, each of them with the more important epics of the project. As I move along the development of this project, new branches will come that will allow me to go back in time and see what a particular implementation is for.
In your terminal after you clone your project down, remember to run either yarn
or npm install
to build all the dependencies in the project.
Remember to replace the config variable in your firebase.utils.js with your own config object from the firebase dashboard! Navigate to the project settings gear icon > project settings and scroll down to the config code. Copy the object in the code and replace the variable in your cloned code.