the-ris / tindy

Like Tinder, but swapping human beings with powerful feline creatures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TINDy 🐈

TINDy is an app designed for the Flutter Create challenge. This project covers people's necessity of cat related photos. It's like Tinder, but swapping human beings, with powerful feline creatures.

Service

Uses the TheCatAPI to provide us all with cute cats.

Features

  • You can upvote a photo by tapping twice, or pressing the 'Like' button.
  • Share functionality is implemented. You can share your favorite feline photos with whoever you want to.
  • If you don't feel writing upvoting a specific cat-related-photo (are you a monster?) you can go to the next one by tapping on the photo, or clicking the 'Next' button.

As you can imagine, a 'dislike' function has not been implemented. You know, it's physically impossible to dislike a cat photo.

Total size

Total size of the Dart code inside this project should be 5KB or below. Run this command in the project's root folder:

find . -name "*.dart" | xargs cat | wc -c

Total size: 5043B.

Download & install

First, clone the repository with the 'clone' command, or just download the zip.

$ git clone git@github.com:jesusrp98/tindy.git

Then, download either Android Studio or Visual Studio Code, with their respective Flutter editor plugins. For more information about Flutter installation procedure, check the official install guide.

Install dependencies from pubspec.yaml by running flutter packages get from the project root (see using packages documentation for details and how to do this in the editor).

There you go, you can now open & edit the project. Enjoy!

Built with

Author

License

This project is licensed under the GNU GPL v3 License - see the LICENSE.md file for details.

Meow :3 🐈

About

Like Tinder, but swapping human beings with powerful feline creatures.

License:GNU General Public License v3.0


Languages

Language:Dart 81.9%Language:Objective-C 12.2%Language:Java 5.9%