∗ Designed multiple frontend pages with features like infinite scrolling, debounced search and dynamic filtering.
∗ Integrated Formik and Yup for efficient form handling and schema-based validation.
∗ Integrated backend API’s with the frontend and implemented protected routes for secure access control.
SecureUpload
Flask web application which allows users to securely encrypt and decrypt files using a passphrase.
Implemented AES-256 encryption algorithm for end-to-end file security, using cryptographic libraries.
Encryption key is derived from user-provided passphrase using PBKDF2 which ensures stronger security.