Upay
Upay copied to clipboard
An ecommerce website built using modern frontend technologies
Provide learning resources for different technologies used in the project.
This is a basic version. Further changes will be made on your suggestions . UPDATE: > Removed @zeit/next-css package > Added css to Footer.js itself > removed next.config.js > solved(or...
This would have details like address, contact us etc etc. I guess we should keep this in `_document.js` as it'll be common to all.
Let's create a button that would be used to save a product which a user might buy later. This would basically help the user in putting the item into the...
Let's create a button that will be used for buying the products. For example, it will look like the 'BUY NOW' buttons that we find in many e-commerce websites. Let's...
Let's create a button that can be used for 'ADD TO CART' option. This button will be used to add a particular item into the cart. Let's not put too...
Added component which resolves issue #14 The issue can be closed now
Let's create a button that would redirect the user to the payment page. Let's not put too much effort in styling as it has to be changed in the later...