Skip to content

TiagoDiass/github-ui-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Github UI Clone

A functional clone of the Github user interface that can show the top 6 repositories of a user based on the stars amount of each repository, using the Github API.

Repo's top language Repository size

Used Technologies   |    Project's goal   |    Final Result   |    How to Run   |    Features

Demo on Netlify

🚀 Used Technologies

🎯 Project's goal

The aim of this project was practicing React with TypeScript, two techs that I'm liking really much and working hard to improve in them.

▶️ Final Result

📋 Features

  • Dynamic fetching of a Github user using the Github REST API
  • Dynamic sorting of the top 6 repositories of the user, this top 6 is based on the amount of stars of each repository
  • Light and Dark theme
  • Responsive design
  • Loading animation and errors messages

ℹ️ How to Run

Follow the steps below to run the project in your machine, before it all, you need to have the Git, Node.js and Yarn installed on your computer, then follow the steps below:

# Clone the repo
$ git clone https://github.com/TiagoDiass/github-ui-clone.git

# Enter in the directory
$ cd github-ui-clone

# Install the dependencies
$ yarn install

# Start the app
$ yarn start

After following these steps, your browser will automatically open in localhost:3000. To stop the app just go back to the terminal and press CTRL+C.


Hope you enjoyed this project 😃
👋 Get in touch!

Author: Tiago Dias

About

:octocat: Github UI clone built with React, Typescript and the Github REST API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published