SomeRecipes is a web application inspired by AllRecipes 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:
- A production README
- Hosting on Heroku
- New account creation, login, and guest/demo login
- Viewing, creating, editing, and deleting recipes
- Profile Page
- Favorites and Searching
- Reviewing recipes
Objective: Functioning rails project with frontend Auth
Objective: Recipes can be created, read, edited, and destroyed through the API
Objective: Users can view and edit their profile page and view other profiles.
Objective: Users can bookmark favorite recipes. Users can also search for specific results.
Objective: Reviews can be created, edited, and destroyed through the API
- Infinite scrolling
- Adding videos
- Allow users to specify whether their recipes can be private or public