“Never stop learning”!
About challenge | Techs and tools | Layout | How To Use |
In this challenge, I developed an application that uses the GITHUB API to fetch issues from its own repository, data from my profile and display them as a blog.
- Listing my profile with image, number of followers, name and other information available through the GITHUB API.
- Listing and filtering of all issues in the repository with a small summary of its content.
- Single page for each complete post (issue).
- ReactJS
- TypeScript
- Axios
- Styled Components
- React Hook Form
- React Router Dom
- React-Markdown
- Zod
- Vite
- Chakra UI
The layout was designed and made available by team Rocketseat and is available on figma for consultation
# Clone Project and access folder
$ git clone https://github.com/gabrielviol/github-blog.git && cd github-blog
# Install dependencies
$ npm install
# Run app
$ npm run dev

