Yashdew / Assessor

An open-source Resume Analyzer and Ranking tool for recruiters and candidates.
http://assessor.vercel.app/
MIT License
18 stars 8 forks source link

Different Color Tags for Different Skills #36

Open JayeshPadhiar opened 2 years ago

JayeshPadhiar commented 2 years ago

Problem: To display skills tags with different colors instead of a single color.

Here's a pic for reference :) Screenshot from 2021-10-13 08-53-05

akk312000 commented 2 years ago

Can you assign it to me @JayeshPadhiar. I work like to work on this issue

JayeshPadhiar commented 2 years ago

@akk312000 done !

Kindly raise pull request from 'dev' branch.

akk312000 commented 2 years ago

image I installed the dependencies using npm i and then started the development server, but this error is popping up, @JayeshPadhiar can you help me regarding where I'm going wrong.

JayeshPadhiar commented 2 years ago

@akk312000 we have used yarn to install all the dependencies and libraries throught out the code. Can you re-clone the code and try a 'yarn install' instead ?

akk312000 commented 2 years ago

@akk312000 we have used yarn to install all the dependencies and libraries throught out the code. Can you re-clone the code and try a 'yarn install' instead ?

Thank you @JayeshPadhiar , it worked!

akk312000 commented 2 years ago

image @JayeshPadhiar I have made the required changes, please check if these are fine.

akk312000 commented 2 years ago

@JayeshPadhiar can you please review my PR.