SushmitSingh / Quoto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quoto App Project Summary

Overview

The Quoto app is a mobile application designed to provide users with quotes for inspiration and motivation. It allows users to browse and save their favorite quotes.

Technologies Used

  • Jetpack Compose
  • Firebase Authentication
  • ModalDrawer (Material3)
  • Navigation Components

Key Components

QuotoApp

  • Main entry point of the application.
  • Sets up the navigation graph and theme for the app.

HomeScreen

  • Displays the main content of the app, including the top app bar, bottom navigation bar, and main content.
  • Uses ModalDrawer for the side navigation bar.

SideNavigationBar

  • Contains the navigation links for the app, such as Home, Favorites, and Profile.
  • Implemented using ModalDrawer in the HomeScreen.

SignUpScreen

  • Allows users to sign up for an account using Firebase Authentication.

OnboardingScreen

  • Provides a series of screens to introduce users to the app and its features.

BottomNavigationBar

  • Displays the bottom navigation bar with icons for Home, Favorites, and Profile.

Challenges

  • Integrating ModalDrawer for the side navigation bar.
  • Managing the navigation flow between screens.

Screenshots

Image 1

Image 2

Image 3

Image 4

Image 5

Image 5

About

License:MIT License


Languages

Language:Kotlin 100.0%