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

https://github.com/jefferson1104/blogdeveloper-nextjs

A website developed with Next.js and GraphQL with blog functions where it contains posts that you manage the content with DatoCMS.
https://github.com/jefferson1104/blogdeveloper-nextjs

datocms graphql javascript nextjs

Last synced: 2 months ago
JSON representation

A website developed with Next.js and GraphQL with blog functions where it contains posts that you manage the content with DatoCMS.

Awesome Lists containing this project

README

          


Blog Developer



technology
technology
technology
technology



website nextjs

# About this project
A website with content for web programming studies has the functions of a blog containing posts managed by [DatoCMS](https://www.datocms.com/), the data is consumed using [GrapQL](https://www .graphql.com/), and the routes are protected by authentication using the [firebase](https://firebase.google.com/) authentication system, the project was developed with the Javascript programming language and the React.js called [Next.js](https://nextjs.org/)

# Run the project
```bash
# Clone this repository
$ git clone https://github.com/jefferson1104/blogDeveloper-nextjs.git

# Open the project in your vscode
$ cd blogDeveloper-nextjs
$ code .

# Run the application
$ yarn dev

# Routes
/allseries
/about
/privacy
```

# Screenshots
![screenshot](./assets/screenshot-01.png)
![screenshot](./assets/screenshot-02.png)
![screenshot](./assets/screenshot-03.png)
![screenshot](./assets/screenshot-04.png)
![screenshot](./assets/screenshot-05.png)
![screenshot](./assets/screenshot-06.png)