-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent_of_project
28 lines (28 loc) · 979 Bytes
/
content_of_project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
- Introduction
- Project preview
- Creating the project using npx
- Setting up the VS code environment
- Tailwindcss setup
- Creating Header Component
- Creating Banner Component
- Creating a custom Slider
- Configuring react-icons
- Creating Product Component
- Creating Footer Component
- Setting up React-router-dom
- Creating Dynamic Layout
- Creating API to fetch product data
- Passing product Data using loader from react-router-dom
- Creating ProductCard Component to show the products
- Creating Dynamic product Info page for each product
- redux-tookits configuration
- Creating Slicers and implementing that using dispatch
- Configuring React-tostify
- Creating Cart page
- Configuring redux-persist to save the product in real-time
- Creating Login Page
- Creating & Configuring Firebase app
- Creating Google login & logout method using firebase
- Implementing Stripe Checkout for Payment
- Creating Backend Server to configure Stripejs
- Testing the payment method