logo

Cipher Protocol Blog

license last-commit repo-top-language repo-language-count

Developed with the software and tools below.

JavaScript HTML5 GraphQL PostCSS Autoprefixer
Vite React ESLint JSON JSON


Overview

Overview

this blog combines modern technologies like React, Tailwind CSS, and GraphQL with Hygraph CMS for content management. It's fast, responsive, and customizable, providing a seamless blogging experience.


Features


Repository Structure

└── react-blog/
    ├── README.md
    ├── index.html
    ├── package-lock.json
    ├── package.json
    ├── postcss.config.js
    ├── public
    │   └── logo.png
    ├── src
    │   ├── App.jsx
    │   ├── components
    │   │   ├── NoMatch.jsx
    │   │   ├── blogSection.jsx
    │   │   ├── footer.jsx
    │   │   ├── latestPost.jsx
    │   │   ├── loading.jsx
    │   │   └── navBar.jsx
    │   ├── graphql
    │   │   └── dataFetching.js
    │   ├── index.css
    │   ├── main.jsx
    │   └── pages
    │       ├── AboutMe.jsx
    │       ├── Article.jsx
    │       └── Home.jsx
    ├── tailwind.config.js
    └── vite.config.js