Consulty App
mobile app for a consultancy hub - made with react native, expo, styled components and typescript
Project
The project is a platform where it is possible to connect consultants to people seeking consultancy, enabling registration as a consultant as well.
Features
The main features of the project are:
- Search for consultants.
- Integration with Whatsapp.
- Total number of contacts created.
- Favorite your consultants.
Integrations
This project is part of the Consulty system, the other projects are located at:
Technologies
The main technologies used to develop the project were:
Getting Started
First of all, you may clone this project:
git clone https://github.com/danieljpgo/consulty-app.git
Run the following scripts in order to execute the application:
// install dependencies
yarn install
// start the application
yarn start