https://github.com/devnadeemashraf/react-dashboard-app
This project is a real-time React dashboard application designed to handle and display over 10,000+ data points efficiently. Built as a frontend challenge, it focuses on performance optimization, data visualization, and seamless user experience.
https://github.com/devnadeemashraf/react-dashboard-app
babel dashboard data-visualization javascript miragejs react webpack
Last synced: 7 days ago
JSON representation
This project is a real-time React dashboard application designed to handle and display over 10,000+ data points efficiently. Built as a frontend challenge, it focuses on performance optimization, data visualization, and seamless user experience.
- Host: GitHub
- URL: https://github.com/devnadeemashraf/react-dashboard-app
- Owner: devnadeemashraf
- Created: 2025-02-05T22:20:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T22:06:58.000Z (about 1 year ago)
- Last Synced: 2025-04-05T18:52:29.684Z (about 1 year ago)
- Topics: babel, dashboard, data-visualization, javascript, miragejs, react, webpack
- Language: JavaScript
- Homepage:
- Size: 135 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Dashboard Project with 10K+ Data Points
This was a frontend challenge that I asked **Deepseek r1** to generate for me to test my frontend skills.
This is a real-time dashboard, _with no backend but a mock MirageJS server_, application that handles large datasets efficiently. I have optimized it to perform seamlessly even with over **10,000 rows** of data.
You can read more about the challenge [here](./CHALLENGE.md).
## Phases of the Project
1. [Phase One - Setting Up the Project](./dev-logs/PHASE_ONE.md)
2. [Phase Two - Project Planning](./dev-logs/PHASE_TWO.md)
3. [Phase Three - Mock Server & React-Aria Setup](./dev-logs/PHASE_THREE.md)
> _Next up: Component Design and Architecture._