Open live-wire opened 5 years ago
Finished all the backend tasks! 👨🍳
See this section in the Backend-Readme!
Frontend Task updates:
New Backend Tasks:
@mohinderps Please get rid of the security vulnerabilities in the dependencies 🐶
JSON for student profile.
[ { title: 'Personal Details', fields: [ { label: 'Nickname', placeholder: 'Nickname' }, { label: 'Hometown', placeholder: 'Hometown' }, { label: 'Homepage', placeholder: 'Homepage' } ] }, { title: 'Social Networks', fields: [ { label: 'Facebook', placeholder: 'Facebook' }, { label: 'Google', placeholder: 'Google' }, { label: 'Twitter', placeholder: 'Twitter' }, { label: 'Linkedin', placeholder: 'Linkedin' } ] }, { title: 'Contact Information', fields: [ { label: 'Email', placeholder: 'Email' }, { label: 'Phone', placeholder: 'Phone' }, { label: 'City', placeholder: 'City' }, { label: 'State', placeholder: 'State' }, { label: 'Country', placeholder: 'Country' } ] }, { title: 'Education and Work', fields: [ { label: 'High School', placeholder: 'High School' }, { label: 'University', placeholder: 'University' } ] } ]
Backend Tasks
Frontend Tasks