-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.js
More file actions
138 lines (132 loc) · 6.93 KB
/
data.js
File metadata and controls
138 lines (132 loc) · 6.93 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
/*
TAGS KEY:
PEOPLE ON PROJECT
Team Project
Pair Programming
Personal Project
STACK
Full-stack
Front-end
Back-end
TECHNOLOGIES
EXTRAS
Hackathon
RESTful API
Certification
*/
export const projects = [
{
title: "Notionish",
desc: "An in-progress Notion(ish) clone, built in TypeScript with React! It's been really fun to get a little more hands-on with TypeScript in particular, and to experiment with how it interacts with React. I'm excited to carry on learning more.",
link: "https://github.com/madisonlowe/notionish",
linktext: "See on GitHub",
tags: ["Personal Project", "Front-end", ["TypeScript", "React"]],
},
{
title: "Seasonal",
desc: "A full-stack application written in Next.js, Node.js, Express and PostgreSQL, using both third-party and our own APIs. Designed and built by a small agile team, we completed our MVP and first stretch goal within a month, and presented our product to other developers and industry professionals at a virtual showcase. We've continued work on the app and API since, accomplishing more stretch goals. A video of our presentation is linked in the GitHub repository.",
link: "https://github.com/SchoolOfCode/final-project_front-end-12",
linktext: "See on GitHub",
tags: [
"Team Project",
"Full-stack",
["Next.js", "Node.js", "Express", "PostgreSQL"],
"API",
],
},
{
title: "Couchbase Hackathon",
desc: "I attended a hackathon at the Couchbase Manchester office, where me and a small team created a full-stack application in a day, which could track moors fires (and in the future, other ecological disasters too). Our team won! It was great to get some experience using Couchbase and non-relational databases, which I had never used before this hackathon, and I loved getting to know the Couchbase team and engineers. A really fun experience!",
link: "https://github.com/madisonlowe/couchbaseHackathon",
linktext: "See on GitHub",
tags: ["Team Project", "Full-stack", "React", "Hackathon"],
},
{
title: "Weather App",
desc: "A weather app built in Typescript. This project was built during a day-long hackathon at the School of Code alongside other developers, and it was the first full project any of us had built in Typescript, which we'd first started looking at two days previous.",
link: "https://github.com/madisonlowe/weatherts",
linktext: "See on GitHub",
tags: ["Team Project", "Front-end", "Typescript", "Hackathon"],
},
{
title: ".Class",
desc: "A full-stack application written in React, Node.js, Express and PostgreSQL. In our ninth week of learning how to code, myself and three other teammates came together to build our MVP in under a week, before presenting our product to a panel of senior developers and industry professionals for questions and feedback.",
link: "https://github.com/SchoolOfCode/w9_frontend-project-room-21-1",
linktext: "See on GitHub",
tags: [
"Team Project",
"Full-stack",
["React", "Node.js", "Express", "PostgreSQL"],
"API",
],
},
{
title: "Site 2.0",
desc: "The second version of my personal website, rebuilt in React. Rebuilding my website provided me with an opportunity to get some more experience working with React, which I didn't have a lot of experience with at the time. It was really fun to work with, though routing and deployment to GitHub provided their own challenges and drawbacks, which is how I ended up rebuilding the site again in Next.js (which is what you're reading now)!",
link: "https://github.com/madisonlowe/mySiteReact",
linktext: "See on GitHub",
tags: ["Personal Project", "Front-end", ["React", "CSS"]],
},
{
title: "To Do List",
desc: "A simple to-do list app, built in React. This project was the first thing I built in React, and it provided a great learning exercise to get to grips with using state and props.",
link: "https://github.com/madisonlowe/toDoList",
linktext: "See on GitHub",
tags: ["Personal Project", "Front-end", "React"],
},
{
title: "Site 1.0",
desc: "The first version of my personal website, built in vanilla JavaScript. Primarily, this project provided an opportunity to practice working through UX/UI design cycles and get some experience with the fundamentals. The process of designing my website according to a given brief is documented further on GitHub.",
link: "https://github.com/madisonlowe/mySiteVanilla",
linktext: "See on GitHub",
tags: ["Personal Project", "Front-end", ["HTML", "CSS", "JavaScript"]],
},
{
title: "Rock, Paper, Scissors!",
desc: "The first game I ever built in JavaScript! A small browser game with light and dark mode toggle. I built the first version of this game in my first week working with JavaScript, and continued to improve it and add to it as a way to practice HTML, CSS and JavaScript earlier in my learning journey.",
link: "https://github.com/madisonlowe/RPS",
linktext: "See on GitHub",
tags: ["Personal Project", "Front-end", ["HTML", "CSS", "JavaScript"]],
},
{
title: "100 Days",
desc: "This is a log of my learning experiences, reflections, progress, and some useful resources and advice I encountered from different people while attending the School of Code programming bootcamp and completing the #100DaysOfCode challenge. It was really helpful to be able to keep detailed track of my progress, technically and personally. Hopefully, there are some small, useful bits and bobs in there for any current or future bootcamper who finds it, and if you have any questions, I'd be more than happy to chat!",
link: "https://github.com/madisonlowe/100Days",
linktext: "See on GitHub",
tags: ["Personal Project", "Documentation", "Markdown"],
},
{
title: "Responsive Web Design",
desc: "A freeCodeCamp course which offers a great project-based introduction to responsive web design and how to code for accessibility on the web.",
link: "https://www.freecodecamp.org/certification/saelida/responsive-web-design",
linktext: "View Certification",
tags: [
"Personal Project",
"Front-end",
["HTML", "CSS", "JavaScript"],
"Certification",
],
},
{
title: "SheCodes Basics",
desc: "An introductory series of workshops on creating accessible, reactive webpages with HTML, CSS and JavaScript. As an eternally-online teenager, I'd had a lot of experience messing around in webpage code to try and change different UIs. It was great to be able to get a more structured overview of the workings behind that experience.",
link: "https://www.shecodes.io/certificates/3406255c971ef3077b043a898fd80aed",
linktext: "View Certification",
tags: [
"Personal Project",
"Front-end",
["HTML", "CSS", "JavaScript"],
"Certification",
],
},
];
export const descriptors = [
"software developer",
"lake swimmer",
"Sheffielder",
"houseplant enthusiast",
"cat person",
"functional gardener",
"questionable cook",
"bad dancer",
];