A basic React learning project demonstrating core concepts like components, props, and simple UI design using product cards inspired by Amazon.
- React
- Vite
- JavaScript
- CSS
- Reusable components
- Product card layout
- Clean and simple UI
- Beginner-friendly project structure
- Creating and using React components
- Passing data using props
- Structuring a React project
- Basic styling and layout
Clone the project:
git clone https://github.com/shanusingh01/amazon-product-cards.gitGo to project folder:
cd amazon-product-cardsInstall dependencies:
npm installRun the project:
npm run devThis is a beginner-level project built while learning React.
- Add product images
- Add pricing and ratings
- Improve UI design
- Make it responsive
