Welcome to the frontend of the Product Catalog app. This repository contains the client-side codebase built following a mobile-first approach with React, TypeScript, Sass (SCSS), Zustand.
- Responsive design: the app is optimized for various screen sizes, ensuring a seamless experience on desktops, tablets, and mobile devices.
- Mobile-First Approach: the app is designed with a mobile-first mindset for a responsive user experience.
- State Management: Zustand is used for efficient and scalable state management.
- Routing: client-side routing with React Router.
- Styling: Sass (SCSS) is used for a maintainable and modular styling approach.
- Linting and Formatting: code quality is ensured with ESLint and Prettier.