Skip to content

MmeMarieLouise/discover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

application that consumes the Google Books API and allows users to search for books

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published