Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

SomeRecipes

Heroku Link

Trello Link

Minimum Viable Product

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

Design Docs

Implementation Timeline

Phase 1: Backend setup and Frontend User Authentication (2 days)

Objective: Functioning rails project with frontend Auth

Phase 2: Recipes Model, API, and components (3 days)

Objective: Recipes can be created, read, edited, and destroyed through the API

Phase 3: Profile Page (1 day)

Objective: Users can view and edit their profile page and view other profiles.

Phase 4: Favorites and Searching (1 day)

Objective: Users can bookmark favorite recipes. Users can also search for specific results.

Phase 5: Reviews Model, API, and components (2 days)

Objective: Reviews can be created, edited, and destroyed through the API

Bonus Features (TBD)

  • Infinite scrolling
  • Adding videos
  • Allow users to specify whether their recipes can be private or public