GitHunt
EC

ecthon-b/github-explorer-1

Simple website for looking for user's repositories on Github

Introduction

Github Explorer is an application developed with the purpose of looking for Github repositories of any user in an easy and fast way. You can simply type the username you want to look up, and the application will list all the user's repositories. Also, you can check the repositorie's details, such as stars, forks and issues, and visit the repository on Github as well. The layout was developed by Rocketseat.

Techs used

For this project, I used the following technologies:

Run the project

To run the project succesfully, first you have to clone it to your local machine. After that, use a terminal to navigate to the folder where you cloned the repository, then run the following command:

yarn
# or
npm install

to install the dependencies. After that, you need to start the development server, using the following command:

yarn dev
# or
npm run dev

It's recommended that you use Yarn instead of NPM, since the project was developed using Yarn as package manager.

Languages

TypeScript56.2%SCSS42.8%JavaScript0.9%

Contributors

Created January 27, 2023
Updated January 11, 2023