\documentclass{article}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{physics}
\usepackage{float}
\usepackage[margin=1.in]{geometry}
\usepackage{tocloft}
\renewcommand{\cfttoctitlefont}{\hfill\Large\bfseries}
\renewcommand{\cftaftertoctitle}{\hfill\hfill}
\renewcommand{\cftloftitlefont}{\hfill\Large\bfseries}
\renewcommand{\cftafterloftitle}{\hfill}
\renewcommand{\cftlottitlefont}{\hfill\Large\bfseries}
\renewcommand{\cftafterlottitle}{\hfill}
% These 6 lines will center the titles of the table of contents, list of figures and list of tables
\begin{document}
\begin{titlepage}
\pagenumbering{gobble}
\addcontentsline{toc}{section}{Abstract}
\begin{center}
\vspace{1cm}
\huge
\textbf{Thesis Title}
\LARGE
\vspace{.5cm}
A Thesis Presented in Partial Fulfillment of\\ the Honors Bachelor's Degree\\
\vspace{.5cm}
\textbf{Author Name}\\
\vspace{.5cm}
\Large
\vspace{.5cm}
\Large
\textbf{Abstract}
\end{center}
Abstract Text
\vfill
% \begin{figure}[H]
% \begin{center}
% \includegraphics[width = .2\textwidth]{university_seal}
% \end{center}
% \end{figure}
% You can add your university seal here. It'll appear right above the department and it'll look fancy af.
\begin{center}
Department awarding degree\\
Under the supervision of Adviser's Name\\
University name\\
Month Year\\
\end{center}
\end{titlepage}
\pagenumbering{gobble}
\tableofcontents
\listoffigures
\listoftables
\pagebreak
\pagenumbering{gobble}
\begin{center}\section*{Acknowledgments}\end{center}
\addcontentsline{toc}{section}{Acknowledgments}
Sappy Text
\pagebreak
\pagenumbering{arabic}
\section{Introduction}
Write Paper in here
\pagebreak
\pagenumbering{gobble}
\addcontentsline{toc}{section}{References}
\bibliographystyle{ieeetr}
\nocite{*}
% \bibliography{biblio.bib}
% change the file name to line up with your bibtex file
\end{document}