An open API service indexing awesome lists of open source software.

https://github.com/vitorhugoantunes/github_blog

React blog with Typescript, styled-components and Github API.
https://github.com/vitorhugoantunes/github_blog

axios blog github-api react styled-components typescript zod

Last synced: 8 months ago
JSON representation

React blog with Typescript, styled-components and Github API.

Awesome Lists containing this project

README

          

# Github Blog

Github Blog

React blog that uses the Github API to create posts based on issues in a repository.

## 🚀 installing

To install this repository, follow these steps:
```
git clone https://github.com/VitorHugoAntunes/Github_Blog.git
cd Github_Blog-main
npm install or yarn
```

## ☕ Running

```
npm run dev
```

## 📫 Contributing

To contribute to this repository, follow these steps:

1. Fork this repository.
2. Create a branch: `git checkout -b `.
3. Make your changes and commit them: `git commit -m ''`
4. Push to the original branch: `git push origin / `
5. Create the pull request.

Your feedback and contributions are always welcome!