Reagan27 / TwitterClone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TwitterClone

Twitter Clone with Blazor WebAssembly This project is a simple Twitter Clone built using Blazor WebAssembly, where users can change their profiles and view posts and comments.

API Consumption The application consumes the following APIs:

Posts API for retrieving posts. Users API for retrieving user information. Comments API for retrieving comments. Functionality Change Users: Users can change their profiles, which will dynamically update the posts and comments associated with that user.

Default Display: By default, the application displays the comments of the first post. When a user is changed, their corresponding posts and comments are displayed.

Post Comments: Clicking on a post shows the comments for that particular post.

About


Languages

Language:CSS 57.9%Language:C# 29.4%Language:HTML 12.7%