Skip to content

gbojo/DevPeer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevPeer - Developer Networking App

Project Structure

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.

Features

  • Developer profiles
  • Skill matching
  • Location-based discovery
  • Messaging system

Tech Stack

  • React Native
  • TypeScript
  • React Navigation
  • Redux Toolkit (state management)

Getting Started

Prerequisites

  • Node.js 16+
  • Yarn or npm
  • React Native development environment

Installation

  1. Clone the repository:
git clone https://github.com/gbojo/DevPeer.git
  1. Install dependencies:
cd DevPeer
yarn install  # or npm install
  1. Run the app:
yarn android   # for Android
yarn ios       # for iOS

Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/your-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to the branch (git push origin feature/your-feature)
  5. Open a Pull Request

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •