Skip to content

alice-sebego/github-user-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • 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