Drupal add button node jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 drupal add button node jobs found, pricing in AUD

    I am in need of immediate assistance to change the design of a specific button in my Shopify theme. Key Requirements: - Need to change the design of a particular button in the Shopify theme code. - I want this specific button to be transparent. I will provide further specifics during our discussion. - The project needs to be completed on an urgent basis, so I'm seeking someone who is responsive and can work quickly. Ideal Skills & Experience: - Expertise in Shopify theme customization is a must. - Proficiency in CSS, HTML and Liquid programming language. - Previous experience working with transparent button designs would be a plus. - Good communication skills, as I may have some additional requests or specifications for the design. Please reach o...

    $53 (Avg Bid)
    $53 Avg Bid
    21 bids

    ...word blue at the start of your bid to show you read this. The customer is directed to a certain thank you page on my website where chatbot1 is embedded. (I’m thinking it might be best to create the chatbot CMS system on a subdomain and the thank you pages with the embedded chatbots. Not sure what’s the best solution.) 3. Over the chatbot, there’s a countdown timer that starts at 20 minutes. A big button tells the user to click it when they’re ready to imitate their chat session. After clicking it, the chat is activated (they can start messaging the chatbot) and the counter starts going down from 20 minutes. 4. Each time a reply comes from the AI service through the API, it needs to have a custom delay (like 0.1 seconds times the total token amount) and t...

    $1796 (Avg Bid)
    Featured
    $1796 Avg Bid
    11 bids

    I am currently seeking an experienced Node Js developer for a long-term project. The role involves the development and maintenance of backend systems for web applications, mobile app backends, and APIs. Key responsibilities include: - Backend development: You will be responsible for developing the backend systems, ensuring they are efficient, secure, and scalable. - API integration: You will also be working on integrating third-party APIs and ensuring they function as intended. - Server maintenance: Part of the role includes maintaining the servers and ensuring they are running smoothly. While the project specifics aren't detailed, the ideal candidate should have: - Extensive experience in Node Js development. - Previous experience building web applications, mobile a...

    $474 (Avg Bid)
    $474 Avg Bid
    14 bids

    I need a skilled Python developer to add functionality to my existing Python code. This is a time-sensitive project that requires immediate attention. Key Responsibilities: - Modify the existing Python code to incorporate new functionality as mentioned in the requirements. - Make sure the code can run on Linux and Windows systems. - Make sure the system can run on multiple monitors simultaneously. - Ensure the code remains optimized and efficient after implementing new features. - Test the updated code thoroughly to identify and fix any potential issues. - Delete the ''About'' tab - Modify how the system looks. Ideal Candidate: - Proficient in Python programming language. - Experience in modifying existing code to add new functionalities. - Familiar wit...

    $36 (Avg Bid)
    $36 Avg Bid
    12 bids

    ...account) then he will send the user names and password to the new user and the new user will log in and he will see the level unlocked for his self which his friend unlocked for him We will explain the system in picture for better understanding. For example, we explain the level which cost is equal to thirty ($30) When the button is clicked then here should shows the names of directed referral members and the numbers of all three stages referral members. $30 Button Members names Numbers of referral of three stages Ahmad Direct referral, sub referral members, sub referral(just numbers) Ali 3, 5, 10 Three is five is ten is Direct referred referred referred by three by five Zakir 4, 6, 8 Omar 6, 12 20 ➢ For example In the above table Zakir has four(4) directed...

    $213 (Avg Bid)
    $213 Avg Bid
    21 bids

    The application in the Link below is to help sales people at car dealerships connect inventory with Facebook Marketplace. The app posts, deletes, and updates pricing on the users personal profile / marketplace account. I want to redesign this making it very flexible to give users a clear understanding and options to manage the listings on marketplace. ... Here is the current application. I will not HIRE or PAY anyone, until you have proven you can produce a quality result. You can think of this as an interview, to showcase your work. We already have this app running and working with customers. This is simply a redesign. Here is a link to the Desktop App:

    $718 (Avg Bid)
    $718 Avg Bid
    44 bids

    Need a responsive HTML page with a button, following functionality should only apply to a mobile device view (width < 780px) Once clicked the camera app should launch with an overlay frame, the overlay should include 2 buttons: A 75% transparent camera icon should capture the picture once clicked. The red button should close the camera app with the overly Once a picture is taken a confirmation page should show the recently taken picture with an overlay asking for confirmation and an button for retake (see confirmation page) Once the picture has been confirmed an asynchronous process should start compressing the picture on the client side and upload it to a digital ocean space. The application should be to capture the remaining pictures and display the confirmati...

    $207 (Avg Bid)
    $207 Avg Bid
    57 bids
    Quran Voice Search 6 days left
    VERIFIED

    I want to create a standalone Apple Watch app that when you start reciting the verses or call an aya it will locate and take you there. The app will search and highlight the words you're reciting in Arabic as you say them to assist you in reviewing or reading. It should be activated via a Tap. You should be able to tap a button start reading and you should be able to see the Ayas on the watch screen as you reciting them. Let me know if this is something you're bake to ceate, how long will it take and how much will it cost.

    $1178 (Avg Bid)
    $1178 Avg Bid
    8 bids

    Add new table to store existing order. Work with ftp only. Freelancer who can follow only

    $64 (Avg Bid)
    $64 Avg Bid
    15 bids

    ... ____________________________________________________________ * SITE 2 & 3 NO RE-DESIGN NEEDED, JUST UPDATES TO EXISTING DESIGN / MOSTLY TEXT & LINKS * SITE 2: — Update footer info — Add google analytics info to backend — Add hyperlink button to external page in existing minimal style + reposition an existing hyperlink — Add services list to a new page — Potential addition of endless loop scrolling text banner on top of screen SITE 3: — Update footer info — Add google analytics info to backend — Add hyperlink button to external page in existing minimal style LOOKING FOR TALENT THAT FITS THE FOLLOWING: — Fast & efficient (not sloppy or cutting corners requiring multiple ...

    $727 (Avg Bid)
    $727 Avg Bid
    61 bids

    We will make a site where users can chat from the chat bot using the Chatgpt API. They will be able to spend more tokens by purchasing a premium member and upload a pdf. Can you do this? And at the same time, it is a system where I can upload PDFs to vector db from the admin panel and automatically increase the information. And need frontend also need intergate Stripe and one github ai project

    $781 (Avg Bid)
    $781 Avg Bid
    42 bids

    ...PHP will call a Node.js script that uses axe-core to evaluate the accessibility of the website. php Copy code <?php if ($_SERVER["REQUEST_METHOD"] == "POST") { $url = $_POST['url']; // Execute the Node.js script that utilizes axe-core $command = escapeshellcmd("node " . escapeshellarg($url)); $output = shell_exec($command); echo "<pre>$output</pre>"; } ?> <form method="post"> URL: <input type="text" name="url" required> <button type="submit">Test Accessibility</button> </form> Step 3: Node.js Script () This script uses the axe-core library to perform accessibility tests on the URL passed from the PH...

    $33 / hr (Avg Bid)
    $33 / hr Avg Bid
    58 bids

    I need a project to be done where the model can give me the count of buttons on a cloth given an image. When there are no buttons the mkdel should return count as zero.

    $216 (Avg Bid)
    $216 Avg Bid
    19 bids
    small mobile app 6 days left
    VERIFIED

    I need a mobile application that works on both iOS and Android platforms. The app will primarily serve localhost purposes in its functionality. Key Features: login User Authentication to http localhost , after login, display 2 buttons, and display the name of user one button for Entrance and the second button, for stop . after login need to connect to localhost mysql database table on my local web application Please submit your proposal with relevant examples of your work. I will show more detail in chat

    $307 (Avg Bid)
    $307 Avg Bid
    60 bids

    Starting Page ============================ Create User Main Page ============================ Dashboard showing Name Progress Bar Link to Questions Page Questions Page ============================ Open last question user was doing Question Number Question Text Question Image Question Opion A/B/C/D radio buttons Next button to go to next question. Payment Page ============================ On page give text for course details Give option to take take annual subscription. Payment will be for India only.

    $1189 (Avg Bid)
    $1189 Avg Bid
    25 bids

    I have a color prediction game website, which I want to upload on AWS. It's a fun and easy-to-navigate game website, designed for children, adults, and gamers alike. Key Features: * User registration and login functionality * Leaderboards to track and compare scores * A user-friendly color wheel interface I am seeking a freelancer with proficiency in Node.js deployment on AWS and experience in implementing user registration, log-in, leaderboard functionalities, and user interface design. An understanding of gaming websites will be a big plus. The freelancer needs to ensure the site runs smoothly and securely on AWS. Priority will be given to those who can provide post-deployment support.

    $36 (Avg Bid)
    $36 Avg Bid
    7 bids
    Trophy icon Image Editing: Add Neck & Suit 6 days left

    I need an image edited to add the neck and suit from 'image 2', to 'image 1'. Please keep the black background on image 1. Key points: - You need to be proficient in photo editing software - Attention to detail is crucial - The final result should look natural and professional Ideal skills for this job: - Proficiency in photo editing software (e.g. Adobe Photoshop) - Experience in image manipulation - Strong attention to detail

    $30 (Avg Bid)
    Guaranteed
    $30
    107 entries

    ...currently working on automating an antidetect browser with Python and Chromedriver. This browser supports Python for automation tasks like clicking, and I've been managing it with a script run through VS Code. Instead of manually writing code to identify button positions—which can be quite labor-intensive—I'm curious if an AI-driven tool like Open Interpreter could simplify the process. Specifically, I want to find out if Open Interpreter can generate and execute Python code from natural language commands. For example, I'd say "click a button under certain conditions," and Open Interpreter would create the necessary Python code to perform this action. Is anyone here familiar with Open Interpreter and its capabilities to handle such ta...

    $77 (Avg Bid)
    $77 Avg Bid
    5 bids

    I'm seeking a programmer adept in Raspberry Pi to create a system that plays a video upon pressing a physical button. The technical specifications include: - Using a push button activating video playback - The Raspberry Pi device pulls video content from an external USB drive. Experience in handling Raspberry Pi systems and programming for hardware interaction is integral for this project. Familiarity with video playback processes would be highly advantageous.

    $271 (Avg Bid)
    $271 Avg Bid
    13 bids

    ...proficient IoT expert who can connect a ShellyUNI wireless sensor to a Node-Red flow using Mosquitto MQTT broker. Notably, my Node-Red is already installed and functional on a Raspberry Pi4. Key Tasks: - Configure the ShellyUNI wireless sensor to accurately transmit 0 to 12 DC volts. - Set up a system that enables data transmission every minute from the sensor to the Node-Red. Skillset Required: - Excellent knowledge of IoT - Extensive experience with MQTT, specifically using Mosquitto broker - Familiarity and hands-on experience with Node-Red on Raspberry Pi - Previous work with ShellyUNI wireless sensors The ideal freelancer for this project should have hands-on knowledge of working with ShellyUNI sensors, MQTT brokers, and Node-Red flows. Thi...

    $807 (Avg Bid)
    $807 Avg Bid
    9 bids

    I need a minimal flutter example app for android. The app must scan Bluetooth Ibeacons. I do not need a complete UI, simply a button to start scan and another to stop scan. The information obtained from beacons can be showed in a textbox. The monitoring of beacons mut be "Ranging" (each transmition of beacon must be received and showed) Is very important the scan continue in background. When the app is minimized or out of focus, the app must launch a foreground service (or the foregrounn service can be allways active on all the life of app) when te foreground service is running, a permanent notification must be showed (android policy to allow foreground service). The app must request all permitions required to user on start. When the app is minimized, and the foreground...

    $26 (Avg Bid)
    $26 Avg Bid
    11 bids

    Need an expert to fix studio error and missing button from form view WE NEED EXPERT FOR THIS PLEASE

    $76 (Avg Bid)
    $76 Avg Bid
    1 bids

    ...not centered. e. When you see the results in list view (one item per row) the logo for Walmart seems to go off the screen/item box, it should be within the item box and have some spacing around it. f. React bug: Radio buttons are not getting selected sometimes when you click first time. Noticed on both dekstop and iphone, but on iphone, it is very consistent. Only the 2nd click selects the radio button. g. mobile: on search results display, sort by, drop down and the two icons that allow to change layout seem to be pushed to the right and not full visible. Enhancements: 1. Search filter improvements: a. Scrollbar should not show but appear when mouse is in the left pane. Go to Bing shopping webite and enter search for "laptops", scroll down past the Ads (top two rows...

    $232 (Avg Bid)
    $232 Avg Bid
    87 bids

    I'm seeking an experienced WooCommerce expert to help with my online store. The project entails adding and configuring 50-100 products, most of which have unique variations. Key Responsibilities: - Product Addition: Adding 50-100 products to the WooCommerce store. - Variation Configuration: Configuring unique product variations, such as size, color, and material. Skills and Experience Required: - Proficiency in WooCommerce: Extensive experience with setting up and configuring products. - Attention to Detail: Need to ensure all products and variations are accurately added. - eCommerce Expertise: Understanding of best practices for online stores and product listings. Please include examples of similar projects you've completed in the past in your bid.

    $209 (Avg Bid)
    $209 Avg Bid
    76 bids

    ...course is an application of the material covered within that course. The student should select a real-life project for which data is available. the team should do the following: - 1. Write a briefing statement about the current project and describe the surrounding circumstances. 2. Develop a complete WBS for the project 3. Develop a budget and show the budget using the appropriate way you prefer (a button-up approach has to be used) 4. Schedule the project using networking 5. Crash or expedite the project 6. Allocate resources 7. Discussion and Recommendation- discuss your findings and conclude Note: in your attempt to build the WBS, or even the budget elements, provide a brief discussion of how you came up with your numbers, and show some demonstrations of your work by discussin...

    $189 (Avg Bid)
    $189 Avg Bid
    29 bids

    I am looking for a proficient website developer to build a sales funnel website aiming at online sales. The main emphasis of this project is to create highly user-friendly questionnaire pages, consisting of 6 to 8 pages featuring yes/no button options and checklists, a customer registration system and scheduling. Key elements: - Designing an efficient registration system requiring users to sign up via email/password. - Incorporating an appointment scheduling feature. - Seamlessly integrating WooCommerce for eCommerce capabilities, including a small online store. - Including a blog section for regular content updates. The chosen candidate should possess a strong background in website development, specifically with experience in developing sales funnels and integrating eCommerce pl...

    $220 (Avg Bid)
    $220 Avg Bid
    47 bids

    ...active user stats • Admin Medium: Modify user info (delete or suspend) • Pricing: Stripe integration to facilitate monthly premium subscriptions • ChatBot: Create a page where users can upload PDFs, access chat history, modify chat names, delete chats, create new chats, and select chat models (free users can access ChatGPT 3.5, premium users can opt for ChatGPT 4.5) Stage Two: • Daily Limit & API: Add a page to the admin panel for setting daily token consumption limits for both ChatGPT 3.5 and 4.5 (free and premium) and allocate an area for APIs • Facebook Pixel: Seamless Facebook Pixel integration • Chrome DB: Critical for vector database functionality • Admin RAG: Either integrate this GitHub RAG or build a comparable solution with the sa...

    $751 (Avg Bid)
    $751 Avg Bid
    44 bids

    Hi. I want to display one item from an array on the middle of the screen with next and previous button. I need it to be auto layout so it fits iPhones or iPads. And I need to be able to build and run it in XCode 15.3 to check it. See image example. I need this fast.

    $50 (Avg Bid)
    $50 Avg Bid
    3 bids

    I have a script that clicks to like users on badoo. The script is not working correctly because it has the wrong XPATHs to the element that need to be clicked. It should also click the close/next button for the 3 cases where things pop up during swiping (see the screenshots). Basically, all you need to do is find the 4 correct xpaths and run the python script to verify it's clicking correctly. You MUST be an experienced Python programmer with Selenium web automation experience (Selenium, XPATH). Do NOT apply if you do not have this kind of experience - I don't care if you're a "quick learner", you must have this experience or I will not consider you. This whole task should not take more than 2-3 hours for an experienced programmer.

    $179 (Avg Bid)
    $179 Avg Bid
    26 bids

    ...my online store's user interface. Specifically, when the inventory of any product variant drops to 0, the button text should automatically change to 'Pre-order now'. The implementation of this feature should be flexible, catering to all products rather than catering only to specific categories. Freelancers who bid should: • Be proficient in Shopify interface development, with focuses on e-commerce and user-friendly design. • Have the ability to create dynamic and responsive buttons based on real-time inventory updates. • Gain a quick understanding of the current setup in order to effectively implement the new feature. Regarding the pre-order process, it should allow customers to add items currently out of stock in the cart as pre-order items...

    $18 (Avg Bid)
    $18 Avg Bid
    17 bids

    I have an Android application that I'd like to enhance with a review feature. - The reviews should be submitted on a third-party platform linked from the app. - Ideally, I'd like to incorporate some form of user authentication before reviews are accepted. I'm open to suggestions on how to best handle the authentication process. The overall goal is to encourage genuine and constructive feedback while preventing spam or irrelevant reviews. I'm looking for a developer with experience in Android app development and implementing user engagement features. It's important that the final solution is user-friendly, secure, and seamlessly integrated with the existing app. Your ability to propose and implement a secure and user-friendly authentication process will be a ...

    $26 (Avg Bid)
    $26 Avg Bid
    10 bids

    I made a wordpress custom theme. Devs don't like to document things (I kept asking...) so need to force the matter and have someone just do it! The focus is on what is not obvious. e.g. The footer has a "join newsletter button", but where do you edit that and how does it integrate with the CRM? (And if there is custom shortcode where is that written) I need someone who knows Wordpress and to write simple documentation in a Google Doc (for me/devs- You don't need to explain how to copy/paste! ;)). This is not hardcore stuff, it's spending time on my site (I can tell you obvious things), seeing what needs to be explained (asking questions) and then writing the shortest explanation possible with screenshots so any dev (or me!) will know how to update someth...

    $11 / hr (Avg Bid)
    $11 / hr Avg Bid
    48 bids

    Hi, we need help to convert this figma design **ONLY [Homepage - 1] ** [ ] into Wix Studio. Needs to be responsive. No SEO needed. Needs to be well structure that won't break when making edits of text & image. Needs to setup site theme and stick all elements using site theme's text style & color. No real functionality needed. Just convert the design into Wix Studio. Please provide links to your previous Wix Studio sites (complex design preferred). No suggestions on 'use wordpress' nor 'use classic editor' is needed.

    $67 (Avg Bid)
    $67 Avg Bid
    16 bids

    ...2022 passout only)? Are you passionate about programming languages and eager to make your mark in the IT industry? Look no further! We’re hiring talented individuals to join our dynamic team. Position: Software Engineer Domain: Finacle (Banking) Location: Major cities in India and international locations Why Choose Us? Comprehensive end-to-end training in Unix/Linux, JSP, HTML, Core Java, Node JS, Node red, Oracle SQL, and PLSQL. Exciting projects in the banking domain Opportunities for growth and career advancement Terms and Conditions: Commitment: Minimum 3 years with us Training: First month (free accommodation), followed by competitive salary Performance-based increments from the second year onward Global travel opportunities Qualifications: - While we do n...

    $68 (Avg Bid)
    $68 Avg Bid
    7 bids

    I'm seeking a ComfyUI expert who can enhance my current workflow by addressing the following key areas: - Enhanced Border Cleaning: I need to improve the efficiency and effectiveness of my border cleaning process. - Streamlined Process: The workflow should be opti...explore innovative ideas and custom nodes to bring a fresh perspective to the tool. Your role will involve incorporating these improvements into the existing ComfyUI workflow. Ideal skills and experience for this project include: - In-depth knowledge and experience with ComfyUI. - Ability to generate new ideas and implement them effectively within the workflow. - Experience with custom node creation and integration would be highly advantageous. - A keen eye for detail and a commitment to delivering hig...

    $44 / hr (Avg Bid)
    $44 / hr Avg Bid
    1 bids

    We developed custodial wallet using Kotlin, JAVA, Node.js, etc. and when we click the "send" button coins cannot be sent. Please check and fix the issue. apk backend admin panel

    $233 (Avg Bid)
    $233 Avg Bid
    8 bids

    I'm in search of an experienced app developer to build a multi-platform application(both Android and iOS) for my project. The application's primary objectives include: - The conversion of text into speech at the click of a button - The ability to subsequently send the original text via both SMS and WhatsApp without needing to manually open the latter You'd be working with our in-house text to speech engine for this project. Previous experience working with different TTS engines will be advantageous. The app needs to be user-friendly and highly intuitive, enabling seamless interaction for the user. Ideal skills for this job include: - Experience in cross-platform mobile app development - Knowledge of text to speech technologies - Proficiency in integrating apps...

    $11 / hr (Avg Bid)
    $11 / hr Avg Bid
    17 bids

    I need a skilled Laravel 10 developer to create a 1-page website and mobile. This project demands expertise in Laravel and responsive design for optimal performance across desktop and mobile devices. Note:- Please check figma of layout required below. The key features I require include: - Fast loading - Google page speed check has to be 100% for both desktop and mobile - The page is image heavy, hence has to lazy load images correctly - Menu has drop down images heavy. Accordingly loading should be only on mouse over and not interfere with rest of page load. - First part of the page should

    $210 (Avg Bid)
    $210 Avg Bid
    69 bids

    This voice search capability should cover the whole Quran. The primary function of the app will be searching for verses in the Quran utilising voice commands, highlight the words you're reciting in Arabic as you say them to assist you in reviewing or reading. It's a standalone Apple Watch app. It should be activated via a Tap. You should be able ta to tap a button start reading and you should be able to see the Ayas on the watch screen as you reciting them. Please see a sample attached. Basically it should do the exact same thing but on the Watch. Key Requirements: - Voice search functionality specifically designed for the Quran - Covers the whole Quran, not just specific Surahs or Ayahs - Highlight the words you're reciting as you're reading. - Arabic lan...

    $556 (Avg Bid)
    $556 Avg Bid
    30 bids

    1 API fixing issue. 2 button issues. Able to work with ftp and start immediately

    $26 (Avg Bid)
    $26 Avg Bid
    20 bids

    Hi I have a project requiring development of a customised webapp with frontend in and backend in node,js + mongo db and Azure devops (infrastructure + load testing + load balancing + networking + autoscaling). QA test would be need to be performed before commmercial launch, both functional and UAT. Kindly go through the attached document specifying our project requirement and other terms. If the project interests you then we can take it forward, and I can share our detailed project requirements etc. Regards, Amit

    $4981 (Avg Bid)
    $4981 Avg Bid
    27 bids
    Wordpress site 5 days left

    Development of an educational website on WordPress focusing on content organization and accessibility. The site will feature a post categorization function to facilitate user navigation. Inspired by the provided prototype, the design will be modern and intuitive, aiming for a pleasant and efficient user experience. The goal is to provide a use...facilitate user navigation. Inspired by the provided prototype, the design will be modern and intuitive, aiming for a pleasant and efficient user experience. The goal is to provide a user-friendly platform for students and educators to access and share knowledge in an easy and organized manner. You can view the prototype at this link:

    $220 (Avg Bid)
    $220 Avg Bid
    61 bids

    I'm looking for a skilled developer to update an existing capacitorjs plugin to version 5 and introduce Android compatibility. I am looking for a Geofence plugin. I have a good starting point with a public plugin, but it needs updating. Here is the source repository: Please reference it, and add updates to it for capacitor version 5, update any of the swift or Objective C code that may be out of date, add corresponding support for Android. Key Requirements: - The main focus of this project is to enhance the plugin's compatibility with various platforms, particularly iOS and Android. - The plugin should be updated to Capacitorjs v5 to ensure it's leveraging the latest features and security patches.. Ideal Skills and Experience: - Proficient

    $730 (Avg Bid)
    $730 Avg Bid
    15 bids

    Hi are you available for a session sometime within the next 8 hours? I am looking for someone to help teach me and help me to create a C# Web API using ASP.NET core which will be a middleware between an Ang...hours? I am looking for someone to help teach me and help me to create a C# Web API using ASP.NET core which will be a middleware between an Angular front end and a deep learning model backend I have completed a basic start up from Microsofts tutorial - but I am struggling to understand how to link the C# Web API to the front end and to the back end The front end at this stage is a simple button that will endeavour to upload an image for classification - the backend at this stage is a sequence of image pre-processing steps to segment the area of interest from non-areas o...

    $1075 / hr (Avg Bid)
    $1075 / hr Avg Bid
    37 bids

    ...user-friendly interface. I am looking to create an app for Android and iOS smartphones which uses Bluetooth or BLE technology, or similar technology, to transfer and receive small packets of data wirelessly between mobile phones, or cell phones, of the same and differing operating systems in a Mesh Network. There would be multiple users of the app within a 30 metre radius locality using an ad hoc, node to node, wireless system. The app must therefore have no reliance on WiFi, mobile data or any use of a WAP or a WiFi router. It can maybe use a technology similar to Z Wave or Zigbee wireless technology, and maybe use a method like PairAsync for pairing or connecting. The app must have a high level of security using HTTP, SSL, TLS or similar, and must encrypt and decrypt al...

    $1343 (Avg Bid)
    $1343 Avg Bid
    50 bids

    ...two-screen mobile application for Expo. This project does not require integration with any external database or backend creation. There is no login functionality. Your responsibility will be to develop an interface similar to figma and with the functions below. *Does not need to be identical to figma, but maintain logic. Link Figma: How it works: - The entire user journey is gamification. - The user chooses a project that has x days (screen 1). Then you must mark the completed days (screen 2) in the app to earn coins. - The coins are on the top bar (Fixed) and starts with 0 coins. - The number of user coins and complete days must be saved in a local sql-lite database. Summary: - Create app with Expo

    $254 (Avg Bid)
    $254 Avg Bid
    35 bids

    I'm looking for an experienced developer who can help me add a "Report Phishing" button to my Microsoft Outlook and Office 365 client. This button will allow users to report phishing emails directly to an API. Key Requirements: - Development of a 'Report Phishing' button in the Outlook interface. - Action: Determines if emails is from us (simulation). If yes: our simulates phishing security test come with a special SMTP header. The add-in contacts us servers to record the action of the user in our admin console. Then, the emails gets deleted from the user's inbox. If not: the email could be a legit email, ould be spam or a real phish. The email is sent directly from the user's email client yo our admin consol. Then, ...

    $733 (Avg Bid)
    $733 Avg Bid
    52 bids

    ...********************************** Required skill: experienced in , but NOT Flutter. ***************************************************************************** The estimated timeline is ONE day, if you have experienced in FlutterFlow.io. Below is the project description: -Output Build a component designed for writing and sending emails, featuring a rich text editor. Upon pressing a designated button, an email composition popup should appear on the right side of the screen. The design and user experience of this popup should be similar to the email writing interfaces used by Hubspot, and to a lesser extent, Google's email interface. This component should be capable of interfacing with Google or Microsoft's email APIs to send emails to chosen recipients. Configurin...

    $38 (Avg Bid)
    $38 Avg Bid
    4 bids