Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 894 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 894 Bytes

Stock app

This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

The purpose of this project is a stock app, where you can see the products list, details of every product like price, description and stock. Also you can add a new product and modify its stock.

Technologies and libraries

This projects use the following technologies and libraries:

  • ReactJs
  • Webpack
  • Node
  • Sass
  • Bootstrap

Instructions

  1. Clone the repository
  2. Install packages npm install
  3. Run Stock app npm start