This is a simple anonymous message sending application website. Not a direct clone but basic functionalities are implemented.
Demo User Credentials:
Email - demo@mail.com
Password - 12345678
Pages are responsive so change layout according to size.[Example for mobile devides]
The project is structured in two separate folders the API and the frontend UI.
The API is hosted on Amazon Web Services. AWS ApiGateway was used and then the individual routes are AWS Lambda function integrations. The database used is from MongoDB Atlas & the details are stored inside a AWS Secrets Manager secret.
It is a simple React application which interacts with the API using Axios library.