A Twitter-like application built with React (frontend) and .NET 9 (backend). This is a hobby project focused on clarity, developer experience, and iterative delivery.
- User authentication (email + password) with JWT tokens
- User profiles with handles, display names, bio, and avatar
- Create posts with text and optional images
- Timeline showing posts from followed users
- Follow/unfollow users
- Like/unlike posts
- Reply to posts
- Basic search functionality