Developed with the software and tools below.
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.
└── 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