Setting $\varepsilon$ to something doesn't make sense. You need to take $\varepsilon$ to be given, and find a value of $\delta$ that's small enough.
Continuity should not say $\exists c\in(0,1]$ etc., where $c$ is in the role you put it in. Rather, continuity at the point $c$ should be defined by what comes after that.
Uniform continuity says
$$
\forall\varepsilon>0\ \exists\delta>0\ \forall x\in(0,1]\ \forall y\in(0,1]\ \left(\text{if }|x-y|<\delta\text{ then }\left|\frac1x-\frac1y\right|<\varepsilon\right).
$$
Lack of uniform continuity is the negation of that:
$$
\text{Not }\forall\varepsilon>0\ \exists\delta>0\ \forall x\in(0,1]\ \forall y\in(0,1]\ \left(\text{if }|x-y|<\delta\text{ then }\left|\frac1x-\frac1y\right|<\varepsilon\right). \tag 1
$$
The way to negate $\forall\varepsilon>0\ \cdots\cdots$ to by a de-Morganesque law that says $\left(\text{not }\forall\varepsilon>0\ \cdots\cdots\right)$ is the same as $(\exists\varepsilon>0\ \text{not }\cdots\cdots)$, and similarly when "not" moves past $\forall$, then that transforms to $\exists$. So $(1)$ becomes
$$
\exists\varepsilon>0\text{ not }\exists\delta>0\ \forall x\in(0,1]\ \forall y\in(0,1]\ \left(\text{if }|x-y|<\delta\text{ then }\left|\frac1x-\frac1y\right|<\varepsilon\right) \tag 2
$$
and that becomes
$$
\exists\varepsilon>0\ \forall\delta>0\text{ not }\forall x\in(0,1]\ \forall y\in(0,1]\ \left(\text{if }|x-y|<\delta\text{ then }\left|\frac1x-\frac1y\right|<\varepsilon\right) \tag 3
$$
and that becomes
$$
\exists\varepsilon>0\ \forall\delta>0\ \exists x\in(0,1]\text{ not } \forall y\in(0,1]\ \left(\text{if }|x-y|<\delta\text{ then }\left|\frac1x-\frac1y\right|<\varepsilon\right) \tag 4
$$
and that becomes
$$
\exists\varepsilon>0\ \forall\delta>0\ \exists x\in(0,1]\ \exists y\in(0,1]\text{ not } \left(\text{if }|x-y|<\delta\text{ then }\left|\frac1x-\frac1y\right|<\varepsilon\right) \tag 5
$$
and that becomes
$$
\exists\varepsilon>0\ \forall\delta>0\ \exists x\in(0,1]\ \exists y\in(0,1] \left(|x-y|<\delta\text{ and not }\left|\frac1x-\frac1y\right|<\varepsilon\right) \tag 6
$$
and finally that becomes
$$
\exists\varepsilon>0\ \forall\delta>0\ \exists x\in(0,1]\ \exists y\in(0,1] \left(|x-y|<\delta\text{ and }\left|\frac1x-\frac1y\right|\ge\varepsilon\right). \tag 7
$$
To show that such a value of $\varepsilon$ exists, it is enough to show that $\varepsilon=1$ will serve. You need to find $x$ and $y$ closer to each other than $\delta$ but having reciprocals differing by more than $1$. It is enough to make both $x$ and $y$ smaller than $\delta$ and then exploit the fact that there's a vertical asymptote at $0$ to make $x$ and $y$ far apart, by pushing one of them closer to $0$.