This is an Expo-based mobile application that allows users to share photos and locations of public art. Users can upload photos of murals, sculptures, and other forms of public art, along with information about their location, making it easy for others to discover art in their area.
https://www.youtube.com/watch?v=ccsnACpBTUo&ab_channel=MuralMap
Photo Sharing: Upload and share photos of public art in your surroundings.
Location Tagging: Tag the location of each piece of art.
Cloudinary Integration: Images are stored securely on Cloudinary, ensuring fast and reliable delivery.
Browse Artworks: Explore public art uploaded by other users by location.
React Native (via Expo) for the mobile app framework.
Cloudinary for storing and serving images.
React Native Maps for organising data in a visual way.
Axios for handling API requests.
React Navigation for managing navigation across app screens.
To set up the project locally, follow these steps:
-
Clone the Repo
git clone https://github.com/Team-MuralMap/MuralMap.git
-
Install dependencies
npm install
-
Start the app
npx expo start
some useful guides here
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo