-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a missing country in the list of countries #80
Comments
Can I work on this issue? if you ok, is there a dead line?🤔 |
@dv970406 - Of course with pleasure:) Follow this : #80 (comment) |
@ln-dev7 - Thank you :) And, I gonna make USA🇺🇸(although not my country). please make it too! |
hello @dv970406 |
I worked on adding a missing country, namely Guinea, and regarding the portfolio data, I put my personal data temporally because I am not Guinean but Senegalese because I have already added my portfolio for Senegal. you can try to check #119 |
The goal is just to add as many countries as possible to the list
Guidelines
Make sure that the country you want to add does not already exist, check in:
/helpers/countries.ts
If it does not exist, the first thing is to add it to the table
countries
present in/helpers/countries.ts
.The modified file should look like this :
Go to
/public/assets/images
and create a folder that will have the country code name, for example : if the country is Cameroon you will have to create acm
folder if it is Italy it will beit
In the folder you just created you must add the flag of your country, it must have for extension a
.png
and it must be calledflag
so basicallyflag.png
In the same file, you must create a
card-portfolio.png
file that will represent the country card. To do this, you must go to this figma file to generate the card in question. If you have trouble creating the card on figma, leave me a message on twitter ( By sending me the message, be explicit and tell me which country you want to add and I will create the corresponding card, then I will send you )Go to
/data
and create a[codeCountry]Data.ts
. For example, if the country is France you will have to create afrData.ts
file, if it is the allenagne it will bedeData.ts
In this file write this :
An example if you add Germany will be :
The text was updated successfully, but these errors were encountered: