Skip to content

hajarNasr/products_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description
This is a web page that loads a list of products from a .csv file and diplays them with pagination. The web page consists of a header and a list. The header conatins a search box that you can use to search items on the list.
Once you type in that search box, a drop-down list should show up with all the items whose titles inclue what you are typing.
The list shows all the products with some details about each product (e.g. image, title, and price). You can click each product to see additional images for that product.

Technologies used:

To run the project locally, you can:

  1. Clone this repo: run git clone https://github.com/hajarNasr/products_list.git.
  2. Install dependencies: run yarn.
  3. Run yarn start, and you will be directed to http://localhost:3000.

To test it:

  1. Run yarn cypress:open and then click products_list.spec.js in the cypress window.

    Note: Make sure you go through steps 1-3 before you run the tests.

How it looks

a list of products

Thank you for reading.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published