Skip to content
← All projects

avatarapp

learning

An API-driven React learning project focused on async UI states.

Problem

Apps feel fragile when loading/error/empty states are skipped or inconsistent.

Approach

Practiced async rendering patterns with clear loading and error handling plus component separation.

Result

A learning build that improved async UI discipline.

Highlights

  • Async UI states
  • Cleaner components