This project was written by React library, using SCSS and also with BEM technology. In this project were used localeStorage, promises, fetch, BEM, scss, React technologies.
It is app that render list of goods taken from .json, and save it to your Locale Storage. Each editing on the page saves to your Locale Storage, that gives the oppotrunity to continue working with the same edited products in the future. You can edit info about product, create a new one, delete them and sort. Also comments are available to each product from free API.
- Node v12.16.3 and higher
- NPM v6.14.4 and higher
- Fork and clone this repository
- Run
npm install
in your terminal - Run
npm start
- Switch to a new branch
git checkout -b *any name*