ShareSpace is a sleek and modern mobile application built with React Native and Expo, designed for seamless content sharing and community engagement. Whether you're sharing thoughts, media, or updates, ShareSpace provides a responsive and user-friendly experience across Android and iOS devices.
- ✨ Beautiful UI – Minimal and responsive design for a smooth user experience.
- 📤 Share Content – Post updates and media effortlessly.
- 🧭 Navigation – Easy-to-use tabbed navigation between pages.
- 📲 Cross-platform – Works on both iOS and Android using Expo.
- 🛠️ Modular Codebase – Clean and well-structured project organization.
Make sure you have Node.js, npm, and Expo CLI installed globally.
git clone https://github.com/Amaankaa/ShareSpace.git cd ShareSpace 2. Install dependencies
npm install 3. Run the app locally
expo start Open it in an emulator or scan the QR code using the Expo Go app.
🗂️ Project Structure
ShareSpace/
├── app/ # Main app screens and components
│ ├── components/ # Reusable UI components
│ ├── screens/ # App pages (Home, Profile, etc.)
│ └── navigation/ # Tab and stack navigators
├── assets/ # App images and fonts
├── App.js # Entry point
├── app.json # Expo config
└── package.json # Project metadata and scripts
🤝 Contributing We love contributions! Here's how to get started:
Fork this repo
Create a feature branch:
git checkout -b feature/your-feature-name Make your changes and commit:
git commit -m "Add awesome feature" Push and open a pull request:
git push origin feature/your-feature-name 📸 Screenshots Below are some screenshots of ShareSpace pages.
HOME PAGE
EXPLORE PAGE
MESSAGING PAGES
PROFILE PAGE
EDIT PROFILE PAGE
SETTINGS PAGE
Feel free to use, distribute, and modify.






