Skip to content

Instantly share code, notes, and snippets.

@hyper-dot
Created May 5, 2024 09:00
Show Gist options
  • Save hyper-dot/4529b51093eaef2251048ca5f35d3a03 to your computer and use it in GitHub Desktop.
Save hyper-dot/4529b51093eaef2251048ca5f35d3a03 to your computer and use it in GitHub Desktop.
export const data: any = {
name: '',
email: '',
phone: '',
passportNo: '',
city: 'Hetauda',
dob: '24 Apr, 2002',
lookingFor: 'Undergraduate',
nationality: 'Nepalese',
higestEducation: 'Nepalese',
education: [
{
id: 1,
university: 'Moscow University',
specialization: 'Networking',
faculty: 'Science',
level: 'Under Graduate',
graduationYear: '1 Apr, 2023',
gpa: '4 GPA',
},
{
id: 2,
university: 'HSEB',
specialization: 'Marketing',
faculty: 'Science',
level: 'High School',
graduationYear: '1 Apr, 2023',
gap: '4',
},
],
tests: [
{ name: 'IELTS', score: '7.5' },
{ name: 'SAT', score: '1445' },
{ name: 'GMAT', score: '400' },
],
work: [
{
id: 1,
company: 'Moscow University',
position: 'Network Engineer',
start: '21 Apr, 2023',
end: 'Currently Working',
},
{
id: 1,
company: 'Metalogic Software Pvt Ltd',
position: 'Network Engineer Intern',
start: '21 Apr, 2020',
end: '31 Apr 2023',
},
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment