@@ -7,19 +7,24 @@ export type Project = {
7
7
8
8
const projects : Project [ ] = [
9
9
{
10
- title : "Dictionary App" ,
11
- techs : [ "ReactJS (NextJS)" , "react-query" , "zod" ] ,
12
- link : "https://github.com/MaeWolff/dictionary-app" ,
10
+ title : "Puppetfactory" ,
11
+ techs : [ "Next.js" , "TypeScript" ] ,
12
+ link : "https://puppetfactory.app/" ,
13
+ } ,
14
+ {
15
+ title : "Script to generate Next.js project" ,
16
+ techs : [ "Shell" ] ,
17
+ link : "https://github.com/MaeWolff/create-nextjs-app-bash-script" ,
13
18
} ,
14
19
{
15
- title : "Portfolio / Lina BLIDI " ,
16
- techs : [ "ReactJS (NextJS)" , "TypeScript " ] ,
17
- link : "https://www.linablidi.fr/ " ,
20
+ title : "Dictionary App " ,
21
+ techs : [ "Next.js" , "react-query" , "zod " ] ,
22
+ link : "https://github.com/MaeWolff/dictionary-app " ,
18
23
} ,
19
24
{
20
25
title : "Portfolio / Template" ,
21
- techs : [ "Astro" ] ,
22
- link : "/ " ,
26
+ techs : [ "Astro" , "TypeScript" ] ,
27
+ link : "https://github.com/MaeWolff/astro-portfolio-template " ,
23
28
isComingSoon : true ,
24
29
} ,
25
30
] ;
0 commit comments