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.
- Host: GitHub
- URL: https://github.com/vitorhugoantunes/github_blog
- Owner: VitorHugoAntunes
- Created: 2023-11-20T17:46:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-20T19:00:21.000Z (about 2 years ago)
- Last Synced: 2025-03-14T06:16:28.761Z (11 months ago)
- Topics: axios, blog, github-api, react, styled-components, typescript, zod
- Language: TypeScript
- Homepage: https://github-blog-mu-rose.vercel.app/
- Size: 757 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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!