0
Create a dating app IOS
I've been asked to create a dating app similar to tinder, bumble, etc. Can anyone just simply list the components it would take to create such an app? Thank you.
3 Réponses
0
Database - store profiles
Frontend - something to display the user interface
Backend - communicates with the database, makes logic decisions, and gives data to the frontend to display
I don't have any experience with Swift, so I don't know examples for any of these, except for the UI, which can be things like React Native or Phone Gap.
0
Hello