Skip to content

varJonathanR/github-profiles

Repository files navigation

👤 GitHub Profiles

Solution for a challenge from Devchallenges.io.

Netlify Status

Table of Contents

Overview

GitHub Profiles Preview

Wellcome to GitHub Profiles, there you can search for a GitHub user, you will get general information and all repositories of the user.

Note

This is my first project done with TypeScript, so there might be some things to improve like type API response.

Built With

Features

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/varJonathanR/github-profiles

# Install dependencies
$ npm install

# Run the app
$ npm run dev

Contact