https://github.com/rafinhaa/github-blog
Aplicação web para listar issues do github
https://github.com/rafinhaa/github-blog
front-end github reactjs styled-components typescript vitejs
Last synced: 3 months ago
JSON representation
Aplicação web para listar issues do github
- Host: GitHub
- URL: https://github.com/rafinhaa/github-blog
- Owner: rafinhaa
- Created: 2022-09-06T14:17:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-15T14:35:35.000Z (almost 4 years ago)
- Last Synced: 2025-01-31T10:29:43.437Z (over 1 year ago)
- Topics: front-end, github, reactjs, styled-components, typescript, vitejs
- Language: TypeScript
- Homepage:
- Size: 1.27 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About |
Technologies |
Run |
Info |
License
## 🔖 About
O **Github Blog** é o terceiro desafio que tem como consumir a API do github para exibir issues.
Com esse projeto é possível:
- Consumir a API
- Listar todas as issues
- Exibir uma issue específica
- Formatar o conteúdo da issue em markdown
O layout está disponível no [Figma](https://www.figma.com/community/file/1138814493269096792)
## 🚀 Technologies
- [ReactJS](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Vitejs](https://vitejs.dev/)
- [FontAwesome](https://phosphoricons.com/)
- [StyledComponents](https://styled-components.com/)
- [Zod](https://zod.dev/)
## 🏁 How to run the project
```bash
# Clone the repository
git clone https://github.com/rafinhaa/github-blog.git
cd github-blog
# Install the dependencies
npm install
# Copy dotenv file
cp .env.example .env
# Edit dotenv file
vi .env.example .env
# Start the application
npm run dev
```
## ℹ️ Info
[Detalhes](docs/ABOUT.md)
## 📝 License
[MIT](LICENSE)
**Free Software, Hell Yeah!**