iad1tya 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/about.js +2 -3
- package/data/education.js +14 -3
- package/data/projects.js +2 -2
- package/data/stats.js +5 -5
- package/package.json +1 -1
package/data/about.js
CHANGED
|
@@ -21,12 +21,11 @@ export const profile = {
|
|
|
21
21
|
github: 'https://github.com/iad1tya',
|
|
22
22
|
linkedin: 'https://linkedin.com/in/iad1tya',
|
|
23
23
|
website: 'https://iad1tya.cyou',
|
|
24
|
-
resume: 'https://iad1tya.cyou',
|
|
25
24
|
},
|
|
26
25
|
achievements: [
|
|
27
|
-
{ label: 'Echo Music downloads', value: '
|
|
26
|
+
{ label: 'Echo Music downloads', value: '500k+' },
|
|
28
27
|
{ label: 'GitHub stars total', value: '1.2k+' },
|
|
29
|
-
{ label: 'Revenue in first 2 months', value: '$
|
|
28
|
+
{ label: 'Revenue in first 2 months', value: '$90000+' },
|
|
30
29
|
{ label: 'Releases shipped', value: '19' },
|
|
31
30
|
{ label: 'Community members', value: '4k+' },
|
|
32
31
|
{ label: 'Total repo forks', value: '36' },
|
package/data/education.js
CHANGED
|
@@ -3,7 +3,7 @@ export const education = [
|
|
|
3
3
|
year: '2023 - 2027',
|
|
4
4
|
title: 'B.Tech Computer Science & Engineering',
|
|
5
5
|
institution: 'Parul University, Vadodara',
|
|
6
|
-
details: 'Semester VI ·
|
|
6
|
+
details: 'Semester VI · A+ in DAA Lab and Software Engineering Lab',
|
|
7
7
|
coursework: [
|
|
8
8
|
'Design and Analysis of Algorithms',
|
|
9
9
|
'Software Engineering',
|
|
@@ -18,13 +18,24 @@ export const education = [
|
|
|
18
18
|
title: 'Class 12 — ISC',
|
|
19
19
|
institution: "St. Mary's School, Bhadohi, Uttar Pradesh",
|
|
20
20
|
details: 'Schooling completed with science stream foundations.',
|
|
21
|
-
coursework: [
|
|
21
|
+
coursework: [
|
|
22
|
+
'Physics',
|
|
23
|
+
'Chemistry',
|
|
24
|
+
'Mathematics',
|
|
25
|
+
'Computer Science',
|
|
26
|
+
],
|
|
22
27
|
},
|
|
23
28
|
{
|
|
24
29
|
year: '2021',
|
|
25
30
|
title: 'Class 10 — ICSE',
|
|
26
31
|
institution: "St. Mary's School, Bhadohi, Uttar Pradesh",
|
|
27
32
|
details: 'Secondary education completed.',
|
|
28
|
-
coursework: [
|
|
33
|
+
coursework: [
|
|
34
|
+
'Science',
|
|
35
|
+
'Mathematics',
|
|
36
|
+
'English',
|
|
37
|
+
'Hindi',
|
|
38
|
+
'Computer Science',
|
|
39
|
+
],
|
|
29
40
|
},
|
|
30
41
|
];
|
package/data/projects.js
CHANGED
|
@@ -9,7 +9,7 @@ export const projects = [
|
|
|
9
9
|
summary:
|
|
10
10
|
'Open-source Android music client with ad-free streaming via the YouTube Music InnerTube API, word-by-word synced lyrics, offline playback, Spotify playlist import, Discord and Last.fm scrobbling, Android Dynamic Island support, Echo Find song recognition, and AI-powered lyrics translation.',
|
|
11
11
|
highlights: [
|
|
12
|
-
'
|
|
12
|
+
'500k+ downloads',
|
|
13
13
|
'Spotify playlist import',
|
|
14
14
|
'Word-by-word synced lyrics',
|
|
15
15
|
'Offline downloads and playback',
|
|
@@ -18,7 +18,7 @@ export const projects = [
|
|
|
18
18
|
'Echo Find audio fingerprinting',
|
|
19
19
|
],
|
|
20
20
|
stack: ['Kotlin', 'Jetpack Compose', 'Media3', 'Firebase', 'Room DB'],
|
|
21
|
-
stats: ['
|
|
21
|
+
stats: ['500k+ downloads', '1.2k+ GitHub stars', '4k+ Discord community'],
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
slug: 'echotube',
|
package/data/stats.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export const portfolioStats = [
|
|
2
|
-
{ label: 'Echo Music downloads', value: '
|
|
2
|
+
{ label: 'Echo Music downloads', value: '500k+' },
|
|
3
3
|
{ label: 'GitHub stars total', value: '1.2k+' },
|
|
4
|
-
{ label: 'Revenue, first 2 months', value: '$
|
|
4
|
+
{ label: 'Revenue, first 2 months', value: '$90000+' },
|
|
5
5
|
{ label: 'Releases shipped', value: '19' },
|
|
6
6
|
{ label: 'Community members', value: '4k+' },
|
|
7
7
|
{ label: 'Total repo forks', value: '36' },
|
|
8
8
|
];
|
|
9
9
|
|
|
10
10
|
export const achievements = [
|
|
11
|
-
'Built an Android music client that crossed
|
|
12
|
-
'Shipped two paid macOS apps that generated $
|
|
13
|
-
'Crossed 1.
|
|
11
|
+
'Built an Android music client that crossed 500k+ downloads.',
|
|
12
|
+
'Shipped two paid macOS apps that generated $90000+ in the first two months.',
|
|
13
|
+
'Crossed 1.2k+ GitHub stars across open-source projects.',
|
|
14
14
|
'Maintains a product-first approach across Android, macOS, and ML tools.',
|
|
15
15
|
];
|