silviajcn / DevFinder-Challenge

Frontend Mentor Challenge (React -TypeScript - StyledComponents)

Home Page:https://dev-finder-challenge.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌎 DevFinder

logo

Find GitHub users quickly in a friendly interface.

This is a solution to the GitHub user search app challenge on Frontend Mentor.

The points of the challenge that must be met:

  • 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.

Reto DevFinder

πŸ–±οΈ Visit here:

https://dev-finder-challenge.vercel.app/

πŸ“ Project:

  • React
  • TypeScript
  • React Hooks
  • Styled Components
  • HTML
  • CSS

πŸ”— API Reference

Get item

GET https://api.github.com/users/${user}

Parameter Type Description
user string Required. User of item to fetch

πŸ“Œ Dependencies

  • react
  • react-dom
  • styled-components
  • dayjs

πŸ’Ό Prerequisites

  • Node.js
  • npm

βš™οΈ Installation

  • Clone the latest code on the master branch
    • git clone https://github.com/silviajcn/DevFinder-Challenge.git
  • Install dependencies
    • npm install
  • Run the web server!
    • npm run dev

🎈 Usage

😍 Screenshots of the completed challenge

DevFinder

😎 Author

About

Frontend Mentor Challenge (React -TypeScript - StyledComponents)

https://dev-finder-challenge.vercel.app


Languages

Language:TypeScript 95.7%Language:CSS 2.9%Language:HTML 1.4%