Let $X_1,X_2,\ldots,X_n$ be a random sample from a population having the probability density function $$ f(x;\theta) = \begin{cases} \theta x^{\theta -1} & \text{if $0 \le x\le$ 1} \\0 &\text{otherwise} \end{cases}$$
Is the estimator $\hat\theta =\dfrac{\overline X}{1-\overline X}$ of $\theta$ a consistent estimator of $\theta?$
I am trying to find $E(X) $ here to see if it is equal to $\theta$ asymptotically but I am not sure how to find expectation here I am not familiar with finding $E(X)$ of fractions.
It's not $E(X)$ that should be equal to $\theta$ asymptotically, it's $\hat{\theta}$.
Let's find $E(X)$ as you suggest $$E(X) = \int_0^1 xf(x;\theta) \ dx = \int_0^1 \theta x^{\theta} = \frac{\theta}{\theta+1} $$
Now let's see in the asymptotic regime how $\hat{\theta}$ behaves, $$\hat{\theta} = \dfrac{\bar X}{1-\bar X} \rightarrow \frac{E(X)}{1-E(X)} = \frac{\frac{\theta}{\theta+1} }{1-\frac{\theta}{\theta+1} } = \frac{\theta}{\theta+1} \frac{\theta+1}{1} = \frac{\theta}{1} = \theta $$ So, what can you say about $\hat{\theta}$ ?