From d5d5119aed91333adbb4ef80a68dc695b77f40cb Mon Sep 17 00:00:00 2001 From: Jatan Shah <61798906+Jatan88@users.noreply.github.com> Date: Mon, 10 Apr 2023 23:57:20 +0530 Subject: [PATCH] Jatan88 (#173) * Update projects.json * Added Prerequisite Section --- README.md | 5 +++++ src/DB/projects.json | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index a281b886..8d3515c3 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,11 @@ Contributing to open-source software (OSS) projects can be a rewarding and fulfi - Remember to add a good commit message. You can see this tweet for reference [How to write professional commits?](https://twitter.com/Priyankarpal/status/1638403157863673859) before commiting the changes. - Don't spam if you do it your PR/issue will be closed. +## Prerequisites + +1) Make sure you installed NodeJs in your system. +2) Also, you have installed pnpm. + ## 🧰 Tech Stack Used In this project, React is used for the frontend while Tailwind CSS is used for styling. The combination of the two technologies allowed for building a responsive and visually appealing user interface that is easy to use and navigate. The use of these technologies also allows for easy maintenance and scalability of the application. diff --git a/src/DB/projects.json b/src/DB/projects.json index f6f9e0a1..92824eb7 100644 --- a/src/DB/projects.json +++ b/src/DB/projects.json @@ -131,5 +131,12 @@ "title": "Chromatico", "description": "Chromatico is a color generator application which features generating and saving different palettes and colors.", "tech": ["React", "TypeScript", "TailwindCSS"] + }, + { + "gh-username": "Jatan88", + "link": "https://github.com/Jatan88/JobSpot", + "title": "JobSpot", + "description": "A Mobile Application for both Android and iOS for Job Opportunities.", + "tech": ["React Native", "Expo"] } ]