|
| 1 | +[ |
| 2 | + { |
| 3 | + "event_id": 1, |
| 4 | + "event_title": "React Hackathon", |
| 5 | + "event_date": { |
| 6 | + "day": "5", |
| 7 | + "month": "Oct", |
| 8 | + "year": "2024" |
| 9 | + }, |
| 10 | + "event_description": "A 48-hour hackathon focused on building innovative projects using React.", |
| 11 | + "event_image": "https://example.com/react-hackathon.jpg" |
| 12 | + }, |
| 13 | + { |
| 14 | + "event_id": 2, |
| 15 | + "event_title": "Hacktoberfest Kickoff", |
| 16 | + "event_date": { |
| 17 | + "day": "10", |
| 18 | + "month": "Oct", |
| 19 | + "year": "2024" |
| 20 | + }, |
| 21 | + "event_description": "Join open-source contributors to celebrate the start of Hacktoberfest with exciting challenges and prizes.", |
| 22 | + "event_image": "https://example.com/hacktoberfest-kickoff.jpg" |
| 23 | + }, |
| 24 | + { |
| 25 | + "event_id": 3, |
| 26 | + "event_title": "GSSoC Final Submissions", |
| 27 | + "event_date": { |
| 28 | + "day": "25", |
| 29 | + "month": "Mar", |
| 30 | + "year": "2024" |
| 31 | + }, |
| 32 | + "event_description": "Final day for participants to submit their code contributions for the GirlScript Summer of Code 2024.", |
| 33 | + "event_image": "https://example.com/gssoc-submissions.jpg" |
| 34 | + }, |
| 35 | + { |
| 36 | + "event_id": 4, |
| 37 | + "event_title": "API Design Workshop", |
| 38 | + "event_date": { |
| 39 | + "day": "18", |
| 40 | + "month": "Nov", |
| 41 | + "year": "2024" |
| 42 | + }, |
| 43 | + "event_description": "Learn best practices in API design for modern web applications in this hands-on workshop.", |
| 44 | + "event_image": "https://example.com/api-design-workshop.jpg" |
| 45 | + }, |
| 46 | + { |
| 47 | + "event_id": 5, |
| 48 | + "event_title": "Hacktoberfest Closing Ceremony", |
| 49 | + "event_date": { |
| 50 | + "day": "31", |
| 51 | + "month": "Oct", |
| 52 | + "year": "2024" |
| 53 | + }, |
| 54 | + "event_description": "Celebrate the end of Hacktoberfest with a recap of the top contributors and projects.", |
| 55 | + "event_image": "https://example.com/hacktoberfest-closing.jpg" |
| 56 | + }, |
| 57 | + { |
| 58 | + "event_id": 6, |
| 59 | + "event_title": "JavaScript Deep Dive Meetup", |
| 60 | + "event_date": { |
| 61 | + "day": "12", |
| 62 | + "month": "Nov", |
| 63 | + "year": "2024" |
| 64 | + }, |
| 65 | + "event_description": "Explore advanced JavaScript concepts in this interactive meetup session.", |
| 66 | + "event_image": "https://example.com/js-deep-dive.jpg" |
| 67 | + }, |
| 68 | + { |
| 69 | + "event_id": 7, |
| 70 | + "event_title": "GSSoC Mentorship Day", |
| 71 | + "event_date": { |
| 72 | + "day": "15", |
| 73 | + "month": "Dec", |
| 74 | + "year": "2024" |
| 75 | + }, |
| 76 | + "event_description": "A day dedicated to mentoring new contributors as part of the GirlScript Summer of Code program.", |
| 77 | + "event_image": "https://example.com/gssoc-mentorship.jpg" |
| 78 | + }, |
| 79 | + { |
| 80 | + "event_id": 8, |
| 81 | + "event_title": "Hacktoberfest Project Showcase", |
| 82 | + "event_date": { |
| 83 | + "day": "22", |
| 84 | + "month": "Oct", |
| 85 | + "year": "2024" |
| 86 | + }, |
| 87 | + "event_description": "Participants present their projects from Hacktoberfest in this showcase event.", |
| 88 | + "event_image": "https://example.com/hacktoberfest-showcase.jpg" |
| 89 | + }, |
| 90 | + { |
| 91 | + "event_id": 9, |
| 92 | + "event_title": "Full-Stack JavaScript Webinar", |
| 93 | + "event_date": { |
| 94 | + "day": "2", |
| 95 | + "month": "Dec", |
| 96 | + "year": "2024" |
| 97 | + }, |
| 98 | + "event_description": "Learn full-stack development using JavaScript with real-world examples and expert guidance.", |
| 99 | + "event_image": "https://example.com/full-stack-js-webinar.jpg" |
| 100 | + }, |
| 101 | + { |
| 102 | + "event_id": 10, |
| 103 | + "event_title": "React Native Bootcamp", |
| 104 | + "event_date": { |
| 105 | + "day": "7", |
| 106 | + "month": "Nov", |
| 107 | + "year": "2024" |
| 108 | + }, |
| 109 | + "event_description": "An intensive bootcamp for developers looking to dive deep into React Native for mobile app development.", |
| 110 | + "event_image": "https://example.com/react-native-bootcamp.jpg" |
| 111 | + } |
| 112 | +] |
0 commit comments