diff --git a/src/pages/Projects.tsx b/src/pages/Projects.tsx
index a29fa26..ca265c2 100644
--- a/src/pages/Projects.tsx
+++ b/src/pages/Projects.tsx
@@ -33,7 +33,7 @@ function Projects()
name: "Project Ercole",
company: "Arakne S.R.L",
location: "Rome, IT",
- description: "The main goal was to create a software that, given a fragments of ancient pots dataset, resembles the original pictures. Two different approaches have been tested: trying to look up online for a ready-to-use solution and, in parallel, developing a procedural Python software.",
+ description: "The main goal was to create a software that, given a dataset containing pictures of fragments of ancient pots, resembles the original pictures. Two different approaches have been tested: trying to look up online for a ready-to-use solution and, in parallel, developing a procedural Python software. We eventually discovered 'JigsawNet' by Le Canyu and Li Xin - on GitHub, a CNN capable of resembling pieces of an image without knowing how the original picture would have looked like.",
start_date: "10/2023",
end_date: "11/2023",
is_source_available: false,
@@ -42,7 +42,7 @@ function Projects()
]
},
{
- name: "Project Script_Manager",
+ name: "Project Script Manager",
company: "NEAT S.R.L",
location: "Rome, IT",
description: "The project aimed to develop a working IDE that could store files in a server, organize them in directories and did have to support multiple programming languages. I worked in the front-end side, integrating Monaco Editor in Vue.js and providing all the features a VS Code-like editor has.",
@@ -52,6 +52,18 @@ function Projects()
technologies: [
"VueJS", "TypeScript", "NodeJS", "Bootstrap"
]
+ },
+ {
+ name: "Cricchetto24",
+ company: "Gruppo Maggioli",
+ location: "Sant'Arcangelo di Romagna, IT",
+ description: "During my internship period (in the 4th year of High School) I worked in Gruppo Maggioli, where our tutor required us to develop a clone of 'AutoScout24' - an online platform where you can buy or sell cars. The classroom was split in 2 teams: Front-End and Back-End. I ended up leading the Front-End team and we built all the necessary and essential pages: Home, Search (and Detailed Search), Results Page and Private Dashboard.",
+ start_date: "05/2022",
+ end_date: "06/2022",
+ is_source_available: false,
+ technologies: [
+ "Angular", "TypeScript", "JavaScript", "Bootstrap", "HTML", "CSS"
+ ]
}
]