https://github.com/danilowskic/dreamy
Dreams diary made as part of C++ learning. Works like notepad with nice GUI. It saves your dream as .txt file.
https://github.com/danilowskic/dreamy
cpp11 diary diary-application diary-of-dreams dream dreams dreamy notepad
Last synced: over 1 year ago
JSON representation
Dreams diary made as part of C++ learning. Works like notepad with nice GUI. It saves your dream as .txt file.
- Host: GitHub
- URL: https://github.com/danilowskic/dreamy
- Owner: danilowskic
- Created: 2018-12-24T08:00:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T21:57:41.000Z (about 2 years ago)
- Last Synced: 2025-01-27T12:09:42.561Z (over 1 year ago)
- Topics: cpp11, diary, diary-application, diary-of-dreams, dream, dreams, dreamy, notepad
- Language: C++
- Homepage:
- Size: 1.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dreamy
## Overview
Dreamy is a desktop application designed for users to record and organize their dreams in a digital format. Built with C++ using the robust C++Builder 11, this application offers a user-friendly interface that makes logging dreams as simple as jotting down notes in a notepad, but with a visually appealing interface. Developed as a project to learn C++, Dreamy represents a journey into the capabilities of modern C++ development, focusing on GUI applications.