Giter VIP home page Giter VIP logo

stores-and-products-js-'s Introduction

Stores and products (JS)

This is the MVC app with stores and products that imitates the work of SAPUI5 framework but based on native JavaScript.


This project has a twin project which has almost same functional however written on UI5 framework.


Video demo:

stores-and-products-JS-demo.mp4

This app is based on back server which you can find and download here


Instruction for launching this project

  1. Go to the folder on your PC where you want to install the project: cd "your-folder"
  2. Download the server files from their repository: git clone https://github.com/Shist/Stores-and-products-back-server
  3. Go to the server folder: cd Stores-and-products-back-server
  4. Install all needed server dependencies: npm install
  5. Run the server: node .
  6. Open second terminal and go to the path where you created the project folder: cd "your-folder"
  7. Download and install files of this project (front side): git clone https://github.com/Shist/Stores-and-products-JS-
  8. Go to the front app folder: cd Stores-and-products-JS-
  9. Install all needed front side dependencies: npm install
  10. Run the front app with some server (you can use MAMP for example). Attention: do not use LiveServer from VS Code for this as it can cause problems with POST / PUT / DELETE requests to the server.

Technologies used in the project

  • HTML
  • CSS
  • Javascript
  • MVC pattern
  • JS Docs
  • Fetch API
  • Promises
  • Async / Await
  • GET / POST / PUT / DELETE methods
  • LocalStorage
  • Modules
  • Imports / Exports

stores-and-products-js-'s People

Contributors

shist avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.