Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azganoth/github-user-search-app
This is a solution to the "GitHub user search app" challenge on Frontend Mentor.
https://github.com/azganoth/github-user-search-app
Last synced: about 2 months ago
JSON representation
This is a solution to the "GitHub user search app" challenge on Frontend Mentor.
- Host: GitHub
- URL: https://github.com/azganoth/github-user-search-app
- Owner: Azganoth
- Created: 2023-06-18T02:33:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-18T20:35:28.000Z (about 2 months ago)
- Last Synced: 2024-11-18T21:42:13.205Z (about 2 months ago)
- Language: Vue
- Homepage: https://azganoth.github.io/github-user-search-app/
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor Challenge: GitHub User Search
This is a solution for the [GitHub User Search app challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/github-user-search-app-Q09YOgaH6).
## Table of contents
- [Overview](#overview)
- [Development](#development)
- [Stack](#stack)
- [Tools and Workflow](#tools-and-workflow)
- [Showcase](#showcase)
- [Links](#links)
- [Screenshots](#screenshots)
- [Author](#author)## Overview 📋
Users should be able to:
- View the optimal layout for the app depending on their device's screen size
- See hover states for all interactive elements on the page
- Search for GitHub users by their username
- See relevant user information based on their search
- Switch between light and dark themes
- **Bonus**: Have the correct color scheme chosen for them based on their computer preferences. _Hint_: Research `prefers-color-scheme` in CSS.### Stack
- **HTML5**
- **CSS3**
- **TypeScript**
- **PostCSS**
- **TailwindCSS**
- **Vue**
- **Vite**### Tools and Workflow
- **GitHub Actions**
- **GitHub Pages**
- **Prettier**## Showcase 🖼️
### Links
- Solution URL: [Mobile-first solution using Vue and TailwindCSS](https://www.frontendmentor.io/solutions/mobilefirst-solution-using-vue-and-tailwindcss-lH_W6pqWep)
- Live Site URL: [GitHub User Search](https://azganoth.github.io/github-user-search-app/)### Screenshots
#### App
![](/screenshot.png)
## Author ✍️
- Website - [Ademir José Ferreira Júnior](https://github.com/Azganoth)
- Frontend Mentor - [@Azganoth](https://www.frontendmentor.io/profile/Azganoth)