Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baguilar6174/github-user-search-challenge
This repository contains a challenge of Frontend Mentor
https://github.com/baguilar6174/github-user-search-challenge
frontend-mentor github-api react typescript
Last synced: 18 days ago
JSON representation
This repository contains a challenge of Frontend Mentor
- Host: GitHub
- URL: https://github.com/baguilar6174/github-user-search-challenge
- Owner: baguilar6174
- Created: 2022-07-26T04:28:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-21T16:09:24.000Z (about 2 months ago)
- Last Synced: 2024-11-21T17:23:07.651Z (about 2 months ago)
- Topics: frontend-mentor, github-api, react, typescript
- Language: TypeScript
- Homepage: github-user-search-challenge.vercel.app
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Frontend Mentor - Github User Search App](https://github-user-search-challenge.vercel.app/)
This is a solution to the [GitHub user search app challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/github-user-search-app-Q09YOgaH6). In this project, you'll use the GitHub users API to pull profile data and display it. It's a great challenge if you're looking to practice working with a 3rd-party API.
## Description
This project presents the construction of a simgle app built from scratch using React + Vite + Typescript.
## Installation
This React project has been created using [Vite](https://vitejs.dev/guide/).
Step 1:
You need to install yarn. Yarn is a package and library manager.
Step 2:
```bash
git clone https://github.com/baguilar6174/github-user-search-challenge.git
cd github-user-search-app
```Step 3:
Run this command to install libs
```bash
yarn
```Step 4:
Run the app
```bash
yarn run start
```### Links
- Solution URL: [Github Searh App](https://github-user-search-challenge.vercel.app/)
## My process
### Built with
- React JS 18
- Typescript
- Styled Components
- Github Api## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## Github User Search
![Github User Search](./media/github_search_app.png)
## Stay in touch
- Website - [www.bryan-aguilar.com](https://www.bryan-aguilar.com/)
- Medium - [baguilar6174](https://baguilar6174.medium.com/)
- LinkedIn - [baguilar6174](https://www.linkedin.com/in/baguilar6174)