Skip to content

lucifer0987/HackVerse_2.0-No_Goals-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collab

Collab - Find a peer tinder-style

Last Commit Licence Star

Overview

Perfect to start an Collab. According to various research, we tend to learn better when we have someone to learn with. But, at the same time, there is no good way to find our study partner which matches our skills and knowledge.

So, we thought of creating an android application which can help the users in finding our next study partner. Our application matches 2 different users on the basis of their interests and skills and that too tinder-style. The user swipes right on other users which they think will be able to help them in studying and then, if the same other users swipes them right too, then both users matches and both of them can chat with each other and study together.

We only want to match 2 users and help them find each other. We are using android as our front-end and developing our own custom back-end with NodeJS and SQLite..

Screenshots

Capture 1 Capture 2 Capture 3 Capture 4

Props

CardItem

Name Type Required Description Example
image string Yes Picture of member. image="<base64 string>"
Name string Yes Name of member. name="Ankit R"
skills string Yes Skills of member. skills=["react","node"]
matches string Yes Match percentage. matches="95"
onSwipeLeft function No Swipe card to left. add other user to rejected list
onSwipeRight function No Swipe card to right. add other user to connected list

Message

Name Type Required Description Example
image string Yes Picture of member. image="<base64 string>"
userName string Yes userName of member. name="ankit039"
lastMessage string Yes Last message of member. lastMessage="Wanna study about ReactContext Togther?"

ProfileItem

Name Type Required Description Example
image string Yes Picture of member. image="<base64 string>"
Name string Yes Name of member. name="Ankit R"
skills string Yes Skills of member. skills=["react","node"]
matches string Yes Match percentage. matches="95"
Connect card No Card of connected user. card of connedted user
Accept card No Card of accpeted user. card of accepted user
Reject card No Card of rejected user. card of rejected user

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!

Contributors

Gaurav Kumar
Gaurav Kumar

💻
Ankit Raj
Ankit Raj

💻
Aman Ghatiya
Aman Ghatiya

💻

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 83.0%
  • JavaScript 17.0%