This project is a personal portfolio website for Denis Ćorić, a full-stack developer. It showcases his skills, projects, and contact information. The website is built with HTML, CSS, and vanilla JavaScript. It features a clean, modern design with a light and dark theme.
This is a static website with no build process. To run the project, simply open the index.html file in a web browser.
The project follows standard web development practices.
- HTML: The HTML is well-structured and uses semantic tags.
- CSS: The CSS is organized and uses custom properties for theming. It also includes a dark mode theme.
- JavaScript: The JavaScript is written in an IIFE to avoid polluting the global namespace. It is used for theme switching and light animations.