Skip to content

diggosilva/GitExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitExplorer

iOS LinkedIn: @RodrigoSilva

A Swift iOS Git Explorer app. An application built solely for study purposes. The app brings a list of Repositories from GitHub API.

Contents

Features

  • View Code (UIKit)
  • Modern TableView
  • MVVM with Combine
  • Await/Async Request
  • Custom elements
  • Dark Mode
  • Unit tests

Requirements

  • iOS 17.0 or later
  • Xcode 15.0 or later
  • Swift 5.0 or later

Functionalities

  • Search User: Display with a field to enter the user name.
  • User Details: Show user details.
  • Repositories List: Shows a list of the user's public repositories.
  • Dark Mode Support: Full support for Dark Mode, offering a more pleasant user experience in different lighting conditions.
  • UIKit Interface: Utilizes UIKit components for building the user interface.

Setup

First of all download and install Xcode, Swift Package Manager and then clone the repository:

$ [email protected]:diggosilva/GitExplorer.git

After cloning, do the following:

$ cd <diretorio-base>/GitExplorer/
$ open GitExplorer.xcodeproj/

About

An app written in Swift to display a list of GitHub user repositories

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages