A website where users may enter a GitHub username into a form, submit it, and see names and descriptions of that person's public repositories. A person can also look for repositories. Click to view
Emmaculate Kamau
- Javascript
- CSS
- HTML
- Bootstrap
- Typescript
- Angular Js
NodeJs and Angular installed or an IDE with the same functionality. VS Code is a great choice.
- Clone the repository here.
- Extract and open the folder.
- Run ng serve --open from the console.
- Navigate to
http://localhost:4200/
on your preferred browser.
To fix a bug or enhance an existing module, follow these steps:
- Fork the repo
- Create a new branch (git checkout -b improve-feature)
- Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (git commit -am 'Improve feature')
- Push to the branch (git push origin improve-feature)
- Create a Pull Request
BDD focuses on how the user will interact with the application.
What you will see and experience:
- Landing page with an image and a form.
- Enter a username and click on Search User.
- A profile of the user including their avatar is displayed.
- Click on View Repositories and get directed to a list of the user's repositories.
- Click on the Search New User to display the form and search for a new user.
If you find a bug or would like to request a new function, reach out to me via Email: emmaculatewkamau@gmail.com or on LinkedIn
Copyright (c) 2022 Emmaculate Kamau
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.