React app that simulates a blog website. All posts come from Issues created in this same repository. The app fetches the posts by using the Github API and also filters them given the query entered by the user.
https://luizpelegrini.github.io/github-blog
axios
.react-markdown
.styled-components
.
npm install
.npm run dev
to start the local server.