Skip to content

sametaln/GitFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

GitFinder

GitFinder is a search application created with React.

Features

  • Find a Github user with username.
  • See basic profile information such as profile image and follower, following, and repository numbers.
  • Explore repositories

Libraries Used

  • ReactJS - JavaScript/TypeScript UI Library
  • Sass - A Powerful CSS Pre-processor
  • Axios - Promise based HTTP Client. Used for data operations.
  • React Router - Client-side Routing

Usage

Develop Locally

1) Clone the repository

$ git clone https://github.com/sametaln/GitFinder.git

2) Install required packages

$ npm install

3) Start development server

$ npm start

That's it. You can enjoy developing

Releases

No releases published

Packages

No packages published