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
- Host: GitHub
- URL: https://github.com/alice-sebego/github-user-search
- Owner: alice-sebego
- Created: 2021-05-25T19:03:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-29T22:01:15.000Z (over 4 years ago)
- Last Synced: 2025-03-28T22:44:53.506Z (10 months ago)
- Topics: api, api-rest, dark-theme, github-api, javascript, localstorage, poo, vanilla-css, vanilla-js
- Language: JavaScript
- Homepage: https://alice-sebego.github.io/github-user-search/
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`