This app was designed to simulate a blog, integrating the GitHub API to get the user info and posts (repo issues).
Developed as a challenge during the "Ignite - ReactJS" bootcamp by @Rocketseat.
- React
- States, hooks, routes, props
- Axios
- TypeScript
- ViteJS
- Styled-Components
- React-markdown
After cloning/downloading this repository, open your terminal, navigate to the project's directory then run:
npm install
- To install packages dependenciesnpm run dev
- To run the application on your localhost