Update Projects.ts

This commit is contained in:
Nabil Ould Hamou 2024-01-05 22:04:27 +01:00 committed by GitHub
parent 4bcc59ea95
commit cf101d65a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,15 +14,15 @@ const projects = [
{ {
"name": "AnimeWorld", "name": "AnimeWorld",
"stack": ["Symfony 6", "PHP", "Nginx"], "stack": ["Symfony 6", "PHP", "Nginx"],
"description": "University group project made for Web Server Programming class. I also took the initiative to deploy the website on my VPS.", "description": "University group project for the Web Server Programming class. I took the initiative to deploy the website on my VPS.",
"url": "https://github.com/luxray555/projetsymfony" "url": "https://github.com/luxray555/projetsymfony"
}, },
{ {
"name": "EMG reader", "name": "EMG reader",
"stack": ["C", "Arduino"], "stack": ["C", "Arduino"],
"description": "EMG reader for a friend in Biomedical Masters. The source code is closed source.", "description": "EMG reader for a friend in Biomedical Masters. The source code is private.",
"url": "#" "url": ""
} }
] ]
export default projects; export default projects;