About me:
I am a beginner React developer. I like books, art, intellectual games and learning something new every day.
In programming, I appreciate the combination of the intellectual challenge and the creative process. In addition, it is an endless space for progression.
Languages:
English: Intermediate
Romanian: Beginner
Russian: Native
Skills:
- React
- Redux Toolkit, RTK Query
- TypeScript
- JavaScript
- Material UI, Tailwind
- Git, GitHub
- HTML, CSS, SASS, BEM
- Figma, Photoshop
Code Example:
Task from SCRIMBA: Your function should accept the name object and find the
name with the most votes. It should register a winner along with the number
of votes.
function findTheWinner(obj){
let arrEntries = Object.entries(obj);
arrEntries.sort((a, b) => b[1] - a[1]);
return `The winner is ${arrEntries[0][0]} with ${arrEntries[0][1]} votes!`;
}
Experience:
- Student in
RS-School:
- JavaScript/Front-end Pre-School. Certificate
- JavaScript/Front-end Main course (with Mentor). Certificate
- React (with Mentor). Certificate
- Content-manager
- Teacher of Russian language and Literature
Projects:
- Food delivery (React, TypeScript)
- Searching for artwork in the Art Institute of Chicago (React, TypeScript)
- Project management app (React, TypeScript) - team project
- GitHub Advanced Search (React, TypeScript)
- Mem generator (React, TypeScript)
- Photos store (React, TypeScript)
- Speed typing game (React, TypeScript)
- Online store Backpacks (TypeScript)
- Virtual keyboard (JavaScript)
- Photographer portfolio with custom video player (JavaScript)
- Shelter site (JavaScript)
- Memory game (JavaScript)
- Random quotes project (JavaScript)
- Aim game (JavaScript)
- Reversed slider (JavaScript)