Skip to content

Commit

Permalink
Merge pull request #420 from m0nt4ld0/add-crosswords-crucigrama
Browse files Browse the repository at this point in the history
Added Crucigrama (Crosswords Puzzle Generator) to projects list
  • Loading branch information
Roshanjossey authored Dec 7, 2024
2 parents 2f57784 + 4be10ae commit 6fc75e3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/ProjectList/listOfProjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -1357,6 +1357,13 @@ const projectList = [
description: 'Open-source, nonprofit activism platform',
tags: ['Nuxt', 'Vue', 'Activism', 'Good First Issue', 'Javascript', 'TypeScript', 'Django', 'Python']
},
{
name: 'Crossword Puzzle Generator',
imageSrc: 'https://github.com/m0nt4ld0/crucigrama/blob/main/images/icons8-crossword-64.png?raw=true',
projectLink: 'https://github.com/m0nt4ld0/crucigrama',
description: 'Generador de crucigramas - Crossword puzzle generator - Good first issue',
tags: ['javascript', 'community', 'contribution', 'crossword-puzzle', 'contributions-welcome', 'good-first-issue', 'begginer-friendly', 'begginer']
},
{
name: 'gradle.org',
imageSrc: 'https://avatars.githubusercontent.com/u/124156?s=200&v=4',
Expand Down

0 comments on commit 6fc75e3

Please sign in to comment.