Skip to content

esadakman/jQuery-github-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery-github-finder

Objective

  • In order to improve my knowledge of jQuery, which I have been trying to learn recently, I tried to do the Github Finder project, which I had done with Vanilla Javascript, this time with jQuery.

Description

  • Build a Github Finder project using jQuery.
  • You can search github users by their name and can see their repositories number, followers and Github profile links.
  • If user didn't specified all sections, you'll get alerts .

Project Link

You can see my project from here. 👈

At the end of the project, following topics are to be covered;

  • HTML
  • CSS
  • JS
  • jQuery
  • Ajax

Project Skeleton

jQuery-github-finder (folder)
|── README.md
SOLUTION
├── assets
│    └── images
│           └── github-logo.png
├── css
│    └── style.css
├── js
│    └── app.js  
│     
└── index.html

Installation

$ git clone https://github.com/esadakman/jQuery-github-finder.git
$ cd jQuery-github-finder
  • Open the project with VS Code or other IDE's

Preview of the Project

project gif