Skip to content

Commit

Permalink
buzzspaere added
Browse files Browse the repository at this point in the history
  • Loading branch information
huamanraj committed Nov 9, 2024
1 parent 1b6ef21 commit e531152
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/data/projectsData.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,32 @@ export const projectsData = [
github: 'https://github.com/yourusername/mind-mosaic',
liveDemo: 'https://mind-mosaic-blogs.vercel.app/'
},
{
"id": 134223,
"title": "BuzzSphere",
"image": "https://img.freepik.com/free-vector/new-message-landing-page-concept_23-2148319402.jpg?t=st=1731169458~exp=1731173058~hmac=77e10c8685a8cd88d33d63353d6c5e3d9376d7fd04ee0a86f73af2245f569e34&w=1480",

"shortDescription": "A real-time chat application with seamless messaging and custom features.",
"fullDescription": "BuzzSphere is a multi-user chat platform built with React and Appwrite, featuring real-time messaging, password-protected rooms, emoji support, and chat history loading. It's designed for efficient and engaging user communication.",
"technologies": [
"React",
"Appwrite",
"Appwrite Realtime",
"Tailwind CSS",
"Vite"
],
"features": [
"Real-time messaging with Appwrite",
"Password-protected chat rooms",
"Emoji support for enhanced communication",
"Persistent chat history with scroll-up loading",
"Mobile-friendly, responsive design"
],
"challenges": "Managing real-time updates and minimizing duplicate message issues across multiple devices.",
"github": "https://github.com/huamanraj/BuzzSphere",
"liveDemo": "https://buzz-sphere.vercel.app/"
},

{
id: 1222,
title: 'QuoteCanvas AI',
Expand Down

0 comments on commit e531152

Please sign in to comment.