Blog-Website

Developed a React app allowing users to add, delete, and view blog posts, enhancing user engagement and content management.

Stars
0
Committers
1

Vespera

Vespera is a blog website designed to enhance user engagement and streamline content management. It allows users to create, delete, and view blog posts with ease.

Table of Contents

Features

  • Blog post creation and management
  • Rich text editing with TinyMCE
  • Responsive user interface designed with Tailwind CSS
  • Backend services powered by Node.js and Appwrite

Technologies Used

Installation

Follow these steps to set up Vespera locally:

# Clone the repository
git clone https://github.com/MashookhKhanlol/Blog-Website.git

# Navigate to the project directory
cd Blog-website

# Install dependencies
npm install

# Start the application
npm start