Skip to content

bhoomikhanderia/product-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product List


An application created using react to display a list of products that can be sorted by price.

Requirements


For development, will need following installed on environment.

  • Node.js
  • Yarn

For mac os, run following commands to install node & yarn

  • brew install node
  • brew install yarn

Installation


1. $ git clone https://github.com/bhoomikhanderia/product-list.git
2. $ cd product-list
3. $ yarn install

Run Project


To run this app,

$ yarn start

Visit http://localhost:3000/ to view output

Approach Used


For quick setup I have used, Create Reate App Framework. Since this application is small, I have used component based approach to keep it simple. Have used Jest and Enzyme for testing.

About

An application created using react to display a list of products that can be sorted by price.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors