Padmi

SVIT Inc - Frontend Developer

Location not specifiedPosted 1 month ago
Digital Interface DesignUnspecified
Apply at SV IT

Opens the source posting on svitinc.com

Source description

About the role

View original

SVIT Inc

Home

About Us

Services

Contact

Career

Blog

+1 516-303-3759

Career

Career Detail

Home

Career Detail

Frontend Developer

Normal 0

false false false

EN-US X-NONE X-NONE

/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin-top:0cm; mso-para-margin-right:0cm; mso-para-margin-bottom:8.0pt; mso-para-margin-left:0cm; line-height:107%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-ansi-language:EN-IN;}

Job Description :

We are looking for a motivated and skilled Frontend Developer to join our team. You will be responsible for building responsive and interactive web applications that provide a great user experience. Collaborating closely with the design and backend teams, you'll work on creating visually appealing and high-performance websites.

Key Responsibilities :

Develop and maintain responsive, user-friendly web pages and applications. Write clean, efficient, and well-documented code using HTML, CSS, and JavaScript. Work with the design team to implement UI/UX designs that are both functional and visually appealing. Optimize applications for speed and scalability. Troubleshoot and debug issues across various devices and browsers.

Skills & Qualifications

  • Strong knowledge of HTML5, CSS3, and JavaScript. Experience with modern JavaScript frameworks (React, Angular, or Vue.js) is a plus. Understanding of responsive design principles and cross-browser compatibility. Basic knowledge of version control (Git). Strong problem-solving skills and attention to detail.

  • Experience :

  • 1+ year of relevant experience preferred, but freshers with the right skills and enthusiasm are encouraged to apply.

  • Apply Now

  • Upload Resume

  • --> --> --> -->

  • -->

  • Send Messages

  • SVIT Inc. delivers unmatched expertise across diverse industry verticals, empowering businesses to thrive through innovation and a deep understanding of evolving market needs.

  • 545 S Oysterbay Rd, Plainview, NY 11803

  • --> abcd@gmail.com -->

  • +1 516-303-3759

  • O ur Services

  • E-Commerce Solutions

  • Website Development

  • Mobile App Development

  • AI Consulting and Strategy

  • Graphic Design

  • UI/UX Design

  • Q uick Link

About Us

Contact Us

Career

L atest News

We’re an equal opportunity Employer. --> All applicants will be considered for employment without attention to race, color, religion, sex, sexual orientation, gender identity, national origin, veteran or disability status. --> We’re an Equal Opportunity Employer.

All applicants will be considered for employment without attention to race, colour, religion, sex, sexual orientation, gender identity, national origin, veteran or disability status.

Copyright ©2026 All rights reserved SVIT Inc

--> --> --> --> --> × --> --> --> --> --> --> --> --> -->

$(document).ready(function () { $('#popupflyer').modal('show'); }); setTimeout(function(){ $('#popupflyer').modal('hide') }, 6000);

$(document).ready(function(){

$('#form_phone').usPhoneFormat({ format: '(xxx) xxx-xxxx', });

$("#contact-formmain").on('submit', function(e){ e.preventDefault(); $('#loader').show(); $("#sendmsg").hide(); $(".with-errors").text(''); $.ajax({ type:'POST', url:'https://svitinc.com/send-msg', data: new FormData($('#contact-formmain')[0]), contentType: false, processData: false, success:function(data){ if(data.errors){ $('#loader').hide(); if(data.errors.firstname) { $("#efirstname").text(data.errors.firstname); } if(data.errors.lastname) { $("#elastname").text(data.errors.lastname); } if(data.errors.email) { $("#error_email").text(data.errors.email); } if(data.errors.phone) { $("#ephone").text(data.errors.phone); } if(data.errors.subject) { $("#esubject").text(data.errors.subject); } if(data.errors.service) { $("#eservice").text(data.errors.service); } if(data.errors.message) { $("#emessage").text(data.errors.message); } if(data.errors.hasOwnProperty('g-recaptcha-response')) { $("#ecaptcha").text(data.errors['g-recaptcha-response']);

}

// var error = err; // $("#show_err").show(); // $("#show_err").html(err); // $("#show_err").fadeOut(7000); $("#sendmsg").show(); grecaptcha.reset(); } if(data.success == true){ $("#show_msg").show(); $("#show_msg").html(data.msg); $("#show_msg").fadeOut(5000); $('#loader').hide(); $("#sendmsg").show(); $('#contact-formmain')[0].reset(); grecaptcha.reset(); } } }); });

$("#index_form").on('submit', function(e){ e.preventDefault(); $('#loader').show(); $(".with-errors").text(''); $("#send_question").hide(); $.ajax({ type:'POST', url:'https://svitinc.com/get_question', data: new FormData($('#index_form')[0]), contentType: false, processData: false, success:function(data){

if(data.success == true){ $("#show_msg").show(); $("#show_msg").html(data.msg); $("#show_msg").fadeOut(5000); $('#loader').hide(); $("#send_question").show(); $('#index_form')[0].reset(); grecaptcha.reset(); }

if(data.errors != ''){ if(data.errors.name) { $("#ename").text(data.errors.name); } if(data.errors.email) { $("#error_email").text(data.errors.email); } if(data.errors.subject) { $("#esubject").text(data.errors.subject); } if(data.errors.message) { $("#emessage").text(data.errors.message); }

if(data.errors.hasOwnProperty('g-recaptcha-response')) { $("#ecaptcha").text(data.errors['g-recaptcha-response']);

}

// $("#show_err").show(); // $("#show_err").html(error); // $("#show_err").fadeOut(8000); $('#loader').hide(); $("#send_question").show(); grecaptcha.reset(); }

} }); });

$("#apply_form").on('submit', function(e){ e.preventDefault(); $('#loader').show(); $("#apply").hide(); $(".with-errors").text(''); $.ajax({ type:'POST', url:'https://svitinc.com/apply_now', data: new FormData($('#apply_form')[0]), contentType: false, processData: false, success:function(data){ if(data.success == true){ $("#show_msg").show(); $("#show_msg").html(data.msg); $("#show_msg").fadeOut(5000); $('#loader').hide(); $("#apply").show(); $('#apply_form')[0].reset(); grecaptcha.reset(); }

if(data.success == false){ $("#show_err").show(); $("#show_err").html(data.msg); $("#show_err").fadeOut(7000); $('#loader').hide(); $("#apply").show(); grecaptcha.reset(); }

if(data.errors != ''){ if(data.errors.name) { $("#efirstname").text(data.errors.name); } if(data.errors.email) { $("#error_email").text(data.errors.email); } if(data.errors.mobile) { $("#error_mobile").text(data.errors.mobile); } if(data.errors.location) { $("#error_location").text(data.errors.location); } if(data.errors.title) { $("#error_title").text(data.errors.title); } if(data.errors.resume) { $("#resume_email").text(data.errors.resume); } // if(data.errors.message) // { // $("#emsg").text(data.errors.message); // } if(data.errors.hasOwnProperty('g-recaptcha-response')) { $("#ecaptcha").text(data.errors['g-recaptcha-response']);

}

// $("#show_err").html(error); // $("#show_err").fadeOut(8000); $('#loader').hide(); $("#apply").show(); grecaptcha.reset();

}

if(data.success=='1'){ $("#response").html(" "+data.msg+" "); setTimeout(function(){ $("#response").html(""); location.reload(); $("#apply_form").trigger("reset"); $("#show_err").hide();}, 2000); }

} }); });

$("#mc-form").on('submit', function(e){ e.preventDefault(); // $('#loader').show(); // $("#apply").hide(); $(".with-errors").text(''); $.ajax({ type:'POST', url:'https://svitinc.com/subscribe_us', data: new FormData($('#mc-form')[0]), contentType: false, processData: false, success:function(data){ $('#esubscribe').css('color','green'); if(data.success == true){

$('#esubscribe').show(data.msg); $('#esubscribe').html(data.msg); $('#esubscribe').fadeOut(5000); $('#mc-form')[0].reset(); }

if(data.success == false){ $('.with-errors').show(data.msg); $('.with-errors').html(data.msg); $('.with-errors').fadeOut(5000); $('#mc-form')[0].reset(); } } }); });

});

One address, no account. We’ll tell you when matching roles go live.

More at SV IT

Related open roles

View all roles