rob3rt96
I first met programming during high school. At first, it didn't appeal to me, but over time I began to understand how important it is in creating any technology
Bucharest, Romania
Pinned Repositories
CRUD_api
filling-containers
This is an experimental app where I tried my best to use some of the JavaFX tools. It is a simple program, where you can add, transfer and remove "liquid" between two containers.
FilmFinder
This is an app created with the scope of learning to use fetch(), async/await and to work with different APIs.
Fotomatic_project
This website is a demo that I created when I was learning the basics of responsive design in HTML and CSS.
InfiniteScroll
Here I created a photo displaying app that will show and then load more pictures after you hit the bottom of the page.
matchingcardsgame
In this project I tested the redux and react-redux for creating a global context, and being able to transfer data from a container to a children.
musicPlayer
A music player App. I made this project for training and to be able to work with different methods and DOM properties of the tag.
rob3rt96.github.io
This is my web portfolio. The link below sends you to the live version of the project:
ShootingAsteroidGame
This is a version of the original Asteroids game made by Atari. The game is not finished and it does not have many features, but it's a pretty good start for a novice.
TicTacToeGAME
A variant of the famous game Tic-Tac-Toe (noughts [O] and crosses [X]). I created this project as an experiment for me to learn the basics of Java. I was inspired by the work of others in creating this project. In order to win the game, a player must place three of their marks in a horizontal, vertical, or diagonal row.
rob3rt96's Repositories
rob3rt96/CRUD_api
rob3rt96/filling-containers
This is an experimental app where I tried my best to use some of the JavaFX tools. It is a simple program, where you can add, transfer and remove "liquid" between two containers.
rob3rt96/FilmFinder
This is an app created with the scope of learning to use fetch(), async/await and to work with different APIs.
rob3rt96/Fotomatic_project
This website is a demo that I created when I was learning the basics of responsive design in HTML and CSS.
rob3rt96/InfiniteScroll
Here I created a photo displaying app that will show and then load more pictures after you hit the bottom of the page.
rob3rt96/matchingcardsgame
In this project I tested the redux and react-redux for creating a global context, and being able to transfer data from a container to a children.
rob3rt96/musicPlayer
A music player App. I made this project for training and to be able to work with different methods and DOM properties of the tag.
rob3rt96/rob3rt96.github.io
This is my web portfolio. The link below sends you to the live version of the project:
rob3rt96/ShootingAsteroidGame
This is a version of the original Asteroids game made by Atari. The game is not finished and it does not have many features, but it's a pretty good start for a novice.
rob3rt96/TicTacToeGAME
A variant of the famous game Tic-Tac-Toe (noughts [O] and crosses [X]). I created this project as an experiment for me to learn the basics of Java. I was inspired by the work of others in creating this project. In order to win the game, a player must place three of their marks in a horizontal, vertical, or diagonal row.
rob3rt96/passing-thoughts
I created a simple application, where you can write some words and wait to disappear after 15 seconds.
rob3rt96/rob3rt96
rob3rt96/simpleCalculator
A classic and standard calculator App. I made this project for training and to learn how to set different Event Listeners in JavaScript.
rob3rt96/springframework-lessons
In this application I try to follow Laurentiu Spilca's tutorial on the Spring Framework
rob3rt96/StoreProductManagement
This application was created in order to simulate a simplistic management system of some products in a store. Actions have been defined in the form of commands through which it will be possible to buy and add products in the store. The system is initialized from a .json file received as a command line argument when the executable is run.
rob3rt96/trading-website