Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 867 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 867 Bytes

🚧 GitHub UI 🚧

AboutFeaturesHow to run

💻 About

This project is a clone of the github interface, developed with ReactJS and Typescript.


⚙️ Features

  • Search users
  • List user repositories
  • List the stars and forks of the repository
  • Theme switcher (light and dark)
  • Responsive layout
  • Consume more data from the github API V4

🚀 How to run

Clone the project and access the folder.

$ git clone github.com/brunopozzebon/github-ui.git && cd github-ui

To start it, follow the steps below:

# Install dependencies
$ yarn install

# Start the project
$ yarn start
# The server will start at port: 3000 - go to http://localhost:3000