Skip to content

This project simplifies the process of creating and managing your blog posts, eliminating the need for databases, backends, and complex deployment. After facing hosting and deployment challenges with my previous blog, which was built using React, Vite, Tailwind CSS, and Strapi CMS, I sought a simpler approach and made this.

Notifications You must be signed in to change notification settings

darshanbajgain/myliveblog

Repository files navigation

Dynamic Blog App with React, Vite, and Tailwind CSS

Welcome to a serverless, hassle-free dynamic blog app created entirely in the front end using React, Vite, and Tailwind CSS. This project simplifies the process of creating and managing your blog posts, eliminating the need for databases, backends, and complex deployment. After facing hosting and deployment challenges with my previous blog, which was built using React, Vite, Tailwind CSS, and Strapi CMS, I sought a simpler approach and made this fully front-end based blog.

Live Preview

Experience the dynamic blog app in action: Live Preview

Key Features

  • Markdown Magic: Instead of traditional databases and backends, we've harnessed the power of Markdown (MD) files to create and manage blog posts. Each markdown file serves as an individual blog post, containing content, images, and metadata.

  • Stunning User Interface: Our blog app boasts a responsive and visually appealing user interface, thanks to the magic of Tailwind CSS. It ensures a seamless reading experience for your visitors.

  • Speedy Development: Powered by Vite and React, this app streamlines development, making it fast and efficient.

  • Customization and Extension: We've made it easy for you to customize and extend this project to fit your unique blogging needs.

How It Works

  1. Markdown-Driven Content: We load the content from markdown files stored in the public directory, ensuring compatibility with hosting platforms like Vercel.

  2. Frontend Rendering: The core of this blog app resides in the front end. We've designed a React application that renders the content directly from these markdown files. There's no need for complex server-side processing.

  3. No CMS, No Backend: We've eliminated the use of a CMS or backend technology, making this project a lightweight and efficient solution for dynamic blogging.

  4. Zero Database: The entire blog operates without a database, with content retrieval based on markdown files.

Get Started

  • Clone this repository.
  • Run npm install to install the necessary dependencies.
  • Customize and add your blog posts using Markdown files in the public directory.
  • Start the development server with npm run dev.
  • Explore and extend the app to suit your needs.

This project offers a straightforward and serverless approach to dynamic blogging, making it an excellent choice for bloggers looking for a hassle-free and database-free solution.

Feel free to explore the code, contribute, and share your feedback. Let's make dynamic blogging simpler and more accessible!

About

This project simplifies the process of creating and managing your blog posts, eliminating the need for databases, backends, and complex deployment. After facing hosting and deployment challenges with my previous blog, which was built using React, Vite, Tailwind CSS, and Strapi CMS, I sought a simpler approach and made this.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published