Skip to content

sergiocrol/github-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Assessment

frontend

Demo

You can visit here the deployed app here

What is this app

This app uses GitHub API to allow the user to search any user of the platform, as well as all its public repositories.

Getting Started

Clone the repository

Clone this repository to your local machine

git clone git@github.com:sergiocrol/github-browser.git

installation

Install the dependencies

npm install

run app

Start the application, (it uses http-server as dependency. Runs on port 8081)

npm start

Open the browser with "http://localhost:8081"

What can I do

  • Search user: As a user I can search for a GitHub's user.
  • User info: As a user I can see a GitHub user basic info, such as its username, name, profile image or bio.
  • User Repositories: As a user I can see a list of user's public repositories, with its name, and number of stars/forks.
  • Not found user: As a user I can see an appropriate message when the user does not exist.
  • No repositories: As a user I can see an appropriate message when the user does not have any repository.

Libraries

  • node-sass: Compile scss to css

Git

Repository Link

Deployment

Deployment Link

Author

Sergio Cordero Rol

About

A GitHub browser with Vanilla JS and GitHub's API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published