Tindog is a dating app for dogs that helps connect dog owners with other compatible canine companions in their area. The idea behind this app is that will allows users to create profiles for their dogs and search for other dogs. This repository contains the source code for the Tindog application. It is built using javascript, html and css and includes features such as likes and dislike, dogs visualization.
To run this project, simply clone the repository to your local machine and open the index.html file in your browser. You can also use a local development server to run the project, such as Live Server for Visual Studio Code.
Check out the online live app: https://emazack.github.io/tindog-app/
This project was built using JavaScript classes and some of the ES6 practices. During the development process, I learned how to leverage the power of classes in JavaScript to organize my code. Additionally, I implemented some of the new features introduced in ES6, such as arrow functions, template literals, and destructuring assignments, to make my code more concise and expressive.
This project is licensed under the MIT. Thanks to Scrimba.com for the idea.