Skip to content

Help customers decide which book to purchase by selecting their preferred genre.

Notifications You must be signed in to change notification settings

FxOmar/D_Book_To_P

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Engineer Tech Challenge

Help customers decide which book to purchase by selecting their preferred genre.

Demo

Watch demo

Tech Stack

Server: Node, Puppeteer, TypeScript

Run Locally

Clone the project

  git clone git@github.com:FxOmar/D_Book_To_P.git

Go to the project directory

  cd D_Book_To_P

Make sure you're using nodev14.18.2

Install dependencies

  npm install

Start the server

  npm run dev

Appendix

If you're not using MacOs, unfortunately, you have to change a piece of code

 const browser: Browser = await puppeteer.launch({
     ...
    executablePath:
      "/path/chrome", // Chnage this with your Google Chrome path
    ...
  });

About

Help customers decide which book to purchase by selecting their preferred genre.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published