An open API service indexing awesome lists of open source software.

https://github.com/eltonlazzarin/devfindfy

DevFindfy is a project created from the WeekOminstack 10 workshop
https://github.com/eltonlazzarin/devfindfy

axios css-flexbox css-grid css3 devfindfy expo github github-api nodejs react-native reactjs search-developers

Last synced: about 1 month ago
JSON representation

DevFindfy is a project created from the WeekOminstack 10 workshop

Awesome Lists containing this project

README

          


Header Image


DevFindfy FullStack App


DevFindfy was developed during Semana OmniStack 10 workshop, where the API was built on Node.js and consumed with ReactJS in the web application and React Native for mobile devices. For better use of the project, the user needs to have a Github account, where the user will register via web application and find other developers accessing the mobile application by searching for the technologies of his choice.



GitHub top language

GitHub language count

GitHub last commit

GitHub issues

This projects was developed with the following technologies:

## :rocket: Backend Technologies

- [Node.js](https://nodejs.org/)
- [Express](https://expressjs.com/)
- [Mongoose](https://mongoosejs.com/)
- [Axios](https://github.com/axios/axios)
- [socket.io](https://github.com/socketio/socket.io)
- [cors](https://github.com/expressjs/cors)
- [nodemon](https://nodemon.io/)
- [VS Code](https://code.visualstudio.com) with [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) and [Prettier RC](https://github.com/prettier/prettier)

## :information_source: How To Use

```bash
# Clone this repository
$ git clone https://github.com/eltonlazzarin/devFindfy.git

# Go into the repository
$ cd backend

# Install dependencies
$ yarn

# Run the app
$ yarn dev
```

## :memo: License

This project is under the MIT license.

---

## :rocket: Frontend Technologies (WebApp)

Main Webpage

This project was developed with the following technologies:

- [ReactJS](https://reactjs.org/)
- [Axios](https://github.com/axios/axios)
- [VS Code](https://code.visualstudio.com) with [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) and [Prettier RC](https://github.com/prettier/prettier)

## :information_source: How To Use

```bash
# Clone this repository
$ git clone https://github.com/eltonlazzarin/devFindfy.git

# Go into the repository
$ cd frontend

# Install dependencies
$ yarn

# Run the app
$ yarn start
```

## :memo: License

This project is under the MIT license.

---

## :rocket: Mobile Technologies


DevFindfy Mobile

This project was developed with the following technologies:

- [Expo](https://reactjs.org/)
- [React-Native-Maps](https://github.com/react-native-community/react-native-maps)
- [React-Native-Webview](https://github.com/react-native-community/react-native-webview)
- [Axios](https://github.com/axios/axios)
- [React-Navigation-Stack](https://github.com/react-navigation)
- [Socket.io-client](https://github.com/socketio/socket.io-client)
- [VS Code](https://code.visualstudio.com) with [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) and [Prettier RC](https://github.com/prettier/prettier)

## :information_source: How To Use

```bash
# Clone this repository
$ git clone https://github.com/eltonlazzarin/devFindfy.git

# Go into the repository
$ cd mobile

# Install dependencies
$ yarn

# Run Expo app
$ yarn start
```

## Install the app on a physical phone

1. Go to your app store, look for the app called Expo, and install it on your device.

2. With the app installed, open it and click on Scan QR Code, point the camera phone to the QR code shown on the page that opened after executing the command yarn start and ready, the app will load and be ready for use.

## :memo: License

## This project is under the MIT license.

Made with ♥ by Elton Lazzarin :wave: [Get in touch!](https://www.linkedin.com/in/eltonlazzarin/)