Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itsronalds/github-searcher

App to search GitHub users with their details using GitHub API
https://github.com/itsronalds/github-searcher

github-api material-ui react typescript webpack

Last synced: about 1 month ago
JSON representation

App to search GitHub users with their details using GitHub API

Awesome Lists containing this project

README

        

# github-searcher
App to search GitHub users with their details using GitHub API build with React using TypeScript & Material UI
* [React](https://es.reactjs.org/)
* [TypeScript](https://www.typescriptlang.org/)
* [Material UI](https://mui.com/)
* [Webpack](https://webpack.js.org/)

## Table of Contents
* [Themes (Dark and Light Mode)](#themes)
* [Setup](#setup)
* [Run project](#run-project)

## Themes

![img-1](https://user-images.githubusercontent.com/77751686/216842395-e43956ae-3e8f-47ee-bdea-c16e4aee7777.png)

![img](https://user-images.githubusercontent.com/77751686/211316183-5c1ecc48-7dea-4c14-8483-3c407b8e9aa9.png)

## Setup

### Requirements
You must have installed [node.js](https://nodejs.org/en/) and [yarn package manager](https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable) on your machine

### Clone
```$
git clone https://github.com/LancerR40/github-searcher.git
```

### Install dependencies
```$
cd github-searcher &&
yarn
```

## Run project
Once dependencies has been installed, run following code in your terminal
```$
cd github-searcher &&
yarn
```