Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/itsronalds/github-searcher
- Owner: itsronalds
- Created: 2023-01-06T02:13:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T20:34:40.000Z (about 2 years ago)
- Last Synced: 2024-11-14T15:45:24.343Z (3 months ago)
- Topics: github-api, material-ui, react, typescript, webpack
- Language: TypeScript
- Homepage: https://itsronalds.github.io/github-searcher/
- Size: 702 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```