Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Added the encrypted Chat_app by Parmesh Bhatt #1403

Merged
merged 8 commits into from
Jun 29, 2023
8 changes: 7 additions & 1 deletion src/DB/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,13 @@
"title": "temperature converter",
"description": "This is the application for to convert the temperature from one unit to another unit.",
"tech": ["JavaScript"]
}
},
{
"link": "https://github.com/Parmesh119/Chat_App",
"title": "iChat_app",
"description": "This is the encrypted chat_application that is only accessible to those only who have writes to access it. No other can add or edit it.",
"tech": ["React.js", "JavaScript"]
},
Parmesh119 marked this conversation as resolved.
Show resolved Hide resolved
]
},
{
Expand Down