https://github.com/mathmendesreis/github-blog
Github blog e querto desafio da trilha ignte, aqui construi um blog que consome a api do github, as issues servem com blogs.
https://github.com/mathmendesreis/github-blog
css frontend nodejs react styled-components vite
Last synced: 4 months ago
JSON representation
Github blog e querto desafio da trilha ignte, aqui construi um blog que consome a api do github, as issues servem com blogs.
- Host: GitHub
- URL: https://github.com/mathmendesreis/github-blog
- Owner: MathMendesReis
- Created: 2023-09-24T16:18:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T19:33:03.000Z (over 1 year ago)
- Last Synced: 2025-01-06T18:41:44.440Z (6 months ago)
- Topics: css, frontend, nodejs, react, styled-components, vite
- Language: TypeScript
- Homepage: https://github-blog-lyart-six.vercel.app
- Size: 69.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Blog




## ✅ About the project
This project is the third ignite Rocketseat challenge from the reactjs study platform.
The user can list your issues and profile user.
👉 Link to Access: https://github-blog-lyart-six.vercel.app/
## 🚀 Technologies
Technologies that I used to develop this api
- [React JS](https://pt-br.reactjs.org/)
- [Vite JS](https://vitejs.dev/)
- [TypeScript](https://www.typescriptlang.org/)
- [Styled Components](https://styled-components.com/)
- [Axios](https://axios-http.com/)## 💻 Getting started
**Clone the project and access the folder**
```bash
$ https://github.com/MathMendesReis/Github-blog.git
```**Follow the steps below**
```bash
# Install the dependencies
$ npm i# To finish, run
$ npm run dev# Well done, project is started!
```