Skip to content

udimberto/challenge-morsum

Repository files navigation

Fake Products

Assessment front-end app project by @udimberto.

Relevant points

NextJS as project base:

None advanced resource used, only the basics.

  • SS data fetching in case of robots requesting
    • Product Page

Redux to manage the app local state:

  • @reduxjs/toolkit to manage multiple store/contexts
  • redux-persist to persist info at browser LocalStorage

Material UI as design system and components library:

  • @emotion helps with customizations
  • swiper to do some slides-components

Development

Running the development server locally:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Project Roadmap

  • Home Page
    • Featured Products List
    • Products List by Categories
    • SS categories-data on robots requesting
  • Product Page
    • Layout
    • SS product-data on robots requesting
    • SEO Schema
  • AppBar links
  • Deploy on Vercel
  • Relevant Unit Tests