ShopEvUN is an e-commerce website designed to showcase and sell all kinds of products ranging from daily needs like groceries to electronics, furniture and more..
Experience Shop Everything U Need - Click here
- Home, Explore Products and Cart pages.
- Responsive Design
- Search and filter products
- Add and Remove products from the cart
- Product modal with detailed information
- HTML - For structuring the content
- CSS - For styling and layout
- Javascript - For event handling, API Integrations, and dynamic UI updates
To run this project locally:
- Clone the repository
git clone git@github.com:Srijatalamarla/ShopEvUN.git- Open "index.html" in your browser or use a local server for better compatibility (e.g., Live Server extension in VS code).
Through this project, the following concepts were explored and implemented:
- Fetch API - Retrieving products data dynamically from dummyJSON API
- Asynchronous Javascript - Using
asyncandawaitfor API calls - Local Storage Management - Persisting cart data using
localStorageandsessionStorage - DOM Manipulation - Dynamically updating UI elements
- Responsive Design Techniques - Using media queries and flexbox/grid for a mobile-friendly experience
- API Error Handling - Implementing fallback mechanisms in case of API failures
- Performance Optimization - Lazy loading products and optimizing API calls for better performance





