Admin Dashboard is a modern, responsive web application designed to simulate a real admin panel experience. It uses the JSONPlaceholder API, a fake REST API, to fetch sample data such as users and posts. The data is then stored in the local storage to provide a dynamic and interactive experience without requiring a real backend.
Key Features:
Centralized Dashboard: Displays statistics for users, posts, and comments.
Fake API Integration: Uses JSONPlaceholder to simulate live data fetching.
Local Storage Handling: Stores and manages fetched data locally for performance.
Clean and Modern Design: Simple interface with intuitive navigation.
Scalable Structure: Ready to be connected to a real API or expanded with new features.
This project demonstrates skills in frontend development, API integration, and data management.