Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 631 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 631 Bytes

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 [email protected]: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.