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.
https://cutt.ly/opportunity-calendar
MIT License
49 stars 88 forks source link

Update API call to retrieve a list of opportunities #228

Closed vaishali614 closed 3 years ago

vaishali614 commented 3 years ago

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" } ]

akshitakanojia commented 3 years ago

@vaishali614 can I work on this issue?

vaishali614 commented 3 years ago

Sure. Go ahead.