Skip to content

Instantly share code, notes, and snippets.

@thecodermehedi
Last active September 13, 2023 17:36
Show Gist options
  • Save thecodermehedi/673b94c4061ccc253520736bc3c3380f to your computer and use it in GitHub Desktop.
Save thecodermehedi/673b94c4061ccc253520736bc3c3380f to your computer and use it in GitHub Desktop.
mock-blog-post-data
[
{
"id": 1,
"coverImage": "https://i.imgur.com/KFPqtc4.jpg",
"userImage": "https://i.imgur.com/6bWEcgc.png",
"userName": "Mehedi Hasan",
"postDate": "Mar 14",
"title": "Introduction to JavaScript",
"tags": ["#JavaScript", "#Programming", "#WebDev"],
"readingTime": 10
},
{
"id": 2,
"coverImage": "https://i.imgur.com/xXKlHeV.jpg",
"userImage": "https://i.imgur.com/6bWEcgc.png",
"userName": "Mehedi Hasan",
"postDate": "Feb 28",
"title": "Python Fundamentals for Beginners",
"tags": ["#Python", "#Programming", "#Tutorial"],
"readingTime": 8
},
{
"id": 3,
"coverImage": "https://i.imgur.com/2dXBqnm.jpg",
"userImage": "https://i.imgur.com/6bWEcgc.png",
"userName": "Mehedi Hasan",
"postDate": "Mar 17",
"title": "Web Development Best Practices",
"tags": ["#WebDev", "#Coding", "#BestPractices"],
"readingTime": 12
},
{
"id": 4,
"coverImage": "https://i.imgur.com/vVxMhvT.jpg",
"userImage": "https://i.imgur.com/6bWEcgc.png",
"userName": "Mehedi Hasan",
"postDate": "Feb 23",
"title": "Machine Learning with Python",
"tags": ["#MachineLearning", "#Python", "#AI"],
"readingTime": 15
},
{
"id": 5,
"coverImage": "https://i.imgur.com/1w3zwSJ.jpg",
"userImage":"https://i.imgur.com/6bWEcgc.png",
"userName": "Mehedi Hasan",
"postDate": "Mar 10",
"title": "Building a Modern Website with React",
"tags": ["#React", "#WebDev", "#Frontend"],
"readingTime": 11
},
{
"id": 6,
"coverImage": "https://i.imgur.com/EZAeRIb.jpg",
"userImage": "https://i.imgur.com/6bWEcgc.png",
"userName": "Mehedi Hasan",
"postDate": "Mar 21",
"title": "Exploring the World of Data Science",
"tags": ["#DataScience", "#Python", "#Analytics"],
"readingTime": 14
},
{
"id": 7,
"coverImage": "https://i.imgur.com/C9p3EfN.jpg",
"userImage": "https://i.imgur.com/6bWEcgc.png",
"userName": "Mehedi Hasan",
"postDate": "Feb 26",
"title": "Responsive Web Design Techniques",
"tags": ["#WebDesign", "#CSS", "#Responsive"],
"readingTime": 9
},
{
"id": 8,
"coverImage": "https://i.imgur.com/GoqL33s.jpg",
"userImage": "https://i.imgur.com/6bWEcgc.png",
"userName": "Mehedi Hasan",
"postDate": "Feb 22",
"title": "Getting Started with React Native",
"tags": ["#ReactNative", "#MobileDev", "#JavaScript"],
"readingTime": 13
},
{
"id": 9,
"coverImage": "https://i.imgur.com/KT7WxY2.jpg",
"userImage": "https://i.imgur.com/6bWEcgc.png",
"userName": "Mehedi Hasan",
"postDate": "Mar 14",
"title": "API Integration in Web Development",
"tags": ["#APIs", "#WebDev", "#Integration"],
"readingTime": 10
},
{
"id": 10,
"coverImage": "https://i.imgur.com/6KFvuKG.jpg",
"userImage": "https://i.imgur.com/6bWEcgc.png",
"userName": "Mehedi Hasan",
"postDate": "Feb 18",
"title": "Advanced JavaScript Concepts",
"tags":["#JavaScript", "#Programming", "#Advanced"],
"readingTime": 12
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment