diff --git a/README.md b/README.md index af18a93..e98be72 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,14 @@ ## Description -Foodprint is a Flutter-based mobile application that allows users to capture and track their dining experiences around the world. +Foodprint is a mobile application that allows users to capture and track their dining experiences around the world. + +

+ + + +

+ ## Features * A personal map displaying the user's visited dining locations. @@ -13,14 +20,17 @@ Foodprint is a Flutter-based mobile application that allows users to capture and * A bug reporting tool using the [bug_report](https://github.com/Puepis/bug_report) package. * Uses custom authentication and JWT authorization. +## Built With +* [Flutter](https://flutter.dev/) + ## Author Designed and built by Philips Xu. -## Credits -Special thanks to [Kevin Pierce](https://github.com/enigma-01) for designing the app logo and building Foodprint web (currently WIP). - ## Contact You can contact me at philips.xu1@gmail.com if you have any questions or concerns. To submit a bug within the app, please use the feedback form embedded within the application. ## License Foodprint is distributed under the [MIT License](LICENSE.txt). + +## Credits +Special thanks to [Kevin Pierce](https://github.com/enigma-01) for designing the app logo and building Foodprint web (currently WIP). diff --git a/assets/readme_resources/foodprint_logo_512x512.png b/assets/readme_resources/foodprint_logo.png similarity index 100% rename from assets/readme_resources/foodprint_logo_512x512.png rename to assets/readme_resources/foodprint_logo.png diff --git a/assets/readme_resources/record_your_experience.png b/assets/readme_resources/record_your_experience.png new file mode 100644 index 0000000..9781949 Binary files /dev/null and b/assets/readme_resources/record_your_experience.png differ diff --git a/assets/readme_resources/track_your_foodprint.png b/assets/readme_resources/track_your_foodprint.png new file mode 100644 index 0000000..7f3a921 Binary files /dev/null and b/assets/readme_resources/track_your_foodprint.png differ diff --git a/assets/readme_resources/view_your_spending.png b/assets/readme_resources/view_your_spending.png new file mode 100644 index 0000000..3890592 Binary files /dev/null and b/assets/readme_resources/view_your_spending.png differ