Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mearjuntripathi committed Jan 11, 2024
1 parent 74bb9e0 commit 39c5e6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ <h5>Used Technology: <span>NodeJS • ExpressJS • SocketIO • HTML • CSS
allows users to join a chat room, send messages to all users, and send private messages to
specific users with beautiful and responsive design.</p>
<div class="view">
<a target="_blank" href="https://replit.com/@mearjuntripathi/gapshap?v=1" class="live"><i
class="fa fa-eye"> Live website</i></a>
<a target="_blank" href="https://github.com/mearjuntripathi/nodejs/tree/main/Gapshap"
class="documentation"><i class="fa fa-file"> Documentation</i></a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let recent = [
];

let dev = [
{ "topic": "Gapshap", "tech": "NodeJS • ExpressJS • SocketIO • HTML • CSS • JS", "live": "", "docs": "https://github.com/mearjuntripathi/nodejs/tree/main/Gapshap" },
{ "topic": "Gapshap", "tech": "NodeJS • ExpressJS • SocketIO • HTML • CSS • JS", "live": "https://replit.com/@mearjuntripathi/gapshap?v=1", "docs": "https://github.com/mearjuntripathi/nodejs/tree/main/Gapshap" },
{ "topic": "Chat Application", "tech": "HTML • CSS • JS • PHP • JQuery • mySQL", "live": "https://greatchatson.000webhostapp.com/", "docs": "https://github.com/mearjuntripathi/PHP/tree/main/chat_on" },
{ "topic": "RestAPI", "tech": "nodejs • js", "live": "", "docs": "https://github.com/mearjuntripathi/nodejs/tree/main/crud-RESTAPI" },
{ "topic": "Chat ROOM", "tech": "JAVA • socket.io", "live": "", "docs": "https://github.com/mearjuntripathi/Java/tree/main/Chat-Room" },
Expand Down

0 comments on commit 39c5e6f

Please sign in to comment.