Skip to content

Commit

Permalink
Jatan88 (#173)
Browse files Browse the repository at this point in the history
* Update projects.json

* Added Prerequisite Section
  • Loading branch information
Jatan88 authored Apr 10, 2023
1 parent 414d0cf commit d5d5119
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 7 additions & 0 deletions src/DB/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
]

1 comment on commit d5d5119

@vercel
Copy link

@vercel vercel bot commented on d5d5119 Apr 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

projectshut – ./

projectshut-git-main-priyankarpal.vercel.app
projectshut.vercel.app
projectshut-priyankarpal.vercel.app

Please sign in to comment.