Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zakaria9375/fm-github-user-search
Frontend Mentor - GitHub user search app solution
https://github.com/zakaria9375/fm-github-user-search
Last synced: 21 days ago
JSON representation
Frontend Mentor - GitHub user search app solution
- Host: GitHub
- URL: https://github.com/zakaria9375/fm-github-user-search
- Owner: Zakaria9375
- Created: 2024-04-01T06:33:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T20:32:38.000Z (7 months ago)
- Last Synced: 2024-04-22T21:42:34.566Z (7 months ago)
- Language: HTML
- Size: 165 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub user search
This is a solution to the [GitHub user search app challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/github-user-search-app-Q09YOgaH6). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
![Design preview](./src/assets/preview.jpg)
## Technologies
The technologies used in this design are:
* HTML & CSS & Ts
* Tailwind
* Angular## Features
* Github user's API has been integrated
* Light-Dark theme## Setup
To run this app in development mode open the terminal and write the following:
```sh
git clone https://github.com/Zakaria9375/fm-github-user-search.git
cd fm-github-user-search
npm install
// you need to install angular cli to run this app in development mode
npm install -g @angular/cling serve
```## Links
* [Challenge](https://www.frontendmentor.io/challenges/github-user-search-app-Q09YOgaH6)
* [Live](https://za-user-search.netlify.app/)