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

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.

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.