Simple website for searching a GitHub profile. Uses HTML + CSS + JS
Inspired by the ideas and user stories in this repo: https://github.com/florinpop17/app-ideas/blob/master/Projects/2-Intermediate/GitHub-Profiles.md
https://guerra08.github.io/github-profile-search/
The project contains and index.html file which is used to display the form and subsequent data retrieved from the GitHub API. Styling is present in the styles folder, and scripts in their own directory. The page uses a simple grid layout. Currently, it has some empty spaces, but this is to be changed.
- Improve UI/UX
- Dark Mode
- Better JS code
- Simplify DOM changes