Skip to content

Commit 4f3ab59

Browse files
committed
First commit
0 parents  commit 4f3ab59

14 files changed

+1026
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

package.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "portfolio",
3+
"version": "1.0.0",
4+
"description": "Responsive Portfolio",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "Adnan Hakim",
10+
"license": "ISC"
11+
}

0 commit comments

Comments
 (0)