The main purpose of the project is to write the logic for sending a GET request to an arbitrary server. Then display the resulting data (JSON) as a product catalog. Another task is to write the logic for saving data in the browser's local storage. The Shop-catalog is built on the task-runner gulp.
What is used:
- Programming languages: HTML, CSS, JavaScript;
- Task runner: Gulp;
- Preprocessor: SCSS;
To clone repository
git clone https://github.com/User-960/Shop-catalog.git
To install packages, use the command
npm install
npm run build-dev
npm run build-prod
npm run clear