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/
- 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
- HTML5
- CSS3
- JavaScript (ES6+)
- Dummy JSON API
- 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