Skip to content

mother426/eye-read

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unit 15: Project 2 EyeRead

Table of Contents

Deployed Site


Deployed Website: https://eyeread-app.herokuapp.com/

User Story


User Story: Are you an avid reader? Do you have an interest in reading but don’t know where to begin. eyeRead is an online book club app where users can login, create reading lists, discuss books they’re currently reading and rate books they have read in the past.

Description


The project has been designed to fetch and render relevant book information from the GOOGLE BOOKS API. On the first page of the application the user will choose to either "LOGIN" or "SIGN UP" to gain access to the user profile. Once the user has been verified by logging in the application will take the user to their profile. Once on the profile page the user has the option to search for books within the SEARCH FIELD. The GOOGLE BOOKS API will fetch the information for the specified book and render it's TITLE, AUTHOR, BOOK DESCRIPTION and BOOK IMAGE on the profile page. The user has the option to add the book to either their BOOKS I HAVE READ or BOOKS I WANT TO READ list. The user will have the ability to add and store comments about the books in their BOOKS I HAVE READ or BOOKS I WANT TO READ list.

Process


  • We used google book Api to get data information for this application. We used axios package to make http request from node.js and get back the data from the Api.
  • We used sequelize and node to setup the server for our app, Express.js as the middleware and Handlebars as the templates rendering engine for this app.

Screenshots


Home Page

Home Screenshot

Profile Page

Home Screenshot

Sources


Api

Technologies


  • GOOGLE BOOKS API
  • BOOTSTRAP
  • MYSQL
  • CSS
  • JAVA SCRIPT
  • Axios.js
  • HANDLEBARS

Installation


No need any installation for this project.

See deployed site here: https://eyeread-app.herokuapp.com/login

See repository here: https://github.com/Lauracejas/Project-2-Eye-Read

Credits


Contributing


Laura Cejas: @Lauracejas

John Kim: @JohnKim

Carlos Abril: @cabril87

Taylor Weeks: @Taylor

© 2021 Trilogy Education Services, LLC, a 2U, Inc. brand. Confidential and Proprietary. All Rights Reserved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.5%
  • Handlebars 29.2%
  • CSS 15.4%
  • HTML 3.9%