Ajout de sh-chat dans les projets
This commit is contained in:
parent
ae9cbbf3e9
commit
5c72a21ecb
1 changed files with 14 additions and 0 deletions
|
|
@ -37,6 +37,20 @@ const Projects = ({ width, height, scrollPosition }: ProjectsProps) => {
|
|||
technologies: ["ts", "Bun", "ssh2"],
|
||||
learnMoreLink: "https://forge.feror.fr/feror/Portfolio",
|
||||
},
|
||||
{
|
||||
title: "sh-chat",
|
||||
description:
|
||||
`A Discord-like chat app, but in the terminal.${newLine}` +
|
||||
`This app was made during a c course at IUT de Bayonne et du Pays Basque.${newLine}` +
|
||||
`It is made entirely in C, using sockets for communication.${newLine}` +
|
||||
`This app is a simple chat app, with a server and multiple clients.${newLine}` +
|
||||
`It offers basic functionalities, such as sending messages, chat history,${newLine}` +
|
||||
`changing nickname, uploading files, and more.${newLine}` +
|
||||
`Although it really shouldn't be used (at least I wouldn't),${newLine}` +
|
||||
`it was a fun project to work on.${newLine}`,
|
||||
technologies: ["c"],
|
||||
learnMoreLink: "https://github.com/Feror-BotMaker/sh-chat",
|
||||
},
|
||||
];
|
||||
return ScrollComponent({
|
||||
width,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue