-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.js
16 lines (16 loc) · 834 Bytes
/
data.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export const projects = [
{
name: "Crypto Tracker",
image: "./images/Crypto-Tracker.png",
description:
"Basically, this is a project of the crypto coin to get all the info of the particular coin history, coin price graph, rank of the coin, current price, and total coin market capitalization.",
link: "https://crypto-tracker-gyanish.netlify.app/",
},
{
name: "Mega Quiz Hub",
image: "./images/Mega-Quiz-Hub.png",
description:
"This is a quiz app website where anyone plays a quiz easily. Only enter your details and start the quiz. On this website many categories like science, art, computer, music, sports, history, sports, animals, etc, and also users select question difficulty levels easy, medium, and hard to play the quiz. ",
link: "https://mega-quiz-hub.netlify.app/",
},
];