A simple e-commerce web app built with React + TypeScript.
Products are fetched from a public API using Axios, with global state handled by Zustand.
The UI is styled using Tailwind CSS and Flowbite React components.
- Fetch products dynamically from API
- State management with Zustand
- Responsive design with Tailwind CSS
- UI components from Flowbite React
- TypeScript for type safety
- React + TypeScript
- Axios (API calls)
- Zustand (state management)
- Tailwind CSS
- Flowbite React
# Clone the repo
git clone https://github.com/emanatiya87/products.git
# Navigate into the project
cd products
# Install dependencies
npm install
# Start development server
npm run devLive Demo: https://products-ecommerce-ts.netlify.app/