About • Features • How to run
This project is a clone of the github interface, developed with ReactJS and Typescript.
- 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
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