-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.ts
64 lines (64 loc) · 1.84 KB
/
data.ts
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
export const projectList = [
{
id: 1,
name: "Inventory",
caption:
"Inventory and grocery list in Next.js, TypeScript, TailwindCSS and Firebase with login authentication.",
img: "/img/inventory.jpg",
url: "https://inventory.jorgevds.vercel.app/",
},
{
id: 2,
name: "Pod",
caption:
"Responsive landing page according to a design by Frontendmentor.io.",
img: "/img/pod.jpg",
url: "https://jorgevds.github.io/pod/",
},
{
id: 3,
name: "Wolf's Workshop",
caption:
"The latest in landing page technology: a landing page for a keyboard web shop!",
img: "/img/wolfs-workshop.jpg",
url: "https://wolf-workshop-git-main.jorgevds.vercel.app/",
},
{
id: 4,
name: "Contractor",
caption:
"PWA (progressive web app) with SPA (single page application) for a contractor website in Next.js.",
img: "/img/contractor.jpg",
url: "https://contractor-tau.now.sh/",
},
{
id: 5,
name: "Quiz Yourself",
caption: "Quiz app in React.js and TypeScript with styled-components.",
img: "/img/react-quiz.jpg",
url: "https://quiz-dusky.vercel.app/",
},
{
id: 6,
name: "Bakkerij Alfons",
caption: "Website for a fictional bakery with Sass preprocessor.",
img: "/img/bakkerij-alfons.jpg",
url: "https://jorgevds.github.io/alfons/",
},
{
id: 7,
name: "Robofriends",
caption:
"Robot filter app in React-Redux using the Robohash API as part of a Skillshare course.",
img: "/img/robofriends.jpg",
url: "https://github.com/jorgevds/robo-redux",
},
{
id: 8,
name: "Willypedia Annex Documenta",
caption:
"Web app about Willy Roggeman with dynamic links to essays in Markdown and photos in Next.js.",
img: "/img/willypedia-annex-documenta.jpg",
url: "https://willypedia-annex-documenta.now.sh/",
},
];