Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.13 KB

File metadata and controls

37 lines (25 loc) · 1.13 KB

Apex Stock

Apex Stock is a responsive e-commerce style web application built using HTML, CSS, and vanilla JavaScript. The project simulates a modern online shopping experience by fetching product data from a third-party API and displaying it through a clean, interactive user interface.

The application focuses on dynamic data rendering, search and filtering functionality, and responsive UI design without relying on frontend frameworks.

Live link: https://webkingif.github.io/ApexStock/


🚀 Features

  • Fetches product data from Dummy JSON API
  • Dynamic product listing and rendering
  • Search and filter functionality for products
  • Responsive design for mobile and desktop devices
  • Clean, modern user interface built with vanilla CSS
  • Lightweight and fast-loading frontend architecture

🛠️ Tech Stack

  • HTML5
  • CSS3
  • JavaScript (ES6+)
  • Dummy JSON API

🎯 Key Learnings

  • Working with REST APIs using JavaScript
  • DOM manipulation and dynamic rendering
  • Implementing search and filter logic on frontend data
  • Responsive UI design principles
  • Building real-world e-commerce style interfaces without frameworks