Giter Club home page Giter Club logo

googlebooks's Introduction

Google Books

Google Books UI

MVP:

  • Create a page that allows users to search for books
  • Page should include the following:
    • Header section introducing the page
    • Form containing a text input and a submit / search button
    • A grid of books

Instructions:

  • When the submit button is clicked you need the request books from the Google books API using the input value as your query string
  • The books that you receive should be rendered in the books grid.
  • Each book in the grid should have an image, author, title and description
  • The grid should be responsive on different screen sizes
  • You should use async / await for your request code, NOT .then

Styling (required):

  • This application should look good, take some time to pick a palette and plan out your design. You can use tools like Figma or wireframe pro to plan what your application is going to look like.
  • Styling must use BEM, and each block should have its own SCSS file
  • Your palette should use variables

Application Design (required):

  • You should separate DOM functions and non-DOM functions in different modules
  • Write as many non-DOM functions as you can
  • Functions should do 1 thing, and should be as pure and reusable as possible
  • Always use iterators over loops
  • Always parametrize and abstract large pieces of duplicate code.

Bonus (optional, but highly recommended):

  • Give feedback to the user when no book results can be found for the query.
  • When a user clicks a book in the grid, a modal should appear with more book information, think about release, publish date, country, languages, etc.

googlebooks's People

Contributors

redprakash avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.