Developed this project to lean more about react applications You can check it out here https://brendapc.github.io/insta-dogs and navigate through the website
Concepts studied:
- React Context
- Login/Register Pages
- Infinite Scroll (feed loading pictures by scroll)
- Dynamic header (changing when user is logged in or logged out)
- Menu navigation
- SVG animation while loading
using create-react-app to init the project using an external backend api for user authentication
based on the Origamid Complete React course