Skip to content

Latest commit

 

History

History
92 lines (69 loc) · 3.27 KB

README.md

File metadata and controls

92 lines (69 loc) · 3.27 KB

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