Skip to content

A react application that displays a list of products with their corresponding prices

License

Notifications You must be signed in to change notification settings

noramens/Product-Price-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product Price List

A simple react project to view products, historical prices and edit product data

Pre-requisites

Ensure you have the following set up locally:

Technologies Used

This application is built with:

Getting Started

These instructions will get you a copy of the project on your local machine for development and testing purposes.

Installation

Clone the application using any of the methods stated below.

NOTE: This project uses npm

Via SSH

git clone git@github.com:noramens/Product-Price-List.git

Via HTTPS

git clone https://github.com/noramens/Product-Price-List.git

Switch to the directory

cd product-price-list

Install the dependencies

Run

npm install

Starting the App

Run the noramensah development server:

npm run start

The browser is expected to launch the app on the browser on http://localhost:3000.

Testing

Run tests to validate that the code changes doesn't degrade the application.

npm test

Check the coverage of tests written in the application using:

npm test --coverage

About

A react application that displays a list of products with their corresponding prices

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published