Skip to content

Commit 82abfe1

Browse files
authored
Merge pull request #200 from akasht5/new-project
Added a new project (MongoDB)
2 parents 31ea00d + a3a40a7 commit 82abfe1

File tree

2 files changed

+10747
-11175
lines changed

2 files changed

+10747
-11175
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const projectList = [
44
imageSrc: 'https://github.com/krishdevdb/reseter.css/raw/master/logo.png',
55
projectLink: 'https://github.com/krishdevdb/reseter.css',
66
description: 'Reseter.css is an awesome CSS boilerplate for a website. It is a great tool for any web designer. Reseter.css resets all the premade styles by the browser. It normalizes the browser\'s stylesheet for a better cross-browser experience.',
7-
tags: ['css', 'sass' 'scss', 'less', 'stylus']
7+
tags: ['css', 'sass', 'scss', 'less', 'stylus']
88
},
99
{
1010
name: 'MoveIt',
@@ -49,6 +49,13 @@ const projectList = [
4949
'TypeScript is a language for application-scale JavaScript. TypeScript adds optional types to JavaScript that support tools for large-scale JavaScript applications for any browser, for any host, on any OS. TypeScript compiles to readable, standards-based JavaScript.',
5050
tags: ['TypeScript', 'JavaScript'],
5151
},
52+
{
53+
name: 'MongoDB',
54+
imageSrc: 'https://noticon-static.tammolo.com/dgggcrkxq/image/upload/v1566913759/noticon/rewwujgq5wuw2qohwta9.png',
55+
projectLink: 'https://github.com/mongodb/mongo/blob/master/CONTRIBUTING.rst',
56+
description: 'MongoDB is a source-available cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas.',
57+
tags: ['NOSQL','Database']
58+
},
5259
{
5360
name: 'Darktable',
5461
imageSrc:

0 commit comments

Comments
 (0)