-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
95 lines (95 loc) · 4.53 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"history": [
{
"year": 2019,
"points": [
"",
""
]
},
{
"year": 2020,
"points": [
"",
""
]
}
],
"services": [
{
"service": "Web Development",
"icon": "./assets/images/services/web-devt.svg",
"description": ""
},
{
"service": "Blockchain DApp",
"icon": "./assets/images/services/blockchain.svg",
"description": ""
},
{
"service": "Internet Of Things (IoT)",
"icon": "./assets/images/services/robotics.svg",
"description": ""
},
{
"service": "Data Analysis/ ML",
"icon": "./assets/images/services/data-analysis.svg",
"description": ""
},
{
"service": "Azure",
"icon": "./assets/images/services/robotics.svg",
"description": ""
}
],
"projects": [
{
"embed_link": "https://www.dentist.ug",
"thumbnail": "./assets/images/thumbnails/sinai_dental.png",
"title": "Sinai Dental Practice",
"caption": "Client site revamp for a dental clinic with 10 years of experience"
},
{
"embed_link": "",
"thumbnail": "./assets/images/thumbnails/",
"title": "Banking help desk",
"caption": "An inquiry and customer support web app that uses priority ticketing metrics for efficient resolution. It is ideal for high traffic environments and the demo includes features like canned messages, priority queue, agent distribution and a chat service"
},
{
"embed_link": "https://jimmykurui.github.io/street-food-kigali",
"thumbnail": "./assets/images/thumbnails/street_food_kigali.PNG",
"title": "Street Food Kigali",
"caption": "A web app food marketplace built on Celo 101 dApp boilerplate.With a Celo wallet, any shop owner can upload their products and receive payments instantly from hungry clients at a cheap cost(Complete)"
},
{
"embed_link": "https://github.com/JimmyKurui/CS_PROJECT1",
"thumbnail": "./assets/images/thumbnails/MediCare.png",
"title": "MediCare",
"caption": "A university scientific research project to create a platform to locate pharmaceutical products in Nairobi in real-time based on Laravel. It serves pharmacies and consumers as it continuously tracks products from a wide user base. Integrations with pharmacy inventory for future revision."
},
{
"embed_link": "https://github.com/JimmyKurui/nairobi-water-demand-forecast-app",
"thumbnail": "./assets/images/thumbnails/Water_Demand_Nairobi_UI.PNG",
"title": "Water Demand Forecaster",
"caption": ": A novel ntific research project to predict short-term water demand in Nairobi ty. It is based on Python and rparates GIS, Artficial Neural orks model and hosted on a Django run environment. In collaboration with <a href='https://scholar.google.com/citations?user=DE4gTQYAAAAJ&hl=en'>Nyamai Mutono</a> (Under revision)"
},
{
"embed_link": "https://jimmychepkurui.wixsite.com/nabo",
"thumbnail": "./assets/images/thumbnails/nabo4all.PNG",
"title": "Nabo 4 All",
"caption": ": Front-end built on Wix (CMS) for Nabo - A crowdfunding platform for FGM projects running on Ethereum and tested on Harmony network. It is a derivative of the team project from the Gender themed hackathon organized by Harmony x Polygon x Binance (Under maintenance)"
},
{
"embed_link": "",
"thumbnail": "./assets/images/thumbnails/Instagram_Clone.png",
"title": "Instagram Clone",
"caption": ": A duplicate of the social media platform using Laravel and Vue as a guided project by Victor from @FreeCodeGram. It features CRUD for accounts, profiles and posts. Following followers and granular permissions for users"
},
{
"embed_link": "",
"thumbnail": "./assets/images/thumbnails/",
"title": "AcademiChain",
"caption": ": A lightweight AMS based on Ethereum to store student records (grades and transcripts) and allow them to share to 3rd parties ensuring easy verifiability, transparency in grading systems and rewards awarding (Ongoing)"
}
]
}