Coder Social home page Coder Social logo

e-shopping's People

Contributors

trumanh avatar

Watchers

 avatar  avatar

e-shopping's Issues

migrate to typescript

Description

Most code still in javascript, need utilize typescript to bring type strict to make the app more rigorous.

Order payments track visualization

Description

add product detail page

Description

After click a product card, it should navigate us to a product detail page, which have not been implemented yet.

How it should works

The product detail page can contains like:

  • Some basic information of the product like name, price, brand, vendor etc.
  • A brief description about the product.
  • Some pictures.
  • Corresponding comments from historical customers.
  • References to similiar products.

An example page like below:

image

need improve performance

Description

image
As the above image of audit result shows, the performance of the app is not quit well, it still have some room to improve.

How to improve

  • There're some static resource such as images we can server from local static folder instead, those currently serve as external link. i.e: images on the home page.
  • Some javascript code we can ultilize the lazy-loading methodology to shrink the loading time consumption. i.e: lazy(()=>import(...))
  • Some frequently used functions we can cache them to reduce work load during the page rendering. i.e: useCallback, useMemo

add more categories

Description

Need add more categories, and adjust the exhibition of the home page and the shop page.

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.