Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1.23 KB

README.md

File metadata and controls

14 lines (12 loc) · 1.23 KB

Master-Sounds

A fully responsive full Stack ECommerce Application with Stripe & Sanity.

Link: https://master-sounds.vercel.app/

Specifications

  • State Management of the entire application has been done using React Context API.
  • Next.js Best has been used for functionalities such as
    • File-based routing.
    • Data fetching that allows server-side rendering and static generation which makes your websites incredibly optimized (show getServerSideProps, getStaticPaths, getStaticProps).
  • Integratation of Stripe to manage payments, products, shipping rates, and the entire checkout process.
  • Management of the entire content of the app has been done using Sanity. Sanity is the unified content platform that has made the making of the entire app possible.
  • Through Sanity, the admin will be able to change the store’s homepage and more importantly, the details of all the products in the store, instantly and on the go !! Sanity allows us to focus on developing the application without having to worry about the content, file storage, and databases.
  • The deployment of the project has been done through vercel.com