Skip to content

Latest commit

 

History

History

my_favorites_app

My Favorites App

A Flutter application that generates cool-sounding word combinations and allows users to favorite and manage them.

Table of Contents

The application is responsive to different screen sizes, employing a mobile-friendly layout with a BottomNavigationBar for narrow screens and a NavigationRail for wide screens

Features

  • Explore the generated cool-sounding words
  • Request the next word
  • Favorite the word you like
  • Review favorited words on the favorite page
  • Remove a favorited word

Installation

You need to install the Flutter SDK and configure the Android toolchain development first and then, in order to clone the project via HTTPS, run this command:

git clone https://github.com/jaquedreyer/flutter-codelabs.git

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:

git clone [email protected]:jaquedreyer/flutter-codelabs.git

Navigate to the project directory:

cd my_favorites_app

Install dependencies

flutter pub get

Getting Started

Run the following command in order to start the application in a development environment:

flutter run

Built With

  • Core
    • Flutter - An open source framework by Google for building multi-platform applications
    • Dart - The programming language
  • Packages

Contributing

I welcome contributions and suggestions from the community! If you come across any issues, have ideas for improvements, or wish to contribute in any way, feel free to open an issue or submit a pull request. I would love to learn with you!

License

Released in 2024. This project is licensed under the MIT License.

Made with love by Jaque Dreyer 🧡