src/ ├── components/ # Reusable UI components ├── screens/ # Screen components ├── navigation/ # Navigation setup ├── services/ # API/backend services ├── hooks/ # Custom hooks ├── store/ # Redux store ├── types/ # TypeScript types ├── utils/ # Helper functions └── assets/ # Images/fonts
A React Native app connecting developers in your area.
- Developer profiles
- Skill matching
- Location-based discovery
- Messaging system
- React Native
- TypeScript
- React Navigation
- Redux Toolkit (state management)
- Node.js 16+
- Yarn or npm
- React Native development environment
- Clone the repository:
git clone https://github.com/gbojo/DevPeer.git- Install dependencies:
cd DevPeer
yarn install # or npm install- Run the app:
yarn android # for Android
yarn ios # for iOS- Fork the repository
- Create a feature branch (
git checkout -b feature/your-feature) - Commit your changes (
git commit -m 'Add some feature') - Push to the branch (
git push origin feature/your-feature) - Open a Pull Request
MIT