Storytelling App is a Windows Forms-based desktop application that allows users to publish blog-style articles and earn a fixed fee for each view. It is designed for writers, bloggers, and independent content creators who want a simple way to monetize their content.
| Technology / Tool | Description |
|---|---|
| C# (.NET Framework) | Main programming language |
| Windows Forms | UI Framework |
| RestSharp | API client for HTTP communication |
| JSON API | Backend communication via REST API |
- Create and publish new articles easily
- User registration and login system
- View and manage article details
- Fixed-rate monetization per article view
- API-based communication with a remote server
Not available as this is a desktop application.
- Clone this repository.
- Open
StoryTelling.slnusing Visual Studio. - Restore dependencies via NuGet Package Manager (e.g., RestSharp).
- Build and run the project (Start Debugging).
- Configure the API endpoint in
App.configif needed.
- User profile and revenue dashboard
- Add comment or reaction system
- UI improvements with modern design
- Notification system (email or in-app)
Interested in collaborating or enhancing this project? Reach me at LinkedIn or visit dodevca.com.
Initiated by Dodevca, open for collaboration and continuous refinement.