Skip to content
Manoj Ravichandran edited this page Mar 8, 2025 · 1 revision

Welcome to the FotoFinder wiki!

FotoFinder is a website that is designed for photographers who lack the time to go out and discover new places to snap photos, our website provides a great solution to this problem. This project includes a Next.js application which allows users to interact through a browser that connects to the Next.js framework. The frontend is organized into pages and routing, alongside reusable React components. These include UI components such as headers and footers, a map component built with react-leaflet and Leaflet, state management handled through context providers, and styling powered by Tailwind CSS. On the backend, the app utilizes API routes and client-side requests to interact with Firebase services, which handle authentication, Firestore (or Realtime Database) for data storage, and Cloud Functions for server-side logic. Additionally, the Leaflet library is integrated for advanced mapping functionalities. This structure ensures a modular, scalable, and maintainable application.

Clone this wiki locally