GitFinder is a search application created with React.
- Find a Github user with username.
- See basic profile information such as profile image and follower, following, and repository numbers.
- Explore repositories
- 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
1) Clone the repository
$ git clone https://github.com/sametaln/GitFinder.git
2) Install required packages
$ npm install
3) Start development server
$ npm start