We have setup the context for the project. Right now there are two contexts:
- for authentication
- theme context for changing the mode(light or dark)
- React components are javascript functions that return markup.
- A react component can be nested inside another component, and must begin with a capital letter, where html tag must begin with a small letter and then we can differentiate between them.