PhotoBooth

A modern social photo app with responsive UI for sharing and interacting with images.

~/projects/photobooth/preview.png
PhotoBooth screenshot
1
2
3
4
5
6
7
8
9
10
11
12

const aboutProject = () => {

return {
summary: "A modern social photo app with responsive UI for sharing and interacting with images.",
keyFeatures: [
"Real-time backend synchronization via Firebase for instantaneous photo sharing",
"Scalable global state management using Zustand preventing unnecessary re-renders",
"Optimized form logic using React Hook Form reducing input latency"
]
};

// Ready to explore? Inspect the live deployment or review the source code.

};

tech_stack

├──React
├──Firebase
├──React Router
├──Zustand
├──React Hook Form