alexandrosk / tinder-react-native

Tinder clone - React Native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tinder Clone - React Native

Tinder Clone - React Native

undefined
Last Commit Licence Star

Overview

Perfect to start an Tinder Clone app. 4 screens are availables : Explore, Matches, Messages and Profile. You'll find some components like Card Component to pass props and variant. No frameworks UI like Bootstrap or Material UI are used.

More features will be added to the project in the future.

This project was inspired by Kishore's work on Dribbble.

Screenshots

Capture 1 Capture 2 Capture 3 Capture 4

Installation and usage

Be sure, you have installed all dependencies and applications to run React Native project on your computer : Getting Started with React Native.

This project works fine for iOS (for now, zero test has been done on android version).

Running the project

Clone this repository :

git clone https://github.com/stevenpersia/tinder-react-native.git
cd tinder-react-native

Install packages :

npm install

When installation is complete, run with version of your choice :

react-native run-ios
# or
react-native run-android

Star, Fork, Clone & Contribute

Feel free to contribute on this repository. If my work helps you, please give me back with a star. This means a lot to me and keeps me going!

About

Tinder clone - React Native.

License:MIT License


Languages

Language:JavaScript 75.2%Language:Objective-C 13.7%Language:Python 5.9%Language:Java 5.2%