Designed and implemented a web app for customers to write reviews for any book on Google.
-
start from localhost:3000/login
- should be able to log in with a unique username and password; provides new directory for new users to create new username and password. should return error message if not. after signing up, redirects to login page to sign in with newly provided data.
-
after logging in, shows BOOKS index page, and shows every book that every user has reviewed and or added to their list.
- can redirect to user homepage from this page
- below the books that have been added to user's list/reviewed books,user should be able to see 2 search forms:
- Find a book by its title, which should return every book with a title that includes the search query
- Find a list of books that were written by a specific author
-
when desired book has been found, user should be able to:
- add that book to their database
- write a review for it
- tag the book so that the user can identify their books by personalized tags
- edit or create a comment and/or a tag for the book
-
developed by Nicole Peng, Darrick Pang, and Tisdale Fry. Flatiron school 060120
- Ruby 2.6.1
- Rails
- Google Books API
Qiuyan Peng
https://github.com/NicoleQueen
Darrick Pang
https://github.com/darrickpang
Tisdale Fry