Giter VIP home page Giter VIP logo

store's Introduction

A full-stack online store.

Features

  • signing up/in/out users with on-the-fly validation
  • E-mail address verification
  • adding/editing/deleting product cards
  • generic pagination
  • product cards cart
  • filtering product cards
  • dark mode
  • server simulation

Product Cards

  • Only a logged-in user with a verified E-mail address can add, edit, or delete product cards.
  • A user can edit or delete only their own product cards.
  • Each product card has its main image (first loaded one by default).
  • A main image is shown in a synopsis and in the main image frame when exploring a product card.
  • A main image can be selected by clicking a product synopsis and then an image from its list of images.
  • If the selected main image is not found, the default image is used instead.

Cart

  • Only other's product cards can be added/removed into/from the cart.
  • Product cards in the cart are stored only on the client side.

Filtering

  • Product cards whose names contain all words from the query are shown.

Server Simulation

  • It allows using the client application in the usual way (with some restrictions) when the server is down using redux store for fake data.
  • All the fake data is stored only during one session (period between page refreshes).

Build

  1. git clone https://github.com/monadosquito/store.
  2. cd store/client.
  3. npm run build.

Develop

  1. git clone https://github.com/monadosquito/store.
  2. cd store. 3.
    • to run watching the client application
      1. cd client.
      2. npm run start.
    • to run watching the server application
      1. cd client/src/server.
      2. npm run watch start.

Notes

  • This application consists of two sub applications, each with its own package.json file, so that client/src/server/core is available in both:
  • client is the client application.
  • client/src/server is the server application.

store's People

Contributors

monadosquito 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.