Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.95 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.95 KB

Café Dulcet

A café-oriented website developed using MERN with payment gateway implemented using PayPal (for testing purposes only). Most of the features get enabled once the user registers themselves and login using the sign-in portal which administers the user with after successful authentication (using JsonWebToken) and authorization.

Features

  • Accessible information about various cuisines around the world (uses MediaWiki API) along with their country of origin, type etc.
  • Search filter which enables fast and accurate results based on the user's query
  • Customer reviews and ratings: Stores and manages user reviews and ratings efficiently, utilizing state management libraries like reduxjs toolkit
  • Interactive and readable menu book with page-flipping functionality (implemented as a React component)
  • Integrated payment gateway implemented using PayPal designed for testing purposes only

Disclaimer: Please note that the payment gateway on this website is a demo feature and does not involve real funds. This is intended solely for demonstration purposes.

Features Demo

Access information about various cuisines

2024-08-24.16-22-08.mp4

Search Filter

2024-08-24.16-23-57.mp4

Customer Reviews & Ratings

2024-08-24.16-59-59.mp4

Readable Menu with flipping pages option (React Component)

2024-08-24.18-39-32.mp4

Integrated payment gateway using PayPal

2024-08-24.18-48-03.mp4

The payment gateway currently uses static price values instead of the actual prices displayed to the users on the frontend. Efforts are being made to implement a solution that will allow the payment gateway to reflect correct prices dynamically. This will be addressed in a future update.