Notepad application on Ruby (v. 3.1.2). Supports 3 types of notes to create (Link, Task, Memo). Saves&reads notes using SQLite3.
- Required Ruby (v. 3.1.2) installed on your PC.
- Clone application to local PC:
git clone git@github.com:Godlikefreq/notepad.git
- Open app's folder through command console.
- To create new note run:
ruby new_post.rb
- To view all created notes run:
ruby read.rb