The Tindev is a web and mobile app made to mockup Tinder, using the Github public API.
This project was made with the following technologies:
- Clone the repo :
$ git clone https://github.com/sanderdsz/tindev.git
- Execute the app:
# Install all dependencies
$ cd tindev
$ npm install
# Start the server API
$ npm run dev
# Start the web application
$ cd ./sources/client
$ npm run start
# Start the mobile application
$ cd ./sources/mobile
$ react-native run-android
This project is under MIT license. LICENSE