All Projects → Michaelvilleneuve → react-native-snapchat-clone

Michaelvilleneuve / react-native-snapchat-clone

Licence: other
Just a simple Snapchat clone made to learn React Native the hard way 🤓

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to react-native-snapchat-clone

Snapchatcheckbox
A Snapchat-inspired checkbox.
Stars: ✭ 147 (+250%)
Mutual labels:  snapchat
snapchat-lenses
A bunch of tests on Snapchat Lens Studio
Stars: ✭ 59 (+40.48%)
Mutual labels:  snapchat
ARFaceFilter
Javascript/WebGL lightweight face tracking library designed for augmented reality webcam filters. Features : multiple faces detection, rotation, mouth opening. Various integration examples are provided (Three.js, Babylon.js, FaceSwap, Canvas2D, CSS3D...).
Stars: ✭ 72 (+71.43%)
Mutual labels:  snapchat
Nextlevel
NextLevel was initally a weekend project that has now grown into a open community of camera platform enthusists. The software provides foundational components for managing media recording, camera interface customization, gestural interaction customization, and image streaming on iOS. The same capabilities can also be found in apps such as Snapchat, Instagram, and Vine.
Stars: ✭ 1,940 (+4519.05%)
Mutual labels:  snapchat
Snapchat
NodeJS client for the unofficial Snapchat API
Stars: ✭ 224 (+433.33%)
Mutual labels:  snapchat
SnapchatClone
Snapchat Clone Android App 👨‍💻 I'll show you how you can do this in the simplest way and terms possible. By the end of this series you'll have learned how the big companies do it and will be able to do the same, you not only will be able to do this app, but you'll be able to put what you learn into your very own projects! In this series, we use …
Stars: ✭ 125 (+197.62%)
Mutual labels:  snapchat
Hybridcamera
Video and photo camera for iOS
Stars: ✭ 145 (+245.24%)
Mutual labels:  snapchat
snapchat
Messing around with Snapchat's web APIs
Stars: ✭ 51 (+21.43%)
Mutual labels:  snapchat
Panel
A Snapchat inspired ScrollView Controller Written in Swift
Stars: ✭ 22 (-47.62%)
Mutual labels:  snapchat
FaceFilter
Snapchat and Instagram like Face Filter.
Stars: ✭ 72 (+71.43%)
Mutual labels:  snapchat
Socialblocklists
Blocklists to block the communication to social networking sites and privacy harming services
Stars: ✭ 161 (+283.33%)
Mutual labels:  snapchat
Swiftsnapper
Open source Snapchat client for Windows 10
Stars: ✭ 225 (+435.71%)
Mutual labels:  snapchat
SnapchatLikeCamera
Android code for camera like Snpachat
Stars: ✭ 47 (+11.9%)
Mutual labels:  snapchat
Swiftycam
A Snapchat Inspired iOS Camera Framework written in Swift
Stars: ✭ 1,879 (+4373.81%)
Mutual labels:  snapchat
LeonSocialLogin
Leon Social Login is an Android library written to Integrate (Twitter, Facebook, Google, SnapChat) login.
Stars: ✭ 16 (-61.9%)
Mutual labels:  snapchat
Jeelizfacefilter
Javascript/WebGL lightweight face tracking library designed for augmented reality webcam filters. Features : multiple faces detection, rotation, mouth opening. Various integration examples are provided (Three.js, Babylon.js, FaceSwap, Canvas2D, CSS3D...).
Stars: ✭ 2,042 (+4761.9%)
Mutual labels:  snapchat
dbt ad reporting
Fivetran's ad reporting dbt package. Combine your Facebook, Google, Pinterest, Linkedin, Twitter, Snapchat and Microsoft advertising spend using this package.
Stars: ✭ 68 (+61.9%)
Mutual labels:  snapchat
Snapchat-Snap-Kit-DIY-Docs
No description or website provided.
Stars: ✭ 16 (-61.9%)
Mutual labels:  snapchat
SocialMediaChecker
[ Twitter - Instagram - Snapchat ] Email Checker .
Stars: ✭ 71 (+69.05%)
Mutual labels:  snapchat
social-media-hacker-list
Growing list of apps and tools for enhancing social media experiences.
Stars: ✭ 198 (+371.43%)
Mutual labels:  snapchat

React Native Snapchat Clone

Well actually, very simplified clone , just for fun. This app is backed by the following Ruby on Rails API https://github.com/Michaelvilleneuve/react-native-snapchat-clone-API.

Works and looks the same on Android and iOS.

It features :

  • 📲 Login
  • 👀 Viewing the list of snaps you received (with distinction between those you've already viewed and those you've not)
  • 📸 Sending Snap to another user
  • 👻 Self destruction of snaps after 10 seconds

📲 Login

It uses Rails's devise token Gem to handle connection, and React Native storage to persist token.

👀 Viewing the list

You can only click the snaps you have not already viewed.

👻 Viewing single snapp (before self destruction)

Nothing to say here, just view the snap before it disappears.

📸 Capturing a snapp

Uses front cam as default, then base64 encode the image

📸 Choosing a recipient

Pick a recipient, and the base64 image is uploaded to the API

That's it !

Do whatever you want with, it. It is too late to compete with SnapChat anyway 😉

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].