Skip to content

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.

Notifications You must be signed in to change notification settings

User-960/Shop-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shop-catalog

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

Commands

Building a project without optimization and launch on server

npm run build-dev

Building a project with optimization

npm run build-prod

Cleaning up the dist folder

npm run clear

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published