QUIZ-LIKE TIKTOK CLONE APP
This is a Crossover task that shows the implementation the “Home” screen of a TikTok clone for education purpose.
Simulator.Screen.Recording.-.iPhone.14.Pro.-.2023-06-08.at.19.08.23.mp4
For You | Following | Answer |
---|---|---|
Code Features
- Bloc and Cubits for Managing States
- Clean Architecture for Modularization
App Features
-
Showing content for the “Following” and “For you” sections of the “Home” screen
-
Displaying two types of content: Flashcards and Multiple Choice Questions (MCQs)
-
Showing the content’s user name, user icon, and content description
-
Browsing through content in an infinite scroll fashion (like TikTok)
-
Making the countdown timer at the top left measure the time the user spent in the app
Steps
-
Clone the project in the latest stable version of Flutter.
-
Open the starter project in any supported IDE of your choice.
-
Run:
flutter pub get
&&flutter run