A web app that displays random physics formulas and explanations at the click of a button! Built with a serverless AWS architecture and a responsive front-end using HTML, CSS, and JavaScript.
Have a go yourself! Click here
- Fetches random physics formulas from DynamoDB using an AWS Lambda function.
- Responsive front-end design suitable for desktop and mobile.
- Website is hosted on Amazon S3, with fast API calls to AWS Lambda via API Gateway.
- Easy to extend by adding new formulas to the DynamoDB.
- Front-end: HTML, CSS, JavaScript
- Back-end: AWS Lambda, API Gateway, Python
- Database: DynamoDB
- Hosting: Amazon S3
- Front-end: HTML/CSS/JS website hosted on S3
- API: AWS Lambda function handles formula requests
- Database: DynamoDB stores physics formulas and explanations
- API Gateway: Connects front-end requests to Lambda function