Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
/ CS-IA Public archive

Product for IB Computer Science Internal Assessment

Notifications You must be signed in to change notification settings

shashwatb14/CS-IA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IB Computer Science Internal Assessment Product

Note-taking application

Supported formulas:

  • /cpy{content}: adds a button that allows content to be copied to clipboard
  • /lnk{url}: converts url to hyperlink that directs user to the specified url on default web browser
  • /hlt{content}: highlights content in #FFF200
  • /und{content}: underlines content
  • /bld{content}: emboldens content

Other features:

  • Editing sections
  • Archiving sections
  • Authentication when accessing/editing/archiving locked sections
  • Auto-saving feature
  • Auto-completing brackets for parenthesis (), braces {}, and brackets []

Utilizes Java Swing for GUI and sqlite3 for data management.

Before running, change file path of SecretFile.key in Authentication.java (lines 168 and 236) as required.

Very early development stages. This repository has been archived. Product will continue being developed in this repository.

About

Product for IB Computer Science Internal Assessment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages