Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/cli

ng serve
```

## Links

* [Challenge](https://www.frontendmentor.io/challenges/github-user-search-app-Q09YOgaH6)
* [Live](https://za-user-search.netlify.app/)