diff --git a/package-lock.json b/package-lock.json index 774626b8..3b493019 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,6 +19,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^5.0.1", + "react-router-dom": "^6.22.0", "react-scripts": "5.0.1", "web-vitals": "^3.5.2" }, @@ -3558,6 +3559,15 @@ } } }, + "node_modules/@remix-run/router": { + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.18.0.tgz", + "integrity": "sha512-L3jkqmqoSVBVKHfpGZmLrex0lxR5SucGA0sUfFzGctehw+S/ggL9L/0NnC5mw6P8HUWpFZ3nQw3cRApjjWx9Sw==", + "license": "MIT", + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/@rollup/plugin-babel": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz", @@ -14726,6 +14736,38 @@ "node": ">=0.10.0" } }, + "node_modules/react-router": { + "version": "6.25.1", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.25.1.tgz", + "integrity": "sha512-u8ELFr5Z6g02nUtpPAggP73Jigj1mRePSwhS/2nkTrlPU5yEkH1vYzWNyvSnSzeeE2DNqWdH+P8OhIh9wuXhTw==", + "license": "MIT", + "dependencies": { + "@remix-run/router": "1.18.0" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "react": ">=16.8" + } + }, + "node_modules/react-router-dom": { + "version": "6.25.1", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.25.1.tgz", + "integrity": "sha512-0tUDpbFvk35iv+N89dWNrJp+afLgd+y4VtorJZuOCXK0kkCWjEvb3vTJM++SYvMEpbVwXKf3FjeVveVEb6JpDQ==", + "license": "MIT", + "dependencies": { + "@remix-run/router": "1.18.0", + "react-router": "6.25.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "react": ">=16.8", + "react-dom": ">=16.8" + } + }, "node_modules/react-scripts": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz", diff --git a/public/data/Agnish1611.json b/public/data/Agnish1611.json new file mode 100644 index 00000000..140dae6b --- /dev/null +++ b/public/data/Agnish1611.json @@ -0,0 +1,26 @@ +{ + "name": "Agnish Bhattacharya", + "location": "West Bengal, India", + "bio": "I am an aspiring web developer and devops engineer currently undergoing my undergraduate course. Love contributing to open-source. Lets connect!", + "avatar": "https://github.com/Agnish1611.png", + "portfolio": "https://github.com/Agnish1611", + "skills": [ + "JavaScript", + "TypeScript", + "NodeJs", + "ExpressJs", + "MongoDB", + "Mongoose", + "MySQL", + "Sequelize", + "AWS", + "Tailwind", + "HTML", + "CSS" + ], + "social": { + "GitHub": "https://github.com/Agnish1611", + "Twitter": "https://twitter.com/agnish1611", + "LinkedIn": "https://www.linkedin.com/in/agnish-bhattacharya-324031286" + } +} diff --git a/src/ProfilesList.json b/src/ProfilesList.json index 647599ac..45978b83 100644 --- a/src/ProfilesList.json +++ b/src/ProfilesList.json @@ -1,4 +1,5 @@ [ + "Agnish1611.json", "AndresFelipe077.json", "hassanaboukhalil.json", "Asmar-Ali.json", @@ -429,4 +430,4 @@ "why-deepanshux.json", "joselucasapp.json", "AnkitMourya12.json" -] \ No newline at end of file +]