Thanks to visit codestin.com
Credit goes to github.com

Skip to content

P-Nithish/Github-Interactive-API-App

Repository files navigation

GitHub Interactive API App

Problem Statement:

  • Build an Angular Application which retrieves all the public repositories for the searched user.
  • Users should be able to sign-in/sign-up to our application using basic forms.
  • Users should be able to search GitHub users using a search box by entering the username.
  • After Entering the correct username, the home page should be populated with user details and all its public repositories.

Angular

This project was generated with Angular CLI version 17.3.7.

How To Run

  1. Install Angular and other necessary packages:
    npm install -g @angular/cli
    npm install firebase
    ng add @angular/fire
    
  2. Create a Firebase project and copy the firebaseconfig to the files in the environment folder.
  3. Install Notyf:
    npm install notyf
    

Development Server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Output


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published