Skip to content
This repository has been archived by the owner on Jul 31, 2021. It is now read-only.

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkofdwu committed Apr 2, 2021
1 parent d12706a commit e2b0caa
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# tundr
![logo](./assets/images/icon-192.png)

tundr is a dating app for high schools. currently, it is only available for android since I can't afford the apple developer license.

this was my first flutter project and the code is pretty messed up, and this project is not actively maintained. if i have time in the future I may refactor everything with a new architecture and implement a redesign.

## running

this project uses flavors. create a firebase project and place the google-services.json in android/app/src/dev.
enable email password and phone authentication, firestore, cloud functions and storage.
deploy cloud functions

## tests

as of now there are very few tests written and most of them dont run

0 comments on commit e2b0caa

Please sign in to comment.