Browser project일자리

필터

내 최근 검색 기록
필터링 기준:
예산
최대
최대
최대
유형
보유 기술
언어
    프로젝트 진행 단계
    2,000 browser project 건의 일자리 확인, 급여 기준: USD

    I need a JavaScript web console that will automatically click after 30 second on a search button and It will collect some data. For example: I put the search keyword "new video" in YouTube search input and the JavaScript will click the Search button after 30 second 100 times.

    $10 (Avg Bid)
    상금 보장형
    $10
    12 건의 응모작

    Hi I'm looking the person good in WireGuard and V2Ray x-ray to writing complete coding and document it. Want this wireguard V2Ray can running in Debian and Ubuntu Must know how to make the connection stable and get the maximum speed setting Must have function to using bugs Can build coding and dashboard in web browser so I can handle the user without need to ssh to server Need to work with cloudflare for domain setting Must have function the renew SSL certificates using letsencrypt Can handle firewall that open and block ports The script coding also can handle server hardening. And any related function that must have If you can do this please pm and if you already done this before please show me Thanks

    $24 (Avg Bid)
    $24 (평균 입찰가)
    5 건의 입찰

    ...principles. Ability to work independently and complete projects on time. Strong communication skills and the ability to understand and meet client requirements. Responsibilities: The freelancer will undertake the following responsibilities: Responsive Adaptation: Ensure that the website functions smoothly on various screen sizes and devices by adjusting spacing, font sizes, and element placement. Browser Compatibility: Verify the website's performance on common browsers (e.g., Chrome, Firefox, Safari, Edge) to ensure consistent and error-free display. Visual Enhancements: Review the existing font sizes, color filters, and images on the website and suggest improvements to enhance visual aesthetics. Adherence to Standards: Ensure that all adjustments are made globally to ...

    $451 (Avg Bid)
    $451 (평균 입찰가)
    188 건의 입찰

    Project Description: We have a PHP-based website that is mostly set up but needs a full website inspection for errors, bugs, and vulnerabilities. The site's functionality and security must be thoroughly checked and any issues found should be corrected. We are looking for a highly skilled PHP developer with strong experience in website debugging and security checks to ensure our site runs seamlessly and securely. Responsibilities: Conduct a full website inspection to identify errors and bugs in the PHP codebase Correct any PHP errors and fix bugs to ensure optimal website functionality Run a vulnerability check to identify and fix security risks Generate a report detailing the errors and vulnerabilities found, and the corrective measures taken Optimize the code for better perfo...

    $150 (Avg Bid)
    $150 (평균 입찰가)
    51 건의 입찰

    About App I have made an Whatsapp Opener App - This app allow users to let text anyone on Whatsapp, without saving contact number("Takes contact number as input and on click of button redirect user to Whatsapp opening that number") since its flutter, when i run it on browser it worked well and when i install its android APK in my devise, somehow it does doesn't work Its a Micro project having, just 100 lines of code overall, I need your help and guidance in finding and fixing that small error for you it will hardly take 5 to 10 minutes -->Tight Budget Rs 50 per 10 Min.<--- Looking forward to see you in ChatBox

    $11 (Avg Bid)
    $11 (평균 입찰가)
    17 건의 입찰

    I am looking for a skilled web developer who can help me with converting an HTML website into a Complete PHP website with a backend. The purpose of the website is to create a poll website. Here are the project requirements: Design: - I already have a design ready for the website, so I would need someone who can implement the design into the PHP website. Pages: - The website will have 1-7 pages in total. Skills and Experience: - Proficient in HTML, PHP, and CSS - Strong understanding of responsive design and cross-browser compatibility - Experience in implementing custom designs into PHP websites - Knowledge of database integration and management (MySQL) - Good problem-solving skills and attention to detail If you have the necessary skills and experience, please submit y...

    $99 (Avg Bid)
    $99 (평균 입찰가)
    44 건의 입찰

    I am currently looking for a developer to help me build a software or web browser extension that can automate tedious tasks and manage data. The functionality and complexity of the project can adjust as per the requirements of the project. Ideally, I would prefer any programming language as per the developer's expertise, however, preference is given to Python, Java, and C++. The software will be extremely user-friendly and easily accessible by anyone with basic technical knowledge. A strong focus on security and smooth navigation is also of prime importance. Additionally, designing with a good User Interface (UI) and User Experience (UX) is also a key requirement. Main Requirement Points: 1. Hypothetical Situatioin for Example: If I have updated the price of P...

    $85 (Avg Bid)
    $85 (평균 입찰가)
    7 건의 입찰

    I am looking for a skilled web developer who can create a website using HTM...allowing users to browse and purchase products online. Design Preferences: - I have a clear vision for the design of the website and will provide specific design requirements to the chosen freelancer. Skills and Experience: - Proficiency in HTML, CSS, and JavaScript is essential. - Experience with e-commerce websites and payment gateways is preferred. - Knowledge of responsive design and cross-browser compatibility is required. Page Requirements: - The website will have more than 7 pages, including product listings, shopping cart, user profiles, and checkout. Overall, I am looking for a talented web developer who can bring my vision to life and create a functional and visually appealing e-commerc...

    $3 / hr (Avg Bid)
    $3 / hr (평균 입찰가)
    41 건의 입찰

    **Project Overview:** I am a developer seeking an experienced freelancer to assist in transferring HTML and CSS components from a previous project to enhance my current website. This task involves integrating specific HTML elements from the old project into the new one, estimated to take approximately 1-2 hours. I have an existing website project and wish to incorporate certain HTML elements from a previous project to improve its functionality and appearance. The freelancer will need to ensure a seamless integration of these elements into the new project. **Deliverables:** - A fully functional and integrated set of HTML elements. - Verification that the elements are compatible with the existing project. - Ensuring responsive design and ...

    $18 (Avg Bid)
    $18 (평균 입찰가)
    18 건의 입찰

    set the folowing: 1-Permissions Policy is a new header that allows a site to control which features and APIs can be used in the browser. 2-Content-Security-Policy This policy contains 'unsafe-inline' which is dangerous in the default-src directive. This policy contains 'unsafe-eval' which is dangerous in the default-src directive. 3-strict-origin-when-cross-origin

    $113 (Avg Bid)
    $113 (평균 입찰가)
    6 건의 입찰

    ...code: ------------------------------------------------------ library(websocket) library(jsonlite) library(async) Heartbeat =10 #container for heartbite DiscordSignals <- function(DiscordToken){ #payloads or messages that R has to send to Discord. Rpayload = list( op= 2, d= list( token= DiscordToken, intents= 513, properties=list( os= "windows", browser= "firefox", device= "firefox") ) ) KeepAlive = list(op= 1, d= "null" ) Jsonpayload = toJSON(Rpayload, auto_unbox = TRUE, pretty = TRUE) JsonKeepAlive = toJSON(KeepAlive, auto_unbox = TRUE, pretty = TRUE) ws <<- WebSocket$new("wss://", errorLogChannels ="warn") ws$onOpen(func...

    $43 (Avg Bid)
    $43 (평균 입찰가)
    13 건의 입찰

    I am looking for a skilled freelancer who can create an Openbullet config for my project. The config should do the following: 1. Open browser 2. Navigate tot the website 3. Solve recaptcha v2 with the help of 2captcha or captchaai 4. Repeat with the next proxy If you have created Openbullet / silverbullet / blackbullet / anomaly / configs before please contact us prior to bidding to discuss

    $21 / hr (Avg Bid)
    $21 / hr (평균 입찰가)
    3 건의 입찰

    ..."contract" tab, which will open a PDF in the web browser. With the PDF open, the system should extract the following information from the PDF: CPF (Brazilian ID number), Phone, and Email. (Content formats: CPF 34262772676 or CPF 123.728.564-24) After extracting all the information, the system should generate a CSV file on the source PC's desktop in the following format: Process number; CPF; Phone; Email Note: Not all cases will have phone and email, but all cases will have a CPF. The system will handle an average of 1500 process numbers in total. If the system encounters any errors on a website, it should move on to the next process. The system should also include a field to change login and password when necessary. You can use the following project...

    $249 (Avg Bid)
    $249 (평균 입찰가)
    31 건의 입찰

    As per the subject I need to start seb browser from a virtual machine, contact me for more info

    $58 (Avg Bid)
    $58 (평균 입찰가)
    5 건의 입찰

    ...website. Specific requirements for the project include: - The ability to navigate and interact with the website using Selenium for browser automation. - Efficient and reliable web scraping techniques to extract the desired text data. - Proper handling of any potential website restrictions or captchas to ensure uninterrupted scraping. Ideal skills and experience for this job: - Proficiency in Python programming language, particularly in working with Selenium for browser automation. - Experience in web scraping, specifically in extracting text data from websites. - Knowledge of different techniques and tools to overcome potential challenges in web scraping, such as dealing with dynamic content or handling website restrictions. Please note that the project i...

    $30 (Avg Bid)
    $30 (평균 입찰가)
    21 건의 입찰

    **Project Description:** We are seeking a skilled freelancer to develop a Progressive Web App (PWA) for our business. The primary goal of this project is to consolidate various functionalities into a single platform, connecting to multiple APIs and utilizing Jira's database for data storage. The app should ensure accessibility and responsiveness across different devices. **Frontend Requirements:** - Utilize React or Vue.js for frontend development. - Implement PWA features, including service workers for offline access and caching. - Create a user-friendly and responsive UI/UX for mobile and desktop users. - Set up secure user authentication, considering OAuth or similar methods for API access. **Backend Setup:** - Use Node.js or Python for backend development. - Employ...

    $5513 (Avg Bid)
    $5513 (평균 입찰가)
    98 건의 입찰
    Contact Form 종료 left

    I have a template website in html/css/js. There is a contact form with phpmailer or SMTP integration which I purchased from When I press the submit button, I receive an ajax error in the browser: Failed to load resource: the server responded with a status of 403 () mailer/ Here is the form. I need someone hwo can resolve the integration.

    $19 (Avg Bid)
    $19 (평균 입찰가)
    16 건의 입찰
    UI development 종료 left

    I'm looking to hire a UI developer to help me create a SAAS portal with detailed design guidelines. The portal will have more than 10 pages/screens, so I need an expert who is experienced and highly skilled in developing user interfaces. I need someone who can take my design ...looking to hire a UI developer to help me create a SAAS portal with detailed design guidelines. The portal will have more than 10 pages/screens, so I need an expert who is experienced and highly skilled in developing user interfaces. I need someone who can take my design guidelines and incorporate them into the SAAS, using best practices such as responsive coding, accessibility guidelines, and cross-browser compatibility. I'm looking forward to seeing a first-rate website that is both functional and...

    $731 (Avg Bid)
    $731 (평균 입찰가)
    18 건의 입찰

    I am looking for a skilled developer to create a web-based hockey stats app with advanced tracking features. The ideal candidate should have experience in web develo...advanced tracking features. The ideal candidate should have experience in web development and be familiar with hockey statistics. Specific features required for the app include: - Advanced stats tracking such as corsi, fenwick, and zone starts - Customizable stats tracking options The app should be accessible through a web browser an app or google sheet/Excel, allowing two people to track and analyze hockey statistics on any device. The timeline for completion of this project is 1-2 weeks, so the ideal candidate should be able to work efficiently and meet deadlines. See Formulas already created in excel ...

    $116 (Avg Bid)
    $116 (평균 입찰가)
    43 건의 입찰

    I am looking for a freelancer to develop an educational quiz game similar to KBC Game or Who Wants to Be a Millionaire. The game will be web or may be desktop based as it is for an event so i prefer offline mode as Internet may create last minute issues. Requirements: - Development platform: Web (Browser-based) or Desktop - Quiz questions: I will provide the questions for the game. - Features and functionalities: I have some specific ideas for the game, but I am open to suggestions from the freelancer. Ideal skills and experience: - Proficiency in web development languages such as HTML, CSS, and JavaScript. - Experience in developing interactive quiz games. - Ability to propose creative features and functionalities for the game. Please submit your proposal with examples of simi...

    $518 (Avg Bid)
    $518 (평균 입찰가)
    22 건의 입찰

    I am looking for a skilled mobile app developer to create a mobile app for our school. The app should be compatible with both Android and iOS platforms, and can also be accessed through a web browser. Key features that the app must include are: - Student-teacher communication - Grade tracking - Course scheduling - Circulars - Classwork - Homework - Attendance - Fee management - Results tracking - Photos module We are looking to have the mobile app completed within a timeline of 45 to 60 days. Ideal skills and experience for this project include: - Proficiency in mobile app development for both Android and iOS platforms - Experience in integrating communication and tracking features into mobile apps - Knowledge of school management systems and student-teacher communicatio...

    $526 (Avg Bid)
    $526 (평균 입찰가)
    40 건의 입찰

    Project Title: Redesign the UI/UX of a web browser Description: Download BlockBrowser from and imagine it looking better. Winner will be hired again with a bigger budget. Bonus points if you create a mobile UI for iPhone/Android app I am looking for a skilled UI/UX designer to redesign the user interface and improve the functionality and user experience of a web browser. The ideal candidate should have experience in creating futuristic designs, with a minimalist approach. Specific aspects to improve: - Layout and navigation: Enhance the flow and ease of use for users. - Visual design and aesthetics: Create a sleek and modern interface that aligns with the futuristic theme. - Functionality and user experience: Improve the overall performance and user satisfaction....

    $150 (Avg Bid)
    파워형 상금 보장형
    $150
    40 건의 응모작

    Project Description: Make ads for Block Browser, blockbrowser.io. Its a web browser catered towards web3. If you do good we will hire you again. Dimensions can be Dimensions can be 300x250 468X50 728x90 160X600 - I am looking for a skilled designer to create ad creatives for my Facebook ad campaign. - The ad creatives required are static images. - The primary goal of the Facebook ad campaign is to increase brand awareness. - I have specific brand guidelines that need to be followed. - The ideal candidate should have experience in creating engaging static images for Facebook ads. - They should be familiar with designing ads that effectively communicate brand messages and capture the attention of the target audience. - Knowledge of Facebook ad specifications and be...

    $100 (Avg Bid)
    파워형 상금 보장형
    $100
    71 건의 응모작
    Email signatures 종료 left

    I am looking for a modern email signature design that incorporates my professional information and represents my personal brand. I am open to the designer's ideas and creative input. These must be able to be used on Mobile - IOS mail app & Gmail App Desktop - MacOS mail & Gmail web browser These must render sizes right and have consistency to the recipient, no matter what device we send from. Skills and Experience: - Proficiency in graphic design and creating visually appealing email signatures - Knowledge of modern design trends and the ability to create a clean and sleek look - Understanding of branding and the ability to create a signature that represents the client's personal brand - Attention to detail to ensure all relevant information is included in ...

    $23 (Avg Bid)
    $23 (평균 입찰가)
    73 건의 입찰

    Project Description: Overview: We are seeking an experienced ASP.NET/Blazor developer to convert a Figma design into a fully functional home page using the Metronic theme. This project involves translating the visual design provided in Figma into a responsive, interactive, and performant web application. If you have expertise in ASP.NET, Blazor, and front-end development, this project is a great opportunity for you. Project Scope: 1- Figma Design Conversion: Take the provided Figma design for the home page and convert it into a Blazor-based web page while ensuring pixel-perfect accuracy and responsiveness across various devices and screen sizes. 2- Metronic Theme Integration: Integrate the Metronic theme into the Blazor application. This includes leveraging ...

    $509 (Avg Bid)
    $509 (평균 입찰가)
    97 건의 입찰

    I am looking for a Flutter web experienced developer who can assist me with my project. The project needs to implement a QR Scanner through device camera, from the browser (live) -- BUDGET IS AROUND 50$ -- Design: - I have a design or wireframe ready for the project Timeline: - The project needs to be completed within 1 day Ideal Skills and Experience: - Strong knowledge and experience in Flutter web development - Proficiency in user authentication, database integration, and payment gateway integration - Ability to work quickly and efficiently to meet the tight timeline If you have the necessary skills and can complete the project within the given timeline, please reach out to discuss further details.

    $212 (Avg Bid)
    $212 (평균 입찰가)
    24 건의 입찰

    As per the subject I need to start seb browser from a virtual machine, contact me for more info

    $154 (Avg Bid)
    $154 (평균 입찰가)
    6 건의 입찰

    I need you to create Android app, accully simple way transfer website url to app, like app will be browser. Also I need you to publish it to android app store

    $36 (Avg Bid)
    $36 (평균 입찰가)
    29 건의 입찰
    Web scraping 종료 left

    I am looking for someone to help with web scraping for ... The data needs to be collected, cleaned, and organized. This is an ongoing project, so I am looking for someone who is reliable and can work consistently. Prior experience in web scraping would be ideal. We need a web scraping tool to track competitor's prices in Croatia and Bosnia and Herzegovina. The solution must be extremely simple so that the end user can simply Copy/Paste from the competitor's pages and in a few clicks set the links that will be followed. The user interface must be arranged in such a way that it is extremely easy to use. All data to be collected must be able to be exported to Excel. Considering the web scraping filters, the solution must be reliable if it is used through the Opera browser...

    $515 (Avg Bid)
    $515 (평균 입찰가)
    61 건의 입찰

    I am looking for a developer to create a voice chat room web application that includes voice chat and text chat features. The ...communicate in real-time - Text chat feature for users to send messages to each other - User authentication and registration system - Ability to create chat rooms and invite other users - Moderation tools to manage users and enforce community guidelines - Responsive and intuitive user interface design Additional Requirements: - Efficient and optimized code to ensure smooth performance - Cross-browser compatibility - Integration with existing databases or APIs, if necessary - Documentation and support for future updates or enhancements Please provide examples of your previous work in web development and any relevant experience in building similar chat app...

    $80 (Avg Bid)
    $80 (평균 입찰가)
    11 건의 입찰

    Project Title: Android iOS App Development - Minimalistic Design, No Webview Browser We are looking for an experienced app developer who can create a mobile application for both Android and iOS platforms. The app should not include a webview browser. Specific Features: - No history or tracking: The app should not save any browsing history or track user activities. - Homepage reset: When the app is closed and reopened, it should automatically go back to the homepage. -s2s pixel integration -back flip homepage after app close Design Preferences: - Minimalistic: The app should have a clean and simple design, focusing on essential features and functionality. Skills and Experience: - Proficient in Android and iOS app development. - Familiarity with minimalistic design ...

    $188 (Avg Bid)
    $188 (평균 입찰가)
    36 건의 입찰

    ...React for 2 hours a day. The ideal candidate will have expertise in frontend development and will be responsible for implementing and maintaining our website. Responsibilities: - Collaborate with the design team to create visually appealing and user-friendly interfaces using React - Translate design mockups and wireframes into high-quality code - Optimize website performance and ensure cross-browser compatibility - Implement responsive designs to ensure a seamless user experience across different devices - Collaborate with backend developers to integrate frontend components with the server-side infrastructure - Write clean and maintainable code following best practices and coding standards Requirements: - Proven experience of about 7-8 years in frontend development using React ...

    $7 / hr (Avg Bid)
    $7 / hr (평균 입찰가)
    34 건의 입찰

    I am looking for a skilled developer to create a Responsive HTML5/CSS3 TV remote in a web browser. The remote should have the following features: - Basic functions including power, volume up and down, Home, Back, Up, Down, Left, Right, Enter The web remote should be compatible with all major web browsers and work on all mobile devices cleanly and easily I prefer a minimalistic and simple user interface for the remote. it will be controlling GoogleTV (Chromecast Gen4) The ideal candidate should have experience in web development and be proficient in HTML, CSS, and jquery. They should also have knowledge of responsive design principles and be able to create a user-friendly interface. The buttons ideally will be backed by fontawesome icons so that changes can be made more easily ...

    $82 (Avg Bid)
    $82 (평균 입찰가)
    21 건의 입찰
    Trophy icon Promotional video 종료 left

    I need a promotional video for my rpg browser game. I need this video so I can use it when I promote my game on youtube,twitch or tiktoks videos from other content creators. Basically it has to explain and show the game in the most epic way possible. This is the game for you to try it, as it is important for you to see the theme: I also leave you access to the guide of the game for any doubt: Finally a link to the game assets: If you have any doubt you can write me in discord or the social networks of the game: Discord: multierpio

    $105 (Avg Bid)
    상금 보장형
    $105
    27 건의 응모작

    I need a promotional video for my rpg browser game. I need this video so I can use it when I promote my game on youtube,twitch or tiktoks videos from other content creators. Basically it has to explain and show the game in the most epic way possible. This is the game for you to try it, as it is important for you to see the theme: I also leave you access to the guide of the game for any doubt: Finally a link to the game assets: If you have any doubt you can write me in discord or the social networks of the game: Discord: multierpio

    $105 (Avg Bid)
    파워형 상금 보장형
    $105
    21 건의 응모작

    For the Calendar/Adventskalender Banner, I will charge 35 USD to prepare And for the front page resizing and rescaling in the following sizes: 175 USD for all sizes in French & German. Which are -Banner For Shop 1080x1080 -Desktop Browser - 1280x350 bei 96dpi -Mobile – 768x350 px bei 96dpi -Banner 820x312 pixel -Email signature in 660x140 pixel So USD210 Alltogether Corrections are included in the price until full approval.

    $210 (Avg Bid)
    $210 (평균 입찰가)
    1 건의 입찰

    ...skillsets. Join us and you will be part of a dedicated and loyal team with modern dev architecture, and have the chance to shape our business and culture long term. Technical Experience · 3+ years of Front-End development experience. · UI & UX as well as QA testing · Writing high-quality clean code · No external libraries, ALL original code · Version Control CI/CD (GitLab) experience · Cross-browser compliance · Extremely good eye for detail · Be eager to continually improve your craft and write beautiful, clean code Skills Required: CSS, HTML, NodeJS, ReactJS Basic Skills  · Excellent problem-solving skills · Exceptional attention to finest pixel detail · Flexible approach to task-driven deliv...

    $9 / hr (Avg Bid)
    $9 / hr (평균 입찰가)
    50 건의 입찰

    This is a very simple job. I need someone to check 2 images and confirm if they are the same product or not. General Steps: 1. Open the 2 image URL’s on internet browser. 2. Visually check photos and determine if they are the same item. 3. Enter your result into spreadsheet. Will be either: • Match • Variant Match • No Match IMPORTANT: Please place bid price per 2000 item checks This task is ongoing for the foreseeable future for the RIGHT freelancer. I will provide batches and milestones at each point. I am hoping to get around 10,000-15,000 item checks very soon. After these are done I will still have ongoing maybe monthly or quarterly. I will release milestones at each end of 1000 checks done. If your work is good then I will add more milestones lat...

    $43 (Avg Bid)
    $43 (평균 입찰가)
    156 건의 입찰

    Project Title: Web Browser Automation Description: I need a web browser automation expert who is proficient in Google Chrome. The ideal candidate should have experience in automating login processes, file download, file upload to server, and connecting into Zapier. Tasks to be automated: - Login Automation - File Download - File Upload to Server - Data Match against master table and delete irrelevant records - Data Massaging in the server - Upload data changes to Zapier (potentially Zapier Tables) Frequency of automation: - The automation needs to run 4 times a day. Skills and Experience: - Proficiency in Google Chrome automation - Experience in automating login processes - Knowledge of file download and file upload automation - Familiarity with connecting into Za...

    $339 (Avg Bid)
    $339 (평균 입찰가)
    58 건의 입찰

    Project Description: I am looking for a skilled tester to develop an effective test automation strategy to ensure a bug-free e-commerce site. 1. Create reusable automated test scenarios on a mutually agreeable PaaS e.g. Lambdatest. 2. Conduct exploratory testing on our e-commerce site using the test suite created in line #1. 3. Document results of of test cases, observed issues and recommendations for improvement (if within your domain of expertise). User Story: As a consumer, I want my shopping experience to be frustration-free so that I am inspired by the content. Desired Outcome: All Bugs, Defects, Errors, Faults or Failures present in production are identified, documented and can be reproduced. Specific requirements for this project include: - Baselin...

    $515 (Avg Bid)
    $515 (평균 입찰가)
    37 건의 입찰

    ...skilled developer who can create a browser extension that is compatible with both Windows and Mac operating systems and support mobile and desktop. The extension will be hosted on Azure cloud hosting service. The main functionality of the extension will be to provide users with the ability to write and read reviews for websites. Ideal skills and experience for this project include: - Proficiency in developing browser extensions for both Windows and Mac operating systems - Experience with Azure cloud hosting service - Knowledge of web development and APIs for implementing the review functionality - I do not have any prerequisites so you need to execute from cradle to grave **Project Title:** Browser Extension with Commenting Functionality **Pr...

    $1532 (Avg Bid)
    $1532 (평균 입찰가)
    7 건의 입찰

    Hi, as the title suggests, I have to start a seb browser on a virtual machine, contact me for more info

    $31 (Avg Bid)
    $31 (평균 입찰가)
    1 건의 입찰

    ...you will play a pivotal role in turning our designers' visions into live Shopify stores. Your primary responsibility will be to take our pixel-perfect designs and bring them to life through sophisticated features, ensuring an outstanding balance between performance, usability, and accessibility. Key Responsibilities: Architect and implement front-end or back-end technical solutions based on project requirements. Conduct technical requirements gathering, analysis, and development of tech specs. Adhere to and enforce correct technology processes on projects. Provide mentorship and training to newcomers in the team. Plan features using sprints while managing simultaneous developments across different projects. Craft pixel-perfect Shopify Stores from Figma files provided by ou...

    $19 / hr (Avg Bid)
    $19 / hr (평균 입찰가)
    41 건의 입찰

    I am looking for a web developer to create a Data Service Providing website. I am open to suggestions for the design and layout of the website. Key Requirements: - Ability to create a visually appealing and user-friendly website - Experience in integrating additional features such as contact forms, blogs, and booking systems - Strong understanding of responsive design and cross-browser compatibility Ideal Skills and Experience: - Proficiency in web development languages such as HTML, CSS, and JavaScript - Experience with content management systems, preferably WordPress - Knowledge of SEO best practices to optimize the website for search engines If you have a good eye for design and are able to provide expert advice on the additional features needed, please submit your proposal.

    $653 (Avg Bid)
    $653 (평균 입찰가)
    36 건의 입찰

    I am looking for a freelancer to help me create an exciting action-based js game. I have a rough idea of the game mechanics in mind, and I am open to suggestions to improve it. The game should be designed to be played on a web browser for the maximum reach. If you have the skill and passion for game development, I assure you this project will give plenty of learning experiences. I'm looking forward to hearing your ideas and seeing your creativity.

    $1508 (Avg Bid)
    $1508 (평균 입찰가)
    24 건의 입찰

    ...Implement, customize, and optimize WordPress plugins, including WooCommerce, Elementor, JetEngine, and JetSmartFilters. Collaborate with the design team to ensure the website's visual aspects align with the client's expectations. Integrate and optimize the virtual try-on and Lenscaner features from luna.io. Write clean and efficient code while adhering to best practices. Troubleshoot and resolve cross-browser compatibility issues. Stay updated on industry trends and technologies to ensure the website remains current and competitive. Qualifications: Proven experience working with WordPress, WooCommerce, Elementor, JetEngine, and JetSmartFilters. Strong proficiency in PHP, JavaScript, CSS, and other web development technologies. Familiarity with e-commerce platforms and ...

    $11 / hr (Avg Bid)
    $11 / hr (평균 입찰가)
    159 건의 입찰

    I am looking for a developer who can create a Traditional Chinese (Taiwan) handwriting recognition functionality in Angular and Electron. Environment: OS: Windows 10 Electron: 22 Angular: 15+ Requirements: - Implement handwriting recognition functionality for Traditional Chinese (Taiwan) characters - Encapsulate the function into a component for usage - Do not use browser extensions - If third-party software support is required, the developer must inform in advance about licensing costs and the software information. Ideal Skills and Experience: - Proficiency in Angular and Electron - Experience in developing handwriting recognition features - Knowledge of Traditional Chinese (Taiwan) character sets Potential 3rd-party lib: If you have

    $1152 (Avg Bid)
    $1152 (평균 입찰가)
    40 건의 입찰

    Hello Freelancers, I'm seeking a skilled web developer and designer to bring my vision to life by creating a website with an integrated image bank using WordPress. This project aims to combine functionality and aesthetics to deliver a visually appealing and user-friendly website. I want to link the site to several http as well. Key Project Requirements: 1. **Design and Aesthetics:** - Develop a visually captivating website layout that aligns with the project's theme and purpose. - Create a harmonious color scheme and typography for a professional and engaging look. - Implement responsive design to ensure the website looks great on various devices. 2. **Image Repository:** - Set up an organized image bank within the website for efficient ima...

    $170 (Avg Bid)
    $170 (평균 입찰가)
    74 건의 입찰
    Wordpress web 종료 left

    Overview: We are seeking a skilled and experienced Website Tester and Improvement Consultant to evaluate the performance, user experience, and overall quality of our website. Your primary responsibility will be to thor...experience in website testing and quality analysis. Strong knowledge of UX principles and best practices. Familiarity with the latest web development trends and technologies. Excellent problem-solving skills and attention to detail. Ability to communicate findings and recommendations effectively. Experience with relevant testing tools and software (e.g., browser developer tools, and testing frameworks) is a plus. Timeframe and Compensation: The project is expected to be completed within [Specify timeframe]. Compensation will be based on your experience and t...

    $18 - $150
    봉인형
    $18 - $150
    37 건의 입찰

    ...in EU. Step 1: I would like you to check these three links: Høyre: Entain: Vertical: Step 2: Enable device Screen record on mobile/PC, check if the landing page loads quickly and check if the videos are playing smoothly on: - A computer with wifi (On your computer browser, right click the landing webpage and go to “Inspect” and go to the “Network” tab option, take a screenshot of the the loading time on each file) - A phone with wifi - A phone with mobile network For each device tested, a screen recording video file must show evidence of: -Initial access to the landing page (opening sequence); -Complete loading and the video played successfully for a minimum of

    $18 (Avg Bid)
    $18 (평균 입찰가)
    6 건의 입찰