Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 927 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 927 Bytes

Product List

This is a sample app to test basic knowledge and features using React.

This project was bootstrapped with Create React App.

Installation

Use the package manager npm to install Product list.

npm install

Usage

Since this project used Create React App you can go ahead an use the following command to serve the application

npm start

Live sample

https://clauber.github.io/product-list

Requirements

The basic requirements for this application are:

  • Small Product Grid with the following columns
    • Title
    • Description
    • Price
    • Quantity
    • Image
  • Products should be sortable
  • Users should be able to add and edit products
  • Application should a fire up with 5 sample entries

License

MIT