Skip to content

An app that uses the TvMaze API to display clearer information to users.

Notifications You must be signed in to change notification settings

eusoumabel/TvMaze

Repository files navigation

TvMaze

An app that uses the TvMaze API to display clearer information to users.

Light

Light

Dark

Dark

Getting Started

To use this app, all you need is flutter 3.0 installed and running on your machine. Clone this project to your computer and opens a emulator or run on your device.

Deployment

To deploy this project run

  flutter run

Run Locally

Clone the project

  git clone https://github.com/estermabel/TvMaze.git

Go to the project directory

  cd tv_maze

Install dependencies

  flutter pub get

Run the project

  flutter run

Tech Stack

This project was developed using Flutter. The state manegement tool used was Change Notifier alongside with the Flutter Modular for dependency injection and Clean Architecture.

API Reference

Documentation

You can access the full documentation here.

Features

  • List all of the series contained in the API used by the paging scheme provided by the API.
  • Allow users to search series by name.
  • The listing and search views must show at least the name and poster image of the series.
  • After clicking on a series, the application should show the details of the series, showing the following information:
    • Name
    • Poster
    • Days and time during which the series airs
    • Genres
    • Summary
    • List of episodes separated by season
  • After clicking on an episode, the application should show the episode’s information, including:
    • Name
    • Number
    • Season
    • Summary
    • Image
  • Light and Dark theme defined by the system
  • Unit tests for the domain layer

Authors

  • Ester Mabel - GitHub - GitHub

Acknowledgments

  • I built this app as a challenge. With him I was able to practice and reinforce my skills and knowledge. It was a fun project, I couldn't do the extra challenges, but I intend to keep improving this project.