https://github.com/zythedeveloper/lets-sports-mobile-application
Let's Sports is a React Native mobile application designed to help users discover, join, and organize sports events effortlessly. With features like team management, real-time chat, event scheduling, and GPS-based event discovery, the app makes it easier than ever to connect with local sports communities.
https://github.com/zythedeveloper/lets-sports-mobile-application
javascript mobile-development react-native
Last synced: 8 months ago
JSON representation
Let's Sports is a React Native mobile application designed to help users discover, join, and organize sports events effortlessly. With features like team management, real-time chat, event scheduling, and GPS-based event discovery, the app makes it easier than ever to connect with local sports communities.
- Host: GitHub
- URL: https://github.com/zythedeveloper/lets-sports-mobile-application
- Owner: zythedeveloper
- Created: 2025-03-05T04:51:06.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-05T05:07:33.000Z (8 months ago)
- Last Synced: 2025-03-05T05:29:51.046Z (8 months ago)
- Topics: javascript, mobile-development, react-native
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Let's Sports Mobile Application
## Overview
Let's Sports is a mobile application designed to connect sports enthusiasts, enabling them to organize and participate in sports events effortlessly. The app provides features such as team management, real-time chat, event scheduling, and GPS-based event discovery, making it easy to find and join sports activities in your area.
## Features
- User authentication and profile management
- Event scheduling and notifications
- Interactive sports community and team management
- Real-time chat and messaging (To be developed...)
- GPS-based sports event discovery (To be developed...)
- Dark mode and customizable themes (To be developed...)
## Technologies Used
- **React Native** for cross-platform mobile development
- **Expo** for rapid development and deployment
- **React Navigation** for seamless app navigation
- **Async Storage** for persistent local data storage
- **Expo Notifications** for push notifications
- **DateTime Picker** for date and time selection
## Installation
1. Clone the repository:
```sh
git clone https://github.com/your-repo/lets-sports-mobile.git
cd lets-sports-mobile
```
2. Install dependencies:
```sh
npm install
```
3. Start the Expo development server:
```sh
npm start
```
4. Scan the QR code with the Expo Go app to run it on your device.
## Screenshots
### Home, Explore, Profile

### Before & After Joining an Activities

### Search for an Activities

### Notifications

## Contributing
Feel free to open issues or submit pull requests to improve the project.