Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mashookhkhanlol/blog-website

Developed a React app allowing users to add, delete, and view blog posts, enhancing user engagement and content management.
https://github.com/mashookhkhanlol/blog-website

appwrite blogwebsite reactjs tinymce

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](#features)
- [Installation](#installation)
- [Technologies Used](#technologies-used)
- [Contact](#contact)

## 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

- [React.js](https://reactjs.org/)
- [Node.js](https://nodejs.org/)
- [Appwrite](https://appwrite.io/)
- [TinyMCE](https://www.tiny.cloud/)
- [Tailwind CSS](https://tailwindcss.com/)

![image](https://github.com/user-attachments/assets/2f5ea1c2-5ea0-40d1-ab94-aa565067ff8c)

## Installation

Follow these steps to set up Vespera locally:

```bash
# 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