Coder Social home page Coder Social logo

react-product-showcase-admin's Introduction

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start or npm start

Open http://localhost:3000 to view it in the browser.

SetDummyData from common.js file.

For easy use, you can remove comment from line 148 of Dashboard.js file.

Filter/search functions

Search bar on top searches for product name & description.

data model is stored in local storage

key for local storage is "TEMP_DATA_STORE"

object of product is { product_id: 6, product_title: "sample sunglasses2323" , product_image: "https://cdn.shopify.com/s/files/1/0533/2089/files/placeholder-images-product-3_large.png?format=jpg&quality=90&v=1530129341", product_desc: "Sample product2 of another watch. this is sample product watch no.2 .", like: false, item_removed: false, in_stock: false, category: 'sunglasses', price: 24, rating: 4, locations: { ahmedabad: true, mumbai: true, delhi: true, newyork: false, california: false, } }

SetTimeout is used for loading spinner animation.(Fake load)

Hard delete will delete from localStorage.

Things To Improve. Dashboard view can be split into different components.

react-product-showcase-admin's People

Contributors

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