A minimal Twitter clone built using Blazor and SQLite, allowing users to create accounts, post tweets, and view tweets in a simple and elegant interface.
-
User Registration: Sign up to create your personal Chirper account.
-
Post Tweets: Share your thoughts with the world by posting tweets.
-
View Tweets: Browse through all posts made by users.
-
Upcoming:
-
Follower list
-
Liked Chirps
-
User Profiles
-
User Uploaded mMdia
- Blazor: A modern framework for building interactive web UIs using C#.
- SQLite: A lightweight, file-based database for storing user accounts and tweets.
- .NET Core: For backend and frontend integration.
-
.NET SDK: Version 8.0 or later. Download here.
-
SQLite: Ensure SQLite is available on your system.
-
Dependencies:
Microsoft.AspNetCore.Identity.EntityFrameworkCore 8.0.11
Microsoft.AspNetCore.Identity.UI 8.0.11
Microsoft.EntityFrameworkCore.Sqlite 9.0.0
Microsoft.EntityFrameworkCore.Tools 9.0.0
Coming soon!