Skip to content

Commit

Permalink
modified script.js to add barchart projet info
Browse files Browse the repository at this point in the history
  • Loading branch information
joshi-kaushal committed Jul 18, 2021
1 parent 66c45cd commit 0055577
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2035,6 +2035,11 @@ let projectData = [
projectImage: "assets/images/Double-Vertical-Slider.png",
projectUrl: "public/Double-Vertical-Slider.html",
},
{
projectName: "Bar Chart",
projectImage: "assets/images/barchart.png",
projectUrl: "public/barchart.html",
},
{
projectName: "Random Password Generator",
projectImage: "assets/images/password-generator.jpg",
Expand Down

0 comments on commit 0055577

Please sign in to comment.