A C# application for writing, organising, and reflecting on daily journal entries — with a clean, distraction-free interface.
Journal App lets users capture thoughts and experiences in a simple, organised way. Entries are stored and retrievable by date, making it easy to look back and reflect.
- Create, read, update, and delete journal entries
- Date-based organisation of entries
- Clean, minimal writing interface with no distractions
- Search through past entries by keyword
- Responsive layout for comfortable reading and writing
-
Clone the repository:
git clone https://github.com/Sparkz691768/JournalApp.git
-
Open the solution in Visual Studio.
-
Build the solution (
Ctrl + Shift + B). -
Run the project (
F5).
- Building applications with C# and ASP.NET
- Structuring a full CRUD application end to end
- Managing persistent user content with a backend data layer
- Rich text editor (bold, italics, lists)
- User authentication for private entries
- Mood / emotion tagging per entry
- Export entries to PDF
- Dark mode support