Skip to content

Commit

Permalink
chore: project addition by Bhumica #1683 (#1684)
Browse files Browse the repository at this point in the history
* Added suggested changes

* Added new project- To-Do List

* Converted uppercase to lowercase in DB/projects.json

Co-authored-by: Priyankar Pal  <[email protected]>
Signed-off-by: BhumicaPG <[email protected]>

---------

Signed-off-by: BhumicaPG <[email protected]>
Co-authored-by: Priyankar Pal <[email protected]>
  • Loading branch information
BhumicaPG and priyankarpal authored Jul 13, 2023
1 parent 37a310f commit dfc4e04
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion DB/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -3970,7 +3970,14 @@
"title": "CodePen Clone",
"description": "CodePen is an online community for testing and showcasing user-created HTML, CSS and JavaScript code snippets. It functions as an online code editor and open-source learning environment, where developers can create code snippets, called pens and test them.",
"tech": ["html", "css","reactjs","nodejs"]
}

},
{
"link": "https://github.com/BhumicaPG/ToDo-List",
"title": "To-do list",
"description": "This project is a to-do list, where users can add new items, in different lists, strike-out them to mark as completed.",
"tech": ["html", "css","expressjs","ejs","nodejs"]
}
]
},
{
Expand Down Expand Up @@ -4005,3 +4012,4 @@
]
}
]

0 comments on commit dfc4e04

Please sign in to comment.