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

https://github.com/coder-ralph/devfinder

GitHub user search app | Frontend Mentor Challenge
https://github.com/coder-ralph/devfinder

Last synced: 10 months ago
JSON representation

GitHub user search app | Frontend Mentor Challenge

Awesome Lists containing this project

README

          

# Frontend Mentor - GitHub user search app

This is a solution to the [GitHub user search app on Frontend Mentor](https://www.frontendmentor.io/challenges/github-user-search-app-Q09YOgaH6). [Frontend Mentor](https://www.frontendmentor.io) challenges help you improve your coding skills by building realistic projects.

## Table of contents

- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Demo](#demo)
- [Deployment](#deployment)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [Host used](#host-used)
- [Author](#author)

## Overview

### The challenge

Users should be able to:

- Search for GitHub users by their username
- See relevant user information based on their search
- Switch between light and dark themes
- View the optimal layout for the app depending on their device's screen size
- See hover states for all interactive elements on the page

### Screenshot

#### Dekstop View

![project screenshot](/src/assets/images/dekstop-view.png)

#### Tablet View

![project screenshot](/src/assets/images/tablet-view.png)

#### Mobile View

![project screenshot](/src/assets/images/mobile-view.png)

### Demo

![project demo](/src/assets/images/demo.gif)

## Deployment

### Links

- Solution URL: [GitHub Repository](https://github.com/coder-ralph/devfinder)
- Live Site URL: [Deployed Site](https://devfinder-mu.vercel.app/)

## My process

### Built with

- [React](https://reactjs.org/) - JS library
- [Next.js](https://nextjs.org/) - React framework
- [Styled Components](https://styled-components.com/) - For styles
- Flexbox
- CSS Grid
- Mobile-first workflow

### Host used

This project is hosted on [Vercel](https://vercel.com/). I chose Vercel for its seamless deployment and hosting capabilities.

## Author

- GitHub - [@Ralph Rosael](https://github.com/coder-ralph)