Girl-Code-It / Opportunity-Calendar-Frontend

Opportunity Calendar is the one-stop place to refer important opportunites available in tech-space like newly posted jobs, internships, hackathons, tech-conferences, scholarhsips etc.

Home Page:https://cutt.ly/opportunity-calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update API call to retrieve a list of opportunities

vaishali614 opened this issue · comments

Update the API in ViewOpportunity index.js file with https://opportunity-calendar.herokuapp.com/opportunity/?type=TYPE

where TYPE can be - HACKATHON, JOB, INTERNSHIP, SCHOLARSHIP, CONFERENCE, CODINGCOMPETITION

Follow this schema:
"data": [
{
"opportunityId": "3",
"opportunityType": "SCHOLARSHIP",
"opportunityLocation": "Chennai",
"opportunityDescription": "The Novice Coders Scholarship Program",
"opportunityEligibility": "Have no experience in coding",
"opportunityRegistrationDeadline": "2021-03-22T12:04:05.779Z",
"opportunityDate": "2021-03-22T12:04:05.779Z",
"opportunityTitle": "Rohith M S R Scholarship",
"opportunityURL": "www.rohithmsrscholarship.com"
}
]

@vaishali614 can I work on this issue?

Sure. Go ahead.