Skip to content

Utkarsh-m08/ghackk-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webtoon Demo App

WhatsApp.Video.2024-10-11.at.20.42.42.mp4

This is a simple demo app for browsing popular webtoon categories, viewing details about specific webtoons, adding them to favorites, and rating them. Features

Home Screen: Displays a list of popular webtoon categories. Each category includes a title and a thumbnail image.
Details Modal: Click on a webtoon category to view its details (image, title, description) in a modal overlay. You can also add the webtoon to your favorites.
Favorites Screen: View all webtoons added to your favorites. Favorites are stored locally using Flutter's SharedPreferences.
Rating Feature: Rate your favorite webtoons from 1 to 5 stars. The average rating is displayed dynamically on the details modal and stored locally.

Screens

Home Screen: Browse popular webtoons
![Untitled1](https://github.com/user-attachments/assets/85d8dc36-22a8-44d8-b427-49a5311e1388)

Untitled2 Untitled3

Detail Modal: View more information and rate webtoons
![Untitled0](https://github.com/user-attachments/assets/8c685a50-0011-4efa-a501-1906ca55277f)

Untitled6 Untitled8 Untitled9

Favorites Screen: Manage your favorite webtoons
![Untitled]![q](https://github.com/user-attachments/assets/5080d36e-f7b8-419c-bc3d-fd5baafade45)

(https://github.com/user-attachments/assets/0b893520-c760-453f-9661-2d5a40ceb9e8)

Getting Started

Clone the repository.
Run flutter pub get to install the required dependencies.
Run the app using flutter run.

Dependencies

SharedPreferences: For persistent local storage of favorites and ratings.
Flutter Rating Bar: For the star rating UI component.

Installation

Ensure you have Flutter installed.
Install required packages by running:

bash

flutter pub get

Run the app on your preferred device using:

bash

flutter run

About

Assignment for Ghackk Tech

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published