Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andresilveira1/github-blog

A Website that search issues on a repository.
https://github.com/andresilveira1/github-blog

radix-ui react-hook-form react-markdown tailwindcss zod

Last synced: about 2 months ago
JSON representation

A Website that search issues on a repository.

Awesome Lists containing this project

README

        

Github Blog

![preview](./.github/preview.png)


## Introduction

#### Project build with Vite, ReactJS and Typescript.

The Github API was used to supply this application with data from a user and issues from a specific repository.

You can Search a Issue and check the full content.

## Routes

#### Text is any word that a Issue have in common.
#### Number: each Issue return a number and this will be used to access the Issue.

```http
/users/username

/search/issues/text repo:username/repositoryName

/repos/username/repositoryName/issues/number
```

## Some library that has used on develop.

- Axios.
- React Hook Form.
- React markdown.
- Tailwindcss.
- Tailwindcss/typography.


[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)