You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The src folder holds the front-end part of the application. The folder holds the details needed for the front-end part of the application.
The front uses React Js, Firebase, Stripe payment, Node Js, Cloud Firestore.
React Js - It provides the library for the user interface which is the front-end part of the application.
Firebase - It is being used to provide user authentication. The Sign In/ Register feature of the application.
Stripe Payment - It is being used to charge the user according to the basket value of the user. The user is charged accordingly and the details are updated everytime the user makes modifications in the basket.
Node Js - It is being used to provide the backend feature of the application.
Firestore - The order generated by the user are stored in the firestore.