- 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.
This project was generated with Angular CLI version 17.3.7.
- Install Angular and other necessary packages:
npm install -g @angular/cli npm install firebase ng add @angular/fire - Create a Firebase project and copy the firebaseconfig to the files in the environment folder.
- Install Notyf:
npm install notyf
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.