Front End using Django, HTML, CSS and JS**HELP

Hey guys,
I am a network engineer(fresher), and my boss wants to build a website for office internal purposes to automate some work, he has a website with built entierly using Django with a not so user friendly front end, he wants me to work and improve the front end of his website, and he's asking me to try using Django, i am not able to find documents which helps me work with Frontend (HTML,CSS,JS) like ANGULAR in Django, i am not able to find any Document or video which helps me to do frontend using Django, like in ANGULAR or REACT,
he gave me a list of data from a API call, the data is in List format, and wants me to tabulate the data and beautify it like a professional website, im not sure on how to do it in Django, i have halfbaked knowledge in Front-end with ANGULAR and Django.

TLDR; How do i code Front end with Django(HTML,CSS,JS). I got data from a API call, the data is dynamic, and i need to tabulate those data and represent that data in a userFriendly manner.

my question is
1. Is it possible to work with Front end (HTML,CSS,JS) in Django?
2.If yes, How do I do it?