Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mashookhkhanlol/blog-website
- Owner: MashookhKhanlol
- Created: 2024-07-24T17:00:39.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T06:48:29.000Z (4 months ago)
- Last Synced: 2024-10-09T19:21:26.026Z (2 months ago)
- Topics: appwrite, blogwebsite, reactjs, tinymce
- Language: JavaScript
- Homepage: https://vespera-blog--chi.vercel.app/
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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