Skip to content

Kitkatnik/ks-CRWN-Clothing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crwn Clothing Shop

Description

💼 About this project

  • Use email or google to create an account and sign in
  • Browse through 5 categories of products
  • Add product to your cart and checkout

🖥 About the tech stack

HTML5 Badge CSS3 Badge Sass Badge styled-components Badge JavaScript Badge React Badge Create React App Badge React Router Badge Firebase Badge Netlify Badge

This was my first React app using an external database. This was from the ZeroToMaster Academy React course.

🧠 What I learned

  • How to use react router to create a navigation bar and pages
  • How to set up a database using firebase
  • How to authenticate users using firebase
  • How to use contexts to avoid prop drilling in nested components
  • How to use SASS for styling
  • How to use styled-components to avoid className clashes
  • How to build and deploy on Netlify

Coming Up Next:

  • Add Stripe API to the checkout page