Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 773 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 773 Bytes

GitHub-user Search App

A search app to find GitHub users built with React, and Tailwindcss.

This app is based on the Frontend Mentor Challenge GitHub user search app, and was built with Parcel v2.4.1, React v18.0.0 and tailwindcss v3.0.24, using the GitHub Users API GitHub Users.

Site is deployed at GitHub-user search app


Setup

  1. Install dependencies:
npm install
  1. Run dev server:
npm start