Assignment Tasks
Assignment Tasks
2. For the same webpage, write a JavaScript function that does the following:
a. If the screen width is between 992px and 1600px, shrink the page by 90%.
b. If the screen width is between 700px and 767px, shrink the page by 80%.
c. If the screen width is between 600px and 700px, shrink the width to 75%.
d. If the screen width is less than or equal to 600px, shrink the width to 50%.
Django:
1. Develop a chat application with the following features:
a. Users can sign up and log in.
b. Display all registered users in a collapsible left menu.
c. Allow the logged-in user to select any user from the menu and initiate a
chat.
d. Store all user data and chat messages in the database.
e. Retrieve and display old messages in the chat interface.
f. Use a WebSocket for chat application.
g. Ensure the chat interface is user-friendly and functional.
AWS:
1. Write an AWS Lambda function that adds two numbers and returns the result.
2. Code an AWS Lambda function to store a document or PDF file in an S3 bucket.
Submission Guidelines: