https://github.com/danielcaze/github-blog
Challenge #03 from Rocketseat Ignite 2022
https://github.com/danielcaze/github-blog
Last synced: 5 months ago
JSON representation
Challenge #03 from Rocketseat Ignite 2022
- Host: GitHub
- URL: https://github.com/danielcaze/github-blog
- Owner: danielcaze
- Created: 2022-11-09T15:11:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T13:31:23.000Z (over 3 years ago)
- Last Synced: 2024-12-30T04:29:54.142Z (over 1 year ago)
- Language: TypeScript
- Homepage: github-blog-gamma.vercel.app
- Size: 640 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Blog 🚀
That was the Challenge #03 of Ignite from Rocketseat
I built a Simple Github Blog, to train my fundamentals about React, using advanced hooks, API calls and how to use Markdown on WebApp
It's totally responsive, so try to access in your phone too
### 👉 You can access it [here.](https://github-blog-gamma.vercel.app/)
## â–¶ How to start project
First you need to install and the dependencies and start the project
```shell
yarn
yarn dev
```
## âš™ Config Section
### 🛠Tools:
- React - TypeScript
- Styled Components
- Font Awesome
- Markdown to JSX
- Axios
- Date FNS
- Github API
### ✔ You can:
- See all Issues from this repo
- See the details from the Issues that you clicked
- See the body from a Markdown text
👉 Visit my [LinkedIn.](https://www.linkedin.com/in/danieelcaze/)