Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 3.04 KB

README.md

File metadata and controls

37 lines (30 loc) · 3.04 KB

Vist our website here

The Grace British Bake Off is an e-commerce site that sells baked goods. Our pastries are based on our favorite bakery show 'The Great British Bake Off'.

Users can browse products, add products to their cart, and checkout as guests or registered users.

Team:

My contributions:

  • Developed the website's overall design using React and vanilla CSS, providing a modern and fully responsive experience for users on both mobile and desktop devices.
  • Designed the log-in/sign-up, cart, and checkout UI components using React, resulting in an intuitive and visually appealing user experience.
  • Built REST API routes for products, orders, and users using Express, effectively managing HTTP requests and implementing thorough error handling.
  • Architected Sequelize schemas for the order, product, and user models, defining the structure of the PostgreSQL database.

Tech Stack:

NodeJS JavaScript React Redux Postgres Express Sequelize HTML5 CSS3

Getting Started

Sync and seed the database by running npm run seed. Running npm run start:dev will make great things happen!