This is my Andela Ruby Project
Notes Application
This is a simple note application that can instantiate a new author for a particular note collection and can also switch author to create a note with the command line interface
It
- stores notes
- can read notes
- can edit notes
- can delete notes
- search notes by a letter or word within the content
- list all the notes
Interactive command line interface
It also features a cmd interface for interactivity.
To use the command line interface run ruby notes.rb
Test
The test are done using RSpec
to run the tests rspec src/notes_test.rb
Author
Adekoya Sheyi