Santa's List Tracker is a mobile app developed in Flutter that helps Santa manage his Christmas list. The app keeps track of children's names, their home countries, and whether they have been naughty or nice.
- View List: Display a list of children, showing their names, countries, and status (nice or naughty).
- Add New Kid: Add a new child to the list with their name, country, and an initial status.
- Change Kid Status: Modify the status of each child (nice or naughty) by tapping on their entry in the list.
The app utilizes the BLoC (Business Logic Component) pattern for state management. BLoC helps organize and manage the app's state in a clear and efficient manner.
The design of this app draws inspiration from Design Inspiration Source.
This project is a Flutter application. To get started:
- Clone the repository:
git clone https://github.com/eliasayele/santa_list_tracker.git
- Navigate to the project directory:
cd santas_list_tracker
- Run the app:
flutter run
For more detailed Flutter development instructions, refer to the online documentation.