Skip to content

Latest commit

 

History

History

docs

okayreads

[Heroku Link] Heroku Link will go here

Trello Link

Okayreads is a web application inspired by Goodreads built using Ruby on Rails for the backend, React/Redux libraries for the frontend and PostgreSQL for the database.

Features

  • Book index
  • Shelves
  • Reviews
  • Read status

Design Docs

Timeline

Phase 1 Backend setup and user authentication (2 days)

Setup the Ruby on Rails backend and frontend user authentication.

Phase 2 Book Index (2 days)

All books are shown on the user's page.

Phase 3 Book details page (2 days)

Each book has its own detail's page.

Phase 4 Shelves (2 days)

Users can create shelves and add books to them.

Phase 5 Reviews (1 day)

Users can create reviews for users.

Phase 6 Read status (1 day)

Each book has a read status that can be toggled by each user in their shelf.