An open API service indexing awesome lists of open source software.

https://github.com/mraskends/poetystorage

A C# WinForms application for storing and reading poetry. Includes user login, registration, and customizable settings. Users and poems stored in a MySQL database. Built as a university coursework project.
https://github.com/mraskends/poetystorage

csharp database desktop-app login-system mysql sql university windows-forms winforms

Last synced: 2 months ago
JSON representation

A C# WinForms application for storing and reading poetry. Includes user login, registration, and customizable settings. Users and poems stored in a MySQL database. Built as a university coursework project.

Awesome Lists containing this project

README

          

# PoetyStorage
**PoetyStorage** is a Windows Forms application written in C# that allows users to store and read poems.
It includes login/registration functionality and customizable user settings. Users and poems stored in a MySQL database.
This project was built as part of a university course to demonstrate basic WinForms, file handling, and user authentication.

## Purpose
This application was created for educational use and practice with:
- Object-oriented programming
- MySQL databases
- SQL queries
- Windows Forms GUI design
- User authentication
- Multi-form architecture

## Features
- Login and registration system
- Poem reader interface with navigation
- Text-based poem storage
- Basic application settings form
- In-memory and/or file-based user/poem handling

## Technologies
- C#
- .NET Framework
- SQL queries
- MySQL databases
- Windows Forms (WinForms)
- Visual Studio 2019+

## Getting Started
```bash
git clone https://github.com/MrAskends/PoetyStorage.git
cd PoetyStorage/PoetyStorage
```