Jobby App

screenshot of Jobby App

Jobby App (username: rahul, password: rahul@2021)

Overview:

The Jobby App is a project that aims to apply the concepts learned in a course. It involves building an app with various functionalities related to job search and profile management. The app allows users to login, navigate through different routes, view job listings, and access profile information.

Features:

  • Login functionality with validation of credentials and error handling.
  • Navigation between different routes based on user authentication status.
  • View job listings and make HTTP GET requests to fetch job data.
  • Display loader while fetching data and handle failure scenarios.
  • Retry functionality for failed HTTP requests.
  • Profile management for authenticated users.

Summary:

The Jobby App is a project that demonstrates the implementation of various features in a job search application. It provides functionality for user authentication, navigation between different routes, and fetching job data using HTTP GET requests. The app also handles error scenarios and provides a retry option for failed requests. Overall, the Jobby App serves as a practical example of building a functional job search app.