Create a search form by GitHub username
It's a mini-project in order to improve my skills with vanilla JS, Call of API and vanilla CSS.
- HTML5, CSS3, JavaScript
- GitHub API
- Webpack 5 & Babel 7
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