Skip to content

Commit 24de25a

Browse files
Add Chat App Project.
1 parent b2c5200 commit 24de25a

2 files changed

Lines changed: 50 additions & 0 deletions

File tree

Images/Chat App.jpg

69.8 KB
Loading

Projects.html

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,56 @@ <h3>Projectopedia</h3>
514514

515515
</div>
516516

517+
<div class="project-category">
518+
519+
<h3>-: Full-Stack Projects :-</h3>
520+
521+
<div class="projects-box">
522+
523+
<div class="project">
524+
525+
<h3>Chat App</h3>
526+
527+
<div class="project-img">
528+
529+
<img src="Images/Chat App.jpg" alt="Image Not Available">
530+
531+
<p>(open image in new tab)</p>
532+
533+
</div>
534+
535+
<div class="project-info">
536+
537+
<p>A Full-Stack Chat App built using WebSocket.</p>
538+
539+
<p>Languages : HTML, CSS, JavaScript, Node JS + Express JS</p>
540+
541+
<p>Status : Completed</p>
542+
543+
<div class="project-buttons">
544+
545+
<a href="https://chat-app-ii65.onrender.com/" target="_blank">
546+
547+
<button>Live Demo</button>
548+
549+
</a>
550+
551+
<a href="https://github.com/hitarthpathak/Chat-App" target="_blank">
552+
553+
<button>GitHub Repository</button>
554+
555+
</a>
556+
557+
</div>
558+
559+
</div>
560+
561+
</div>
562+
563+
</div>
564+
565+
</div>
566+
517567
<div class="project-category">
518568

519569
<h3>-: Tools :-</h3>

0 commit comments

Comments
 (0)