React project for a simple catalog website with order functionality. Basically, the website showcases products within different categories in a flat db (file).
When a user orders thru the website, they are given an order code which is auto generated. This code are presented to webshop owner by the user, this is just to ensure that the user is not just playing around the website.
Once an order is completed, the webshop owner will receive an email with all the list of items in the basket, together with name, email address and mobile number. This email is sent via Sendgrid email service.
🌍 View the staging site: https://projectscents-m2ocnm1e9-markphd.vercel.app/
- Database: No DB / JSON object
- Frontend: React
- Routing: Next.js
- Styling: Pure CSS / CSS Grid
- Animation: Framer Motion
- Hosting: Vercel
- Run
yarn
- Run
yarn dev
Thanks to Leigh Halliday for the generousity of sharing his knowledge, I have learned a lot from his Youtube videos. 📺 https://www.youtube.com/user/leighhalliday