Project
The PhotoMemo app is a simple yet powerful tool for capturing memories and sharing them securely with friends and family. Built using vanilla JavaScript, HTML, CSS, and enhanced with Bootstrap for responsive design, this app leverages Firebase for authentication, data storage, and image hosting.
Firebase Authentication ensures that only authorized users can access the app, providing a secure environment for sharing personal memories. Users can sign up, log in, and securely authenticate their identities.
Firebase Firestore serves as the database for storing crucial information such as the title of the photo, its description, and details about who the photo is shared with. This real-time NoSQL database ensures fast and efficient storage and retrieval of data, allowing users to seamlessly access their memories from anywhere.
Additionally, Firebase Storage handles the storage of the actual photo files. By securely storing images in the cloud, the app ensures that users can reliably access their photos anytime, anywhere, without worrying about storage limitations on their devices.
Overall, the PhotoMemo app offers a seamless and secure solution for capturing, storing, and sharing cherished memories, leveraging the power of Firebase and the simplicity of vanilla JavaScript, HTML, and CSS.
Technologies
Vanilla Js
HTML
CSS
Bootstrap
google firebase
firebase Auth
firebase Firestore
firebase Storage
Back