An open API service indexing awesome lists of open source software.

https://github.com/alice-sebego/github-user-search

Create a search form by GitHub username
https://github.com/alice-sebego/github-user-search

api api-rest dark-theme github-api javascript localstorage poo vanilla-css vanilla-js

Last synced: 5 months ago
JSON representation

Create a search form by GitHub username

Awesome Lists containing this project

README

          

# Github User Search
Create a search form by GitHub username

## What is this ?
It's a mini-project in order to improve my skills with vanilla JS, Call of API and vanilla CSS.

## Languages and Tools used :
* HTML5, CSS3, JavaScript
* [GitHub API](https://docs.github.com/en/rest/reference/users#get-a-user "Go to the doc")
* Webpack 5 & Babel 7

## Dependencies used :
Install all devDependencies & dependencies : `npm install`

Compile files JS : `npm run build`

Watch all changes on JS files : `npm run watch`

Run this project on the local server : `npm run start`