Skip to content

Latest commit

 

History

History
65 lines (32 loc) · 1.09 KB

README.md

File metadata and controls

65 lines (32 loc) · 1.09 KB

Intro

This is a WIP project. It's an application that consumes the Google Books API and allows users to search for books

This project can be accessed here

Notes:
  • It's heavily commented, it's my style and helps to consolidate my learning 🤓
To-do:
  • install jest

  • write tests

  • break bookSearch function into multiple functions/ modules

  • modify code to ensure that it will scale without breaking

Checklist

  • create directory

  • create remote repo

  • initialise node

  • install express

  • write server

  • add static server

  • add HTML form

  • install jest

  • write tests

  • add function to retrieve results

  • make ajax request

  • add loop to check through and display results

  • display book author

  • display book description

  • display book publisher

  • display book cover

  • display book preview link

  • break bookSearch function into multiple functions/ modules

  • deploy site

  • add styling

run using node app.js