Find devs near you.
FinDev is a web and mobile app to find devs near you - by using Github API and geolocation within 10Km (over 6 miles) radius - that you can do what you'd like to do. e.g., ask for some help with programming, job offer, etc.
The web app is just a register page with a user dashboard.
The mobile app is where we can find devs near us by a specific tech allowing us to see their names, bio and their github profile with one tap.
- Node.js
- React
- React Native with Expo
- react-native-maps
- expo-location
- react-native-webview
- react-navigation
- react-navigation-stack
- axios
- socket.io-client
- @expo/vector-icons (installed by default)
- At first, clone the repo by running
git clone https://github.com/ribeiromatheus/FinDev.git
on your favorite terminal. - After cloning run
yarn
ornpm install
on backend, frontend and findev folder. - After that, go to backend folder and rename
sample.env
file to.env
, then enter your own credentials. - Next, go to findev folder and create in the root project directory named credentials, then create a json file named baseUrl so you can add your ip address followed by server port or your server url.
{
"ip": "http://<ip goes here>:<port goes here>"
}
This project is under the MIT license. See the LICENSE file for more details.