This is a shopping application built as part of a Frontend Developer Internship hiring task. It features product listing, cart management, and state persistence using modern frontend technologies.
š Live Demo: https://hype-havenn.vercel.app/
š GitHub Repo: Dhrubajyoticoder/shopping-app-task
Technology | Description |
---|---|
React.js | UI development with functional components |
TypeScript | Type safety and improved code maintainability |
Tailwind CSS | Utility-first CSS framework for responsive design |
ShadCN | Pre-built, customizable UI components |
React Query | State management and API data caching |
Vercel | Deployment for production-ready hosting |
1ļøā£ Clone the Repository
git clone https://github.com/Dhrubajyoticoder/shopping-app-task.git
npm install
npm run dev
The application will be available at: http://localhost:5173 (or a similar port).
This project is MIT licensed. Feel free to modify and use it.
š” Found a bug or want to improve something?
Feel free to submit a pull request or open an issue in this repository.