Skip to content

Commit 6fc75e3

Browse files
authored
Merge pull request #420 from m0nt4ld0/add-crosswords-crucigrama
Added Crucigrama (Crosswords Puzzle Generator) to projects list
2 parents 2f57784 + 4be10ae commit 6fc75e3

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
@@ -1357,6 +1357,13 @@ const projectList = [
13571357
description: 'Open-source, nonprofit activism platform',
13581358
tags: ['Nuxt', 'Vue', 'Activism', 'Good First Issue', 'Javascript', 'TypeScript', 'Django', 'Python']
13591359
},
1360+
{
1361+
name: 'Crossword Puzzle Generator',
1362+
imageSrc: 'https://github.com/m0nt4ld0/crucigrama/blob/main/images/icons8-crossword-64.png?raw=true',
1363+
projectLink: 'https://github.com/m0nt4ld0/crucigrama',
1364+
description: 'Generador de crucigramas - Crossword puzzle generator - Good first issue',
1365+
tags: ['javascript', 'community', 'contribution', 'crossword-puzzle', 'contributions-welcome', 'good-first-issue', 'begginer-friendly', 'begginer']
1366+
},
13601367
{
13611368
name: 'gradle.org',
13621369
imageSrc: 'https://avatars.githubusercontent.com/u/124156?s=200&v=4',

0 commit comments

Comments
 (0)