Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-16T19:33:03.000Z (10 months ago)
- Last Synced: 2024-07-08T23:19:30.516Z (4 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
![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)
![Styled Components](https://img.shields.io/badge/styled--components-DB7093?style=for-the-badge&logo=styled-components&logoColor=white)
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)## ✅ 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!
```