-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
79 lines (77 loc) · 3.46 KB
/
data.json
File metadata and controls
79 lines (77 loc) · 3.46 KB
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
{
"skills": ["HTML", "CSS", "JavaScript", "TypeScript", "React", "NodeJs", "Postgres", "Java", "Flutter", "GitHub", "Git", "MySQL", "Dart", "Django", "Firebase", "Responsive Design"],
"projects": [
{
"title": "Highest Point Electrical Engineering Ltd",
"description": "A website for a prominent electrical company providing top-notch electrical solutions for residential, commercial, and industrial clients. The website showcases the company's services, portfolio, and contact information, allowing potential clients to learn more about the company and its offerings.",
"image": "./assets/projects/Highest_point.png",
"url": "https://www.highestpointelectrical.com",
"technologies": [
"React"
]
},
{
"title": "Fashion Hub E-commerce",
"description": "An e-commerce website specializing in fashion products, including clothing, accessories, and footwear. The website offers a wide range of trendy and stylish products from an online API, providing users with a seamless shopping experience.",
"image": "./assets/projects/e_commerce.png",
"url": "https://e-commerce-chi-gray.vercel.app",
"loginDetails": {
"username": "johnd",
"password": "m38rmF$"
},
"technologies": [
"React"
]
},
{
"title": "Smagritrade",
"description": "A farm management application that utilizes IoT (Internet of Things) technology and real-time Firebase database integration. The app helps farmers monitor and manage their farms more efficiently by providing real-time data on environmental conditions, crop health, and livestock status.",
"image": "./assets/projects/Farm_app.jpg",
"url": "https://github.com/AnthonyFaal/Smagritrade.git",
"technologies": [
"Flutter",
"Dart",
"Firebase"
]
},
{
"title": "Todo List App",
"description": "A mobile application for creating and managing to-do lists, helping users stay organized and productive.",
"url": "https://github.com/AnthonyFaal/Todo.git",
"technologies": [
"Flutter",
"Dart"
]
},
{
"title": "Family Pay",
"description": "An application for managing family monthly contributions, allowing users to add members and their corresponding monthly payments.",
"url": "https://github.com/AnthonyFaal/Family-Pay.git",
"technologies": [
"Flutter",
"Node.js",
"PostgreSQL"
]
},
{
"title": "Django Api Integration",
"description": "A backend API built with Django",
"ur": "https://github.com/AnthonyFaal/Django-web.git",
"technologies": [
"Django",
"Python",
"MySQL"
]
},
{
"title": "Todo backend using fast API",
"description": "Backend APIs built using fast API",
"url": "https://github.com/AnthonyFaal/Todo-FastAPI-backend.git",
"technologies":[
"Python",
"Fast Api",
"SQLlite"
]
}
]
}