Skip to content

Commit ea431e7

Browse files
committed
Added Crucigrama (Crosswords Puzzle Generator) to projects list #1721
1 parent 3ae3c11 commit ea431e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,6 +1331,13 @@ const projectList = [
13311331
projectLink: 'https://github.com/activist-org/activist',
13321332
description: 'Open-source, nonprofit activism platform',
13331333
tags: ['Nuxt', 'Vue', 'Activism', 'Good First Issue', 'Javascript', 'TypeScript', 'Django', 'Python']
1334+
},
1335+
{
1336+
name: 'Crossword Puzzle Generator',
1337+
imageSrc: 'https://github.com/m0nt4ld0/crucigrama/blob/main/images/icons8-crossword-64.png?raw=true',
1338+
projectLink: 'https://github.com/m0nt4ld0/crucigrama',
1339+
description: 'Generador de crucigramas - Crossword puzzle generator - Good first issue',
1340+
tags: ['javascript', 'community', 'contribution', 'crossword-puzzle', 'contributions-welcome', 'good-first-issue', 'begginer-friendly', 'begginer']
13341341
}
13351342
];
13361343
export default projectList;

0 commit comments

Comments
 (0)