/jNotesSwing

Simple TODO List App in Java Swing

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

jNotesSwing

Simple TODO List App in Java Swing
Explore the repository »

View Code · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Usage
  3. Roadmap
  4. Contributing
  5. License
  6. Contact

About The Project

Screenshot

jNotesSwing is an open-source GUI note taking app coded entirely in Java. The UI is built using Swing and NetBeans as GUI Builder. The app relies mainly on the JTable component to store and deal with items. You can support the development of jNotesSwing. Star this repository! 🌟

Features

  • Very lightweight (18 KB only)
  • Runs on every major OS (Windows, Linux, MacOS) from a single executable (.jar)
  • Easy interface with a clean design
  • You can export and import notes to/from different devices
  • You can sort notes using alphabetic order (ascending or descending)

Built With

Usage

  1. Download the JAR file from the releases section.
  2. Run the downloaded file (Make sure you have JRE)
  3. Use the + button to add and the - button to remove notes.
  4. Use the recycle bin icon to clear all notes, double click items to edit.
  5. Use the X button to close.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GNU General Public License. See LICENSE for more information.

Contact

Jihed Kdiss - @jiokdiss - jihedkdiss@outlook.com

Project Link: https://github.com/jihedkdiss/jNotesSwing