Skip to content

thecodingpoet/thenotebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THE NOTEBOOK

A simple note taking app

Features

  • Create a Note
  • View all Notes created
  • Edit a given Note
  • Delete a given note
  • Search for a Note

Technologies

  • Ruby on Rails
  • Materialize CSS

Local Development

  • Install dependencies bundle install
  • To run the app: rails s

Contributing

  1. Fork this repositry to your account.
  2. Clone your repository: git clone git@github.com:andela-oduyile/thenotebook.git
  3. Create your feature branch: git checkout -b new-feature
  4. Commit your changes: git commit -m "did something"
  5. Push to the remote branch: git push origin new-feature
  6. Open a pull request.