E-Shop is a modern e-commerce web app built with React.js and Vanilla Redux (no Redux Toolkit). It fetches product data using the DummyJSON API and features a clean, responsive UI with Tailwind CSS. The app showcases products, user reviews, and a form to submit new reviews ā with a split layout on large screens.
š View Live on Vercel
git clone https://github.com/moidalam05/E-Shop-React.git
cd e-shop
npm install
npm start
Contributions are welcome! If you'd like to improve this project:
git checkout -b feature-branch
)git commit -m "Add feature"
ā git push origin feature-branch
)For major changes, please open an issue first to discuss what you would like to change.
Crafted with š using React, Redux, and Tailwind CSS.