https://github.com/sixxcodes/digital-notebook-or-notes-app-pure-java-apache-netbeans-ide-23-
A Digital Notebook or Notes app made using Java on Apache Netbeans IDE 23. Only .txt file for storing user data.
https://github.com/sixxcodes/digital-notebook-or-notes-app-pure-java-apache-netbeans-ide-23-
gui java netbeans thoughtnest
Last synced: about 1 year ago
JSON representation
A Digital Notebook or Notes app made using Java on Apache Netbeans IDE 23. Only .txt file for storing user data.
- Host: GitHub
- URL: https://github.com/sixxcodes/digital-notebook-or-notes-app-pure-java-apache-netbeans-ide-23-
- Owner: SixxCodes
- Created: 2025-01-18T12:53:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T14:45:49.000Z (over 1 year ago)
- Last Synced: 2025-02-06T15:40:29.685Z (over 1 year ago)
- Topics: gui, java, netbeans, thoughtnest
- Language: Java
- Homepage:
- Size: 164 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌱 ThoughtNest 🌱
* A Digital Notebook or Notes app made using pure Java on Apache Netbeans IDE 23.
* School purposes only.
* This was for our final project on Data Structures and Algorithms subject. 1st Year College 2nd Semester 2nd Term.
## 🌱 Paths 🌱:
1. src/thoughtnest_maingui for the codes.
2. src/thoughtnest_images for the images.
3. userData.txt for storing user datas (used hashmap for this).
### 🌱 Note 🌱:
If I can, I also want to turn this project, ThoughtNest, into a mobile or android application so I could practice some more. If I also can, I want to put it on playstore. Maybe I'll use Dart on Android Studios, or still Java.