Skip to content

Angular responsive web application that uses Github API to retrieve profile and repositories data

Notifications You must be signed in to change notification settings

joseguzmann/frontend-apigithub

Repository files navigation

FrontendApigithub

This project was generated with Angular CLI version 13.1.4.

Installation

Clone the repository into your computer

git clone https://github.com/joseguzmann/frontend-apigithub

In project's root folder run the following command to install dependencies

npm install

Start the web application

npm run start

Project's structure

The project's structure follows Angular framework

  • Components
    • App component
      Main component
    • Profile component
      Shows profile information
    • Repositories component
      Shows repositories list
  • Models
    • RepositoriesList interface
    • Repository interface
    • User interface
  • Services
    • ApiService
      Contains GET methods that will be used on Profile and Repositories components through dependency injection
      GET methods inside this service use HttpClient which uses RxJS and reactive programming

About

Angular responsive web application that uses Github API to retrieve profile and repositories data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published