Back to Projects

Bloo Fits

ReactSCSSFirebaseReact RouterContext API

Bloo Fits is an e-commerce application built to deepen my understanding of front-end development with React. The project features product browsing with nested routing, a shopping cart with quantity tracking, and user authentication. I used React Router DOM for declarative navigation, React Context API for global state management, and Firebase for authentication and data storage to keep the focus on front-end learning without building a custom backend.

Key skills developed include component-based architecture, client-side routing patterns, state management with Context API, and integrating third-party services like Firebase.