- Joined
- Dec 5, 2024
- Messages
- 1
- Reaction score
- 0
I am having a problem with my JavaScript and HTML. I want to be able to create a dashboard on a landing page (which can happen currently), and then I want to be able to create a new event using a modal which will then update the dashboard and refresh the page with the new event being added to the dashboard.
The problem I am having is that in my dashboard.js the majority of my constants are not being used, the only constant being used is the tableBody.
The project is available on my github in the repository Sophie2 and under the username jamesmillerick.
Also if anyone is good at Java as well as HTML/JavaScript, that would be great, because that issue could also be a java related problem.
In case it matters, the database is in PostgreSQL.
Any help would be greatly appreciated as I have been stuck on this for a long time.
The problem I am having is that in my dashboard.js the majority of my constants are not being used, the only constant being used is the tableBody.
The project is available on my github in the repository Sophie2 and under the username jamesmillerick.
Also if anyone is good at Java as well as HTML/JavaScript, that would be great, because that issue could also be a java related problem.
In case it matters, the database is in PostgreSQL.
Any help would be greatly appreciated as I have been stuck on this for a long time.