Git Product home page Git Product logo

react-ecommerce's People

Contributors

ant-mejia avatar

Watchers

 avatar

react-ecommerce's Issues

Create image system

Create an image model that can be used with both the products model and the collections model.

Ideal model definition should look like:

  • uid
  • title
  • alt
  • description
  • path (relative path from server)
  • data (base64 data)
  • dimensions
  • clearance
  • createdAt
  • updatedAt

Create config model

This model will hold our configuration for our app and will be served to every single one of our clients upon connection.

Model definition should look like:

  • uid - Unique Identifier as primary key
  • method - unique method name
  • data - json object required
  • clearance - clearance number (default: 0)

Create global config object

Create an object that gets served upon socket connection to the client. This is responsible for loading all the tiny preferences and will update in real time.

Create icon component

Create an icon component that allows us to easily import icons.

Props include:

  • name (string - required)
  • prefix (string - defaults to "li-")
  • size (string - defaults to "small")
  • className (string - defaults to "").

Create Dropdown for product list

Create a custom dropdown for sorting products in the product gallery. It should load options that are from the global config data object.

List should include:

  • Default
  • Price - Ascending
  • Price - Descending
  • Trending - optional
  • Newest

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.