React Patterns
- First deep dive into React hooks and context
- Learning about component optimization and memo usage

Basic time tracking tool built while learning React hooks and charts. Helps track coding time and project progress.
Simple development time tracker built to learn React and data visualization. Tracks time spent coding and basic project progress metrics.
Basic time tracking for coding sessions. Uses local storage with PostgreSQL backup. Still working on sync reliability.

Simple project and task organization with drag-drop sorting. Needs better state management.

Basic charts showing time spent on different technologies. First attempt at using Recharts.

Basic comparison of estimated vs actual time spent. Helps learn estimation skills.

Learning to handle offline-first data with eventual server sync. Still working on conflict resolution.
First time managing complex state with React hooks. Needs refactoring for better organization.
Learning to optimize React renders with large datasets. Currently has issues with larger project lists.