Clone the source Code here on Github Then run:
npm install
# or
yarn
In the project directory
For you to add the API for authentication pages (login or register) navigate to these screens
./screens/Login.js and ./screens/Register.js
To calculate the matching percentage between user, check on their interest data (hobbies) that they selected during the registeration and compare
This is important, with swiping API users get to connect with each other check the UI here:
./screens/Home.js line 233
Two API endpoints are needed here, one for swiping right and the other for swiping left
Put the API call here: (./screens/Home.js line 234)
# handleYup={<API Endpoint>}
Put the API call here: (./screens/Home.js line 227)
# handleNope={<API Endpoint>}