Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/andresilveira1/github-blog
- Owner: andresilveira1
- Created: 2024-08-27T23:38:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T22:21:38.000Z (4 months ago)
- Last Synced: 2024-09-19T02:08:50.678Z (4 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: 2
-
Metadata Files:
- Readme: README.md
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/)