Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1.08 KB

README.md

File metadata and controls

15 lines (9 loc) · 1.08 KB

About

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.

Install dependencies

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.

Set your firebase config

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.

Screen Shot 2022-03-11 at 8 51 22 PM