|
| 1 | +{ |
| 2 | + "book-items": [ |
| 3 | + { |
| 4 | + "id": 1, |
| 5 | + "title": "MATH106", |
| 6 | + "description": "Limits, derivatives, integrals basics.", |
| 7 | + "imageUrl": "https://media.aykhan.net/books/thumbnails/math106-thumbnail.jpg", |
| 8 | + "linkUrl": "https://media.aykhan.net/books/pdf/math106-book.pdf" |
| 9 | + }, |
| 10 | + { |
| 11 | + "id": 2, |
| 12 | + "title": "MATH107", |
| 13 | + "description": "Introductory linear algebra: matrices, vectors.", |
| 14 | + "imageUrl": "https://media.aykhan.net/books/thumbnails/math107-thumbnail.jpg", |
| 15 | + "linkUrl": "https://media.aykhan.net/books/pdf/math107-book.pdf" |
| 16 | + }, |
| 17 | + { |
| 18 | + "id": 3, |
| 19 | + "title": "MATH203", |
| 20 | + "description": "Multivariable calculus: derivatives and integrals.", |
| 21 | + "imageUrl": "https://media.aykhan.net/books/thumbnails/math203-thumbnail.jpg", |
| 22 | + "linkUrl": "https://media.aykhan.net/books/pdf/math203-book.pdf" |
| 23 | + }, |
| 24 | + { |
| 25 | + "id": 4, |
| 26 | + "title": "PHYS101", |
| 27 | + "description": "Mechanics, motion, energy, and waves.", |
| 28 | + "imageUrl": "https://media.aykhan.net/books/thumbnails/phys101-thumbnail.jpg", |
| 29 | + "linkUrl": "https://media.aykhan.net/books/pdf/phys101-book.pdf" |
| 30 | + }, |
| 31 | + { |
| 32 | + "id": 5, |
| 33 | + "title": "ELEC205", |
| 34 | + "description": "Digital systems, logic, and assembly.", |
| 35 | + "imageUrl": "https://media.aykhan.net/books/thumbnails/elec205-thumbnail.jpg", |
| 36 | + "linkUrl": "https://media.aykhan.net/books/pdf/elec205-book.pdf" |
| 37 | + }, |
| 38 | + { |
| 39 | + "id": 6, |
| 40 | + "title": "COMP201", |
| 41 | + "description": "Data structures and algorithms essentials.", |
| 42 | + "imageUrl": "https://media.aykhan.net/books/thumbnails/comp201-thumbnail.jpg", |
| 43 | + "linkUrl": "https://media.aykhan.net/books/pdf/comp201-book.pdf" |
| 44 | + }, |
| 45 | + { |
| 46 | + "id": 7, |
| 47 | + "title": "COMP202", |
| 48 | + "description": "Object-oriented programming in Java.", |
| 49 | + "imageUrl": "https://media.aykhan.net/books/thumbnails/comp202-thumbnail.jpg", |
| 50 | + "linkUrl": "https://media.aykhan.net/books/pdf/comp202-book.pdf" |
| 51 | + }, |
| 52 | + { |
| 53 | + "id": 8, |
| 54 | + "title": "ECON100", |
| 55 | + "description": "Introductory microeconomics and macroeconomics.", |
| 56 | + "imageUrl": "https://media.aykhan.net/books/thumbnails/econ100-thumbnail.jpg", |
| 57 | + "linkUrl": "https://media.aykhan.net/books/pdf/econ100-book.pdf" |
| 58 | + }, |
| 59 | + { |
| 60 | + "id": 9, |
| 61 | + "title": "SOSC116", |
| 62 | + "description": "Social sciences perspectives and inquiry.", |
| 63 | + "imageUrl": "https://media.aykhan.net/books/thumbnails/sosc116-thumbnail.jpg", |
| 64 | + "linkUrl": "https://media.aykhan.net/books/pdf/sosc116-book.pdf" |
| 65 | + } |
| 66 | + ] |
| 67 | +} |
0 commit comments