Hello everyone,

My name is Niko Crnčec, I am a student at Faculty of organization and informatics. My hobbies are programming and sports. I enjoy developing web, desktop and mobile applications.

ImageOfNikoCrnčec

Education


I studied at Osnovna škola Sračinec, then Elektrostrojarska škola Varaždin. Now, I’m pursuing Business Informatics at FOI.


Read more

Work


I currently don’t have any work experience in Information technologies, but I worked as a cashier in Lidl.


Read more

Skills


I have experience with HTML, CSS, and JavaScript for web development. I am also skilled in databases, as well as programming in C++ and C#.


Read more

Banking application

Banking Application

The Banking System application is a project I developed during my first year at the Faculty of Organization and Informatics. It is built in C++ and runs in the command prompt, meaning it does not have a graphical user interface. However, I designed a custom UI within the CMD environment to enhance the user experience, as you can see. 😊

Computer Graphics in JavaScript

In this section, I worked on projects using JavaScript and the HTML Canvas API, focusing on fractals, 2D, and 3D graphics. I explored recursion for fractal generation, created interactive 2D visualizations, and experimented with basic 3D rendering techniques to add depth and perspective. These projects enhanced my understanding of graphics programming and JavaScript’s capabilities.

JavaScript Computer Graphics
Gym reservation application

Gym Managment application

In this project, I developed a gym management application in MS Access, where I learned SQL and VBA programming. I built the entire system, integrating all components—from database management to the user interface. Using SQL, I efficiently handled data and ensured consistency, while VBA programming allowed me to automate processes and enhance functionality. This project provided me with valuable experience in database-driven application development and practical insights into gym management systems.

ABOUT ME

Niko Crnčec

I was born in Varaždin, Croatia, and I have spent my entire life in Svibovec Podravski. My passions include programming and sports, and I enjoy good food and a glass of red wine. In the future, I see myself in a successful IT organization that develops innovative solutions for large companies. I consider myself a humble and modest person, ready for new challenges, and I am waiting for an opportunity that will allow me to improve my life and achieve my goals.

SlikaNikijaCrnčecaSaElenom

lookingForInternship.cpp

Copy

1

2

3

4

5

6

7

8

9

10

11

12

13

14

#include <iostream> #include <vector> #include <string>

int main(){

bool isLookingForInternship = true;

std::vector<std::string> employees;

if(isLookingForInternship){

employees.push_back("Niko Crnčec");

std::cout << "Hello my name is Niko Crnčec and I am looking for an internship!" << std::endl;

isLookingForInternship = false;

}

return 0;

}

I enjoy coding

I have experience with a variety of programming languages, but my primary focus is on JavaScript, C++, and C#. The majority of my projects have been developed using one of these languages.