Skip to content

Commit bd5e5ae

Browse files
authored
Merge pull request #145 from Bhavya0420/master
Added new Project-Unit Converter
2 parents f6a091c + 879e53c commit bd5e5ae

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

assets/UnitConverter.png

338 KB
Loading

script.js

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,21 @@ const sampleProjects = [
9191
hasReadme: true,
9292
previewImage: 'assets/GeneratePassword.png',
9393
tags: ['HTML', 'CSS', 'JavaScript', 'Responsive']
94-
}
94+
},
95+
{
96+
id: 8,
97+
title: 'Unit Converter',
98+
description: 'A simple and responsive unit converter that allows users to convert between length, weight, and temperature with real-time results.',
99+
repoUrl: 'https://github.com/Bhavya0420/UnitConverter',
100+
demoUrl: 'https://bhavya0420.github.io/UnitConverter/',
101+
difficulty: 'intermediate',
102+
upvotes: 20,
103+
hasDemo: true,
104+
hasReadme: true,
105+
previewImage: 'assets/UnitConverter.png',
106+
tags: ['HTML', 'CSS', 'JavaScript', 'Responsive']
107+
}
108+
95109
];
96110

97111

0 commit comments

Comments
 (0)