React application for managing a catalog of products from FakeStoreAPI
Deployed on GitHub Pages and Vercel
- React 18
- Vite
- Redux
- React Router
- TypeScript
- Tailwind CSS
- Lucide React
- Shadcn/ui
- ESLint
- Prettier
- TypeScript ESLint
- View all products
- Create new products
- Edit existing products
- Delete products
- View detailed product information
- Search products by title
- Filter by price range
- Filter by category
- View favorite products
- Responsive design (mobile, tablet, desktop)
- Dark/Light theme toggle
- Pagination
- Loading skeletons
- Clone the repository
git clone https://github.com/ytraddan/FakeProductsStore.git
- Install dependencies
npm install
- Start the development server
npm run dev