An open API service indexing awesome lists of open source software.

https://github.com/darcdev/blog-gatsby

A simple blog built with Gatsby Using React and Graphql ⚛✡
https://github.com/darcdev/blog-gatsby

Last synced: 11 months ago
JSON representation

A simple blog built with Gatsby Using React and Graphql ⚛✡

Awesome Lists containing this project

README

          

# Gatsby Blog

Simple Blog to Practice gatsby basics

## What is Gatsby?

Gatsby is a static PWA (Progressive Web App) generator, is a shortcut to allow developers to quicky build excellent and fast apps and sites with good practices , using the latest technologies like :

- React ⚛
- Graphql ✡

### Preview

- Home

Main content with the different posts created with [mdx](https://mdxjs.com/), and posts retrieved from instagram through its api, all this at compile time with the help of graphql and gatsby plugins.

Kitten

- Posts

The posts created were generated through dynamic pages in gatsby for later viewing, built with [mdx](https://mdxjs.com/), querying the post with graphql.

Kitten

### Credits

Project guide of the react course in FrontendMasters

Kitten