Commit Graph
75 Commits
Author SHA1 Message Date
Leon Xu e974e40104 doc: add user to useStateValue and conditional rendering 2022-05-07 13:26:45 -07:00
Leon Xu 2e512535a0 doc: add conditional rendering to Hello text 2022-05-07 13:14:54 -07:00
Leon Xu e2a136a4ef fix: change auth from firebase to local firebaseInit 2022-05-07 13:11:26 -07:00
Leon Xu b90999b408 doc: add auth then display login route 2022-05-07 13:10:28 -07:00
Leon Xu 0c89067013 doc: add alt text to header logo class 2022-05-07 13:08:30 -07:00
Leon Xu c9e71fb06f doc: add user to useStateValue and render either login or logout and also create authHandle method 2022-05-07 13:07:56 -07:00
Leon Xu 8df07b4289 doc: dispatch userType and auth 2022-05-07 13:03:53 -07:00
Leon Xu c2072d91ad doc: add SET_USER case 2022-05-07 13:03:37 -07:00
Leon Xu 26d507fab1 doc: add user in initialState 2022-05-07 12:59:22 -07:00
Leon Xu 6e7a2637d8 doc: add loginwithEmailandPassword, then redirect the user back to homepage 2022-05-07 12:57:33 -07:00
Leon Xu b42fdbc0ca doc: add useHistory and auth with userEmailand Password 2022-05-07 12:55:34 -07:00
Leon Xu d4751e156c doc: add firebaseConfig file 2022-05-07 12:46:02 -07:00
Leon Xu 75ace4cf34 file: create firebaseInit file 2022-05-07 12:43:30 -07:00
Leon Xu 323c5c61df doc: create onClick method with prevent default added 2022-05-07 12:34:40 -07:00
Leon Xu 952e45bdb1 doc: add submit type to signInButton 2022-05-07 12:34:00 -07:00
Leon Xu a18db46151 doc: add useState, onChange, and signIn methods to login 2022-05-07 12:33:04 -07:00
Leon Xu e942f0a5c2 doc: add text-align style to h1 2022-05-07 12:30:24 -07:00
Leon Xu 156ec4dc42 fix: lower case to upper case 2022-05-07 12:30:10 -07:00
Leon Xu e5d24879d9 doc: add signInButton class 2022-05-07 12:28:29 -07:00
Leon Xu a9dae9c63f doc: add additional styles to style the form and the rest of the content on Login component 2022-05-07 12:27:47 -07:00
Leon Xu cf0f429a94 doc: add login class along with login container and registerButton and its style 2022-05-07 12:25:58 -07:00
Leon Xu d6cf1b986b doc: add link to login page 2022-05-07 12:18:54 -07:00
Leon Xu 8d359ed801 doc: add style to target links in header component 2022-05-07 12:18:43 -07:00
Leon Xu 0a885395e4 doc: add login component for login route 2022-05-07 12:16:29 -07:00
Leon Xu a8fc9bdfad file: create login component along with its own style 2022-05-07 12:16:15 -07:00
Leon Xu 0253490cd3 doc: add removeFromBasket function 2022-05-07 12:13:40 -07:00
Leon Xu f363deead4 fix: fix spelling error 2022-05-07 12:12:33 -07:00
Leon Xu 010d9af9df doc: add REMOVE_FROM_BASKET case 2022-05-05 22:16:07 -07:00
Leon Xu 135883ec9c doc: style checkOutProduct component 2022-05-05 21:51:25 -07:00
Leon Xu 58e4bea186 doc: add useStateValue along with CheckoutProduct component 2022-05-05 21:47:22 -07:00
Leon Xu 642b6db220 doc: add contents similar to product component in checkoutProduct component 2022-05-05 21:44:50 -07:00
Leon Xu 02b909ae5e file: create CheckoutProduct component along with its stylesheet 2022-05-05 21:39:33 -07:00
Leon Xu 7c6ee1d588 doc: add useStateValue and getBasketTotal 2022-05-05 21:38:18 -07:00
Leon Xu d64671d0f5 doc: add getBasketTotal method 2022-05-05 21:37:10 -07:00
Leon Xu 27462887ac doc" add useStateValue to Header component to change the hardcode value to dynamic value 2022-05-05 21:34:14 -07:00
Leon Xu 872938bdd1 doc: add id as prop to Product function 2022-05-05 21:32:37 -07:00
Leon Xu 9dc80c75ad doc: add addToBasket method 2022-05-05 21:32:15 -07:00
Leon Xu 47d41ab683 doc: add StateProvider, reducer, and initialState to entry file 2022-05-05 21:27:38 -07:00
Leon Xu 775c4fb5b1 doc: create initialState and reducer method 2022-05-05 21:26:27 -07:00
Leon Xu 9e5f2605f3 file: create reducer file in redux directory 2022-05-05 21:24:30 -07:00
Leon Xu cffbed42a5 doc: add StateProvider and StateValue 2022-05-05 21:22:41 -07:00
Leon Xu 0ecc546f6c file: create StateProvider in redux directory 2022-05-05 21:21:32 -07:00
Leon Xu fa9e1acda1 doc: add style to subtotal input and subtotal button 2022-05-05 21:19:51 -07:00
Leon Xu c379b1ec72 doc: add CurrencyFormatter to Subtotal component along with its style 2022-05-05 21:17:07 -07:00
Leon Xu 1c48a6260a doc: add subtotal component 2022-05-05 21:16:19 -07:00
Leon Xu 64da4e8f8a file: create Subtotal component with its own style 2022-05-05 21:14:36 -07:00
Leon Xu 1d7386db3f doc: add checkout ads and texts with its styles 2022-05-05 21:13:51 -07:00
Leon Xu b736a4602f doc: add checkout route to shopping cart 2022-05-05 21:08:40 -07:00
Leon Xu 8515e0b9fc doc: add Link route back to home when clicked on amazon logo 2022-05-05 21:07:25 -07:00
Leon Xu 0386f5815c doc: add checkout route with checkout component 2022-05-05 20:52:32 -07:00