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: 4 months ago
JSON representation
A Website that search issues on a repository.
- Host: GitHub
- URL: https://github.com/andresilveira1/github-blog
- Owner: andresilveira1
- Created: 2024-08-27T23:38:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T22:21:38.000Z (10 months ago)
- Last Synced: 2025-01-21T06:08:11.279Z (6 months ago)
- Topics: radix-ui, react-hook-form, react-markdown, tailwindcss, zod
- Language: TypeScript
- Homepage: https://github-blog-nine-pink.vercel.app/
- Size: 359 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Github Blog

## 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.
[](https://choosealicense.com/licenses/mit/)