Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheusfd3/github-blog
Github blog built with Vite, ReactJS, Typescript, Styled Components...
https://github.com/matheusfd3/github-blog
2023 reactjs styled-components vite
Last synced: about 1 month ago
JSON representation
Github blog built with Vite, ReactJS, Typescript, Styled Components...
- Host: GitHub
- URL: https://github.com/matheusfd3/github-blog
- Owner: matheusfd3
- Created: 2023-01-30T20:48:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T18:35:13.000Z (almost 2 years ago)
- Last Synced: 2024-04-28T05:50:02.118Z (8 months ago)
- Topics: 2023, reactjs, styled-components, vite
- Language: TypeScript
- Homepage:
- Size: 368 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Aplicação que utilizará da API do GitHub para buscar issues de um repositório, dados do seu perfil e exibir elas como um blog.## Construído com
- [Vite](https://vitejs.dev/)
- [ReactJS](https://reactjs.org/)
- [Typescript](https://www.typescriptlang.org/)
- [Styled Components](https://styled-components.com/)
- [Date fns](https://date-fns.org/v2.29.3/docs/format)
- [Font Awesome](https://fontawesome.com/search)
- [React Markdown](https://github.com/remarkjs/react-markdown)
- [React Hook Form](https://react-hook-form.com/)
- [React Router](https://reactrouter.com/en/main)
- [Axios](https://axios-http.com/ptbr/docs/intro)## Primeiro Acesso
Clone o projeto
```bash
git clone https://github.com/matheusfd3/github-blog.git
```Entre no diretório do projeto
```bash
cd github-blog
```Instale as dependências
```bash
npm install
```Inicie o servidor
```bash
npm run dev
```## Screenshots
### Blog
![App Screenshot](https://github.com/matheusfd3/github-blog/blob/main/.github/blog.png)### Post
![App Screenshot](https://github.com/matheusfd3/github-blog/blob/main/.github/post.png)