An open API service indexing awesome lists of open source software.

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.

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._