A simple note taking app
- Create a Note
- View all Notes created
- Edit a given Note
- Delete a given note
- Search for a Note
- Ruby on Rails
- Materialize CSS
- Install dependencies bundle install
- To run the app: rails s
- Fork this repositry to your account.
- Clone your repository: git clone git@github.com:andela-oduyile/thenotebook.git
- Create your feature branch: git checkout -b new-feature
- Commit your changes: git commit -m "did something"
- Push to the remote branch: git push origin new-feature
- Open a pull request.