Code Daily With Me
Progress tracking for daily DSA practice.
Contributed to the frontend of 'Code Daily With Me', a DSA sheet-based tracker that helps users monitor their practice streaks, topics, and solved problems interactively.
Tech Stack
React.jsTailwind CSSChart.js
Features
- Visual progress tracking
- Topic-wise filter and progress bars
- Responsive sheet interface
- Streak-based UI feedback
Challenges
- Matching frontend UI with dynamic DSA sheet structure
- Managing state for progress across categories
Learnings
- Dynamic rendering of structured data
- Modular frontend design and collaboration