Heroku link Note: This should be a link to your production site
FresherNote is a web application inspired by Evernote built using Ruby on Rails and React/Redux. By the end of Week 9, this app will, at a minimum, satisfy the following criteria with smooth, bug-free navigation, adequate seed data and sufficient CSS styling:
- Hosting on Heroku
- New account creation, login, and guest/demo login
- Notes
- Notebooks for organizing notes
- Tags
- Rich Text Editing
- Infinite Scroll
- Production README sample
Objective: Functioning rails project with front-end Authentication
Objective: Notes can be created, read, edited and destroyed through the API.
Objective: Notes belong to Notebooks that can be created, read, edited and destroyed through the API.
Objective: Notes can be tagged with multiple tags, and tags are searchable.
Objective: Allow rich text editing of notes.
Objective: Add infinite scroll to Notes Index
- Search notes by content
- Set reminders on notes
- Changelogs for Notes
- Multiple sessions