A webpage for all the upcomming events and announcements from the societies and college andministration indluding all the information and updates realted to Hacktoberfest.
This announcement tab will show you all the fun events or Information posted on Facebook or Instagram by
our college or our college societies. One can directly check out everything exactly at one place.
No Fuss of visiting every page individually.
Also the portal will be project only the details for last seven days.
This project will use Instagram and Facebook API's for the Information.
--> The UI for the project is ready, one can implement this UI using any technology of it's preference. Suggestion for the UI can either be added as an issue or with a better description using designs(via a PR in Design.txt)
--> Backend for the application with the following JSON output:
Content-Type: application/json
Content-Length: xy
{
"posted_by":" " , `social media handle of source`
"data":[
{
"img": " " , `image url`
"caption": " ", `description under the Post`
},
{
"img": " " ,
"caption": " ",
},
{
},
]
}