- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
Latest commit
46 lines (46 loc) · 1.85 KB
/
Copy pathdata.json
File metadata and controls
46 lines (46 loc) · 1.85 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
{
"author": {
"name": "slaveofthecode",
"portfolio": "https://slaveofthecode.vercel.app/"
},
"page": {
"title": "Challenges",
"url": "https://github.com/slaveofthecode/challenges/tree/master"
},
"projects": [
{
"name": "electro-world-checkout",
"url": "https://github.com/slaveofthecode/challenges/tree/master/electro-world-checkout",
"demo": "https://challenges-electro-world-checkout.vercel.app/",
"description": "In this repository, you can see a simple website that calculates the total price of a shopping cart, getting data from a JSON file, and using different components passing the data by props. The code is written in Javascript.",
"image": "./images/projects/electro-world-checkout.png",
"stack": ["React", "Javascript", "HTML", "CSS", "Module CSS"]
},
{
"name": "gato",
"url": "https://github.com/slaveofthecode/challenges/tree/master/gato",
"demo": "https://challenges-gato.vercel.app/",
"description": "Simple code that calls an extern API to get the data with images, that then shows a grid. The user can show more details in a modal and apply a filter using the Debounce technique. The code is written in React and Javascript.",
"image": "./images/projects/gato.png",
"stack": [
"React",
"Hooks",
"Javascript",
"HTML",
"CSS",
"Responsive Design"
]
},
{
"name": "pangram",
"url": "https://github.com/slaveofthecode/challenges/tree/master/pangram",
"demo": null,
"description": "This simple code, checks if a string is a pangram or not. A pangram is a sentence that contains all the letters of the alphabet at least once. For example, the quick brown fox jumps over the lazy dog. The code is written in Javascript.",
"image": null,
"stack": ["Jest", "Javascript"]
}
],
"html": {
"linkStyleIndex": "<link rel=\"stylesheet\" type=\"text/css\" href=\"index.css\" />"
}
}