Hello! Recently I've been learning Rails and have created a simple Tinder like clone so I thought I'd show it. 😀
The Home Page is pretty simple containing just a fullscreen background image, with the options to Login and to create a new account.
The create account page form takes an email address, name, password and gender. (Yes I know I should implement password confirmation). The tutorial I used was Japanese hence the Japanese text. 🎌
The login page form is the same as your average login page it takes an email address and the user's password.
Once the user has logged in they are greeted with a page that displays other users display pictures, the user can then drag the card right to "like" the user or left to "dislike" the user. This process continues until there is no more cards left.
The edit profile page allows the user to change their profile information and or image.
The matched page displays a list of users that have each "liked" each other. Clicking on a matched user navigates the page to the chat page.
The chat page is pretty much like your standard chat message application, received chats are displayed on the right and sent chats are displayed on the left.
Thanks for reading my article! 😆
I know the application may be simple but I managed to learn the following things:
I'm thinking of making another Rails tutorial, so let me know what you think. Also I haven't forgot about my WebRTC series, it's just that I need to learn Rails for my new job, and I'm having a lot of fun learning it. 😎