Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 737 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 737 Bytes

About Thesus

  • Thesus is a online store inspired from www.thesusoutdoors.com .
  • Its a full stack app using MERN stack.
  • Supports arabic/english from within user menu.
  • Supports light/ dark theme from within user menu.
  • Supports products search.
  • backend supports authentication, session management, cart management & addition of new products to the db.

Technology used

  • React as framework.
  • MUI for components and styling.
  • i18 next for localization.
  • animxyz for animations.
  • react-hook-form + yup for client side forms and validation.
  • zustand for state management.
  • node js + express for backend.
  • Mongo atlas + mongoose for db.
  • passport js for authentication.

To be done

  • Admin panel to manage products.