E-Store App is a frontend web application built with React and styled with Tailwind CSS. It simulates an online store where users can browse products and view details. The app connects to a dummy API to fetch product data.
- Display a list of products from a dummy API
- Show product details when clicked
- Responsive layout using Tailwind CSS
- Dynamic UI built with React components
- Frontend: React, JavaScript
- Styling: Tailwind CSS
- API: Dummy API for product data
- Tools: Git, GitHub
- Component-based architecture
- Separate files for reusable UI components
- Clear separation of UI and data fetching logic
- Clone the repository
- Install dependencies:
npm install