- Vanilla JS
- GitHub API
You must clone the repo:
git clone https://github.com/rryaboshtan/GithubSearchUsers.git
After that you must install http-server globally
npm i -g http-server
Then type in the VSCode or other command line
cd GithubSearchUsers/
npx http-server
and go to proposed link (it may be http://77.122.1.88:8080/ in the browser)

