HederAlves / visual-repository

app to list repositories and data

Home Page:https://visual-repository.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Repository

Captura de tela de 2024-04-24 19-28-09

Badge Badge under development

Technologies

Badge Badge Redux Badge Badge Badge Badge Badge

About

This app aims to show a developer's github repositories in a table. The User will be able to filter by the field using the repository name. When clicking on the desired repository, a modal will open with repository statistics information, containing information on commits, issues and pullrequests

Project setup

To install the necessary packages for the app use

yarn install

Commands

To run the application use

yarn dev

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
export default {
  // other rules...
  parserOptions: {
    ecmaVersion: "latest",
    sourceType: "module",
    project: ["./tsconfig.json", "./tsconfig.node.json"],
    tsconfigRootDir: __dirname,
  },
};
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list

About

app to list repositories and data

https://visual-repository.vercel.app/


Languages

Language:TypeScript 89.9%Language:CSS 5.7%Language:JavaScript 2.4%Language:HTML 2.0%