Map App is a simple web application that allows users to search for locations and view them on an interactive map.
The project is structured with a React.js frontend and an Express.js backend connected to a MongoDB database. It currently supports basic map features like location search and marker placement.
Upcoming features include:
- User authentication (signup/login)
- Adding and saving custom locations
- Location reviews and image uploads
The project uses technologies such as React, Leaflet, Node.js, Express, MongoDB, and Axios.