Welcome to the GithubUserFinder project! This Angular application allows you to search for GitHub users and explore their profiles.
Check out the live version of GithubUserFinder: Live Demo
Here are some snapshots of the GithubUserFinder app in action:
- User Search: Easily search for GitHub users by their usernames.
- User Profile: View detailed profiles of the searched users, including their repositories, followers, and following.
This project was generated with Angular CLI version 15.2.6. Here are some key commands to help you navigate and develop the application:
-
Development Server: Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
to see your changes in real-time. -
Code Generation: Use
ng generate
to scaffold new components, directives, pipes, services, classes, guards, interfaces, enums, or modules. -
Building the Project: Execute
ng build
to build the project. The artifacts will be stored in thedist/
directory. -
Unit Testing: Run
ng test
to execute unit tests using Karma. -
End-to-End Testing: Execute
ng e2e
to run end-to-end tests. Make sure to add a package that implements end-to-end testing capabilities.
- Clone the repository.
- Navigate to the project directory.
- Run
npm install
to install dependencies. - Run
ng serve
to start the development server. - Open your browser and go to
http://localhost:4200/
to explore the GithubUserFinder app!
Contributions are welcome! Feel free to submit issues or pull requests. Let's make this project even better together! 💪
For more information on Angular CLI commands, check out the Angular CLI Overview and Command Reference.
Happy coding! 🚀👩💻👨💻