danielcspaiva / gitfinder

A simple GitHub search application for searching users and repositories.

Home Page:https://gitfinder.danielcspaiva.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GiFinder

Access it here!

Getting Started

This project is a GiHub finder for users and repositories.

Instructions

  • On the main screen, choose wether you want to search for users or repositories.
  • Start typing what you are searching for and see the results.
  • You can click on a user card to see his repositories.
  • You can also click on links to see the repositories directly on GitHub.

Built With:

  • React - A JavaScript library for building user interfaces.
  • Jest - Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
  • Sass - Sass is a preprocessor scripting language that is interpreted or compiled into Cascading Style Sheets (CSS).
  • GitHub API - API used to fetch the data.
  • Axios - Promise based HTTP client for the browser and Node.js.
  • Vercel - Cloud platform where the project is deployed.

Installation

  1. Clone the repository.
git clone https://github.com/danielcspaiva/gitfinder.git
  1. Install packages.
yarn install || npm install
  1. Run the app.
yarn start || npm start
  1. Run the tests.
yarn test || npm run test
  1. Open http://localhost:3000 to view it in the browser.

Built by Daniel Paiva

About

A simple GitHub search application for searching users and repositories.

https://gitfinder.danielcspaiva.now.sh/


Languages

Language:JavaScript 56.0%Language:CSS 42.0%Language:HTML 2.0%