Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.07 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.07 KB

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