To view code, go to master branch.
Fully functional, responsive, cross- platform E-commerce website compatible to both PC's and mobile devices. The website is designed as such to work on all platforms with a very responsive UI.
The database used is MongoDb. All the information about products namely:
- Title
- Description
- Color
- Size
- Available quantity
- Image
- Price
- and the User's credentials namely:
Name, Email, Password (Encrypted through crypto-js) can be easily stored, updated and deleted from the database.
To provide more security and assurance to our Users,JWT authentication has been implemented.
The products are added and updated with the help of APIs.The user can choose color,size and see if it is available or not.
User can check picode serviceability or not.An array of pincodes have been uploaded in the database which is used to cross-reference User's request.
User can either buy the specific product immediately and get directed to the checkout page or add it to the cart and checkout later.
Once the order is confirmed the users can check the status and track the order.
A payment gateway will soon be added to the website.Stay tuned.
Some screenshots on how it would look on iphone 12 pro:
To view code, go to master branch.