Skip to content

Commit

Permalink
Updated the description on chat app
Browse files Browse the repository at this point in the history
  • Loading branch information
PezhmanGhavami committed Jun 14, 2023
1 parent a5da286 commit 08eaa0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified public/resume.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ const personalProjectsData = [
imageAlt: "Chat App preview",
name: "Chat App",
description:
"This is a prototype chat application. Like my other project, the purpose of this one is also testing out different tech but with real-time communications and more App like behavior.",
"This is a prototype chat application. Like my other project, the purpose of this one is also testing out different tech but with real-time communications (Socket.IO and WebRTC) and more App like behavior.",
techStack:
"React • Tailwind CSS • SWR • React Router • Vite • Socket.IO • Express.js • iron-session • Prisma • PostgreSQL • TypeScript",
"React • Tailwind CSS • SWR • React Router • simple-peer • Vite • Socket.IO • Express.js • iron-session • Prisma • PostgreSQL • TypeScript",
githubURL: "https://github.com/PezhmanGhavami/chat-app",
liveURL: "https://chatapp.pezhmanghavami.com",
},
Expand Down

0 comments on commit 08eaa0e

Please sign in to comment.