Skip to content

The Namer App is a Flutter application that generates random word pairs and lets users save their favorites. Featuring a homepage and a favorites page, it showcases the ease of building interactive apps with Flutter, following the official quick start tutorial.

License

Notifications You must be signed in to change notification settings

sranmanpreet/namer

Repository files navigation

Namer App

Namer is a simple Flutter application that generates random word pairs and allows users to save their favorite pairs. The app features a clean interface with two main pages: the homepage, which displays a new word pair each time the "Next" button is clicked, and a favorites page, where users can view their liked word pairs.

Features

  • Random Word Pair Generation: Click the "Next" button to generate a new random word pair.
  • Favorites List: Save your favorite word pairs by clicking the "Like" button.
  • Two Page Navigation: Easily navigate between the homepage and the favorites page.

Installation

To get started with the Namer app, follow these steps:

  1. Clone the repository:

git clone https://github.com/yourusername/namer.git
cd namer
  1. Install dependencies: Make sure you have Flutter installed on your machine. Then run:
flutter pub get
  1. Run the app: Use the following command to launch the app:
flutter run

Usage

Upon launching the app, you will see a random word pair displayed on the homepage. You can:

  • Click Next to generate a new random word pair.
  • Click Like to save the current word pair to your favorites.
  • Navigate to the favorites page to view all saved word pairs.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

This app was created following the official Flutter documentation and quick start guide, which provided valuable insights into building Flutter applications. Special thanks to the Flutter team for their excellent resources. Feel free to customize any sections of this README as needed, especially in terms of installation commands or specific features that may evolve over time.

About

The Namer App is a Flutter application that generates random word pairs and lets users save their favorites. Featuring a homepage and a favorites page, it showcases the ease of building interactive apps with Flutter, following the official quick start tutorial.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published