Wrong Mansur
175 subscribers
212 photos
21 videos
17 files
277 links
Download Telegram
👨🏽‍💻 liveChat

This web application allows to chat with people.

The live chat application using Vue.js for front-end and firebase database for backend.

Check it out!
Demo - Crashed due to API Key
Repo - https://github.com/MansurIsakov/web-projects/tree/main/vue-practice/liveChat

Bugs? Leave a comment ⬇️

©️ Quartet's Untitled Project
🎵 Muzo Ninja

This
web application helps to organize all of your music into multiple playlists.

This web app uses Vue.js for front-end and firebase database for backend.

Check it out!
Demo - https://muzo-ninjas.web.app
Repo - https://github.com/MansurIsakov/muzoNinja

Bugs? Leave a comment ⬇️

©️ Quartet's Untitled Project
🦠 covidTracker

Simple web project to track Covid-19 stats using Covid API.

This project uses Vue.js and Tailwind CSS.

Check it out!
Demo - https://covid-tracker-mansur.netlify.app/
Repo - https://github.com/MansurIsakov/web-projects/tree/main/vue-practice/covidTracker

Bugs? Leave a comment ⬇️

©️ Quartet's Untitled Project
🏛The Louvre Museum website

The website allows to see the art of the museum and navigate to virtual tour.

Only HTML/CSS
After implementing JS in the future, the user will be able to order entry tickets.

Check it Out!
Demo: https://louvre-abror.netlify.app/

©️ Quartet's Untitled Project
🏆 YandexCup 21

Link - https://yandex.ru/cup/?utm_source=yandex&utm_medium=email&utm_campaign=allbase03/

©️ Quartet's Untitled Project
NFC приходит в web
В мае 2021 года вышел Chrome для Android 91, который поддерживает web-NFC.

Теперь любой веб-разработчик может экспериментировать и использовать NFC на простых HTML-страницах.

И, конечно же, это делается с помощью JavaScript😎
Mansur Isakov' CV.pdf
102.1 KB
#applicant #ищуработу #vue #vuejs #junior

👨🏽‍💻 Mansur Isakov - Strong Junior Front-end Developer
I am web developer / student with six months of hands-on experience efficiently coding websites and applications using modern HTML, CSS, and JavaScript (Vue.js).

📌 Skills:

- Googling
- HTML - BEM Methodology, Dynamic Template Engines, Pixel-Perfect Development, Semantic Development.
- CSS - SASS / SCSS, Flexbox / Grid / Float, Bootstrap, Tailwind CSS, Adaptive / Responsive Development, 7 in 1 Architecture.
- JavaScript - DOM Manipulation, Asynchronous Programming, OOP, npm / node modules, Modern JavaScript.
- Vue.js - Vue Syntax, Vue CLI, Vuex, Router, Vue Components.

📞 Contacts:

Portfolio Website (with projects section) - https://mansur-isakov.netlify.app/
GitHub Profile - https://github.com/MansurIsakov
LinkedIn - https://www.linkedin.com/in/mansur-isakov/
Email - mansurisakov.dev@gmail.com
Wrong Mansur
Mansur Isakov' CV.pdf
📌 First attempt to find a job
#design

I strongly recommend to check this website ➡️ http://www.calltoidea.com/

©️ Quartet's Untitled Project
😈 Feel the power of JS
JS Is Weird

https://jsisweird.com/
🏋️‍The BMI calculator (mini app)🏋️

This small program aimed at calculating the BMI with input values.

Partially Adaptive

HTML5 + CSS3 + JavaScript implemented🦾

Check it Out!
Demo: https://testyourbmi.netlify.app/
Repo: https://github.com/Salokhiddinov/TestYourBmi

©️ Quartet's Untitled Project
let firstObj = { name: "Hello" };
let secondObj = firstObj;
firstObj.name = "Bye"; console.log(secondObj);
Anonymous Quiz
52%
{ name: 'Hello' }
48%
{ name: 'Bye' }