MLH-Fellowship / orientation-project-js-23.SUM.A

Orientation Project (JavaScript) for 23.SUM.A
0 stars 4 forks source link

Page for adding a new Skill #9

Open wrussell1999 opened 1 year ago

wrussell1999 commented 1 year ago

Add a page that allows users to add a new Skill which includes the following fields:

Collaborate with the fellows contributing to the Python project to understand how logos will be managed. For now, assume this is a string (URL to the image).

When this information is submitted, a POST request should be made to /resume/skill on the server in the following format:

{
    "name": "JavaScript",
    "proficiency": "2-4 years",
    "logo": "example-logo.png"
}

The server will return a JSON with the position in the list in the following format:

{
"id": 1
}
codewithmike01 commented 1 year ago

@wrussell1999 I am Mike an MLH intern (23.SUM.A), I will like to work on this issue.

Also, I kind of missed the initial Github invite for the MLH Organization, Please can I be reinvited? Thank you.

wrussell1999 commented 1 year ago

@wrussell1999 I am Mike an MLH intern (23.SUM.A), I will like to work on this issue.

Also, I kind of missed the initial Github invite for the MLH Organization, Please can I be reinvited? Thank you.

Resent!