Javascript read com port jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 javascript read com port jobs found, pricing in NZD

    ...functionality of the calorie calculator by removing the login requirement, allowing users to generate and download dynamic reports seamlessly. Ideal Skills: - Proficiency in website design and development - Experience in PHP, LARAVEL, Wordpress - Experience in user interface and user experience (UI/UX) design - Knowledge of responsive design principles - Expertise in front-end technologies (HTML, CSS, JavaScript) - Previous work on fitness or health-related websites is a plus If you're confident in your ability to deliver these improvements, I'd love to hear from you. Please provide examples of similar projects you've worked on and your proposed approach to elevating my website....

    $478 (Avg Bid)
    $478 Avg Bid
    12 bids
    Web development 6 days left

    Hey users, i already have my static portfolio written in html,css and javascript. I just wanted to make it as dynamic. I wanted to add all my content to be loaded from firebase backend. Link to portfolio : It is just a small project and in near future will also look for SEO For Portfolio Connect with me if you are interested

    $21 (Avg Bid)
    $21 Avg Bid
    7 bids

    More details: Which specific UI change would you like to make to the app? Change color scheme What is the primary color you want for the app's color scheme? Blue Do you require any additional features to be added to the app? add logo

    $214 (Avg Bid)
    $214 Avg Bid
    10 bids

    Hi, We’re looking for a skilled female app developer to build a quick MVP and convert a physical card game into a mobile app game for both iOS and Android platforms. Quick note: I appreciate those who feel the need to start a chat and not so much those who have not bothered to read the brief before wanting to chat. I'll only start a chat if you have at least 2 to 4 links to card games you have published. Skills and experience required for this project: Experience converting physical card deck games into digital game experiences would be the ideal provider. The game brief overview: "Ello" is a two-player game played with a standard 52-card deck, where each player starts with 26 cards. The game assigns values to only four cards in the deck. In each turn...

    $768 (Avg Bid)
    $768 Avg Bid
    17 bids

    I'm looking for a skilled developer who can help me create a bypass method for facial biome...help me create a bypass method for facial biometrics. - This project is for research and development purposes, and the primary application will be testing the bypass method. - The method should be aimed at overriding facial recognition specifically. - I would prefer if the technology stack used for the development is JavaScript and TensorFlow.js. Ideally, you should have: - In-depth knowledge and experience in biometrics and biometric security systems - Proficiency in JavaScript and - Familiarity with facial recognition technology - Strong problem-solving skills - Previous experience in research and development projects, particularly those related to security testing, would b...

    $101 (Avg Bid)
    $101 Avg Bid
    2 bids
    Word Document Alterations 6 days left
    VERIFIED

    I just need a very easy task. Change the style for 6 docs with some pages. Need to be done NOW And the budget for the all task is 5$ . if you read the proposal you need to write You need to write at the beginning of the text what your city is and what the color of the sky is now. Skills Required

    $10 / hr (Avg Bid)
    $10 / hr Avg Bid
    38 bids

    I need someone with great skills in SketchUp to finish me an exterior design that I have Already started, we'll agree on the price but I need the work to be done in (4 hours max), message me I READ EVERYTHING just to verify you're not an automated reply *note : the file is too big to be uploaded, I'll send it to you on the chat

    $245 (Avg Bid)
    $245 Avg Bid
    15 bids

    I need someone with great skills in SketchUp to finish me an exterior design that I have Already started, we'll agree on the price but I need the work to be done in (4 hours max), message me I READ EVERYTHING just to verify you're not an automated reply *note : the file is too big to be uploaded, I'll send it to you on the chat

    $77 (Avg Bid)
    $77 Avg Bid
    8 bids

    I'm seeking a Front-End Developer to convert our design i...a Front-End Developer to convert our design into a responsive web page using Bootstrap. Key Responsibilities: - Conversion of our design into a responsive web page - Proficiency in HTML, CSS, and JavaScript - Utilizing Bootstrap framework for development - Implementing specific functionalities like image sliders and interactive forms - Ensuring the final design is minimalistic and clean Ideal skills and experience: - Proficient in HTML, CSS, and JavaScript - Experience in responsive design - Knowledge of Bootstrap framework - Ability to develop image sliders and interactive forms in JavaScript - Capability to design a minimalistic and clean page Please share your previous work for review, along with yo...

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

    ...team and work on our B2B ecommerce website and app development. The ideal candidate will have a strong background in PHP and Laravel, with experience in building and maintaining ecommerce platforms. This is a remote position, offering the flexibility to work from anywhere. Key Responsibilities: Develop, test, and maintain high-quality ecommerce solutions using PHP, Laravel, MySQL, HTML, CSS, JavaScript, and related technologies. Collaborate with the design and product teams to implement new features and improvements. Optimize and enhance the performance of the website and app to ensure a seamless user experience. Troubleshoot and resolve issues as they arise, ensuring the stability and reliability of the platform. Write clean, well-documented, and maintainable code. Stay update...

    $900 (Avg Bid)
    $900 Avg Bid
    69 bids

    ...time to explain over and over again. So this is the requirements for the project: Inviter script must have some user friendly interface (HTML or app interface like Java or similar) Inviter script will take inputs of multiple Telegram API’s (accounts) total from 5 or 10 accounts a) API ID b) API Hash All API’s (Accounts) would be added to target channel/group as admins Script will read files where all accounts to be invited will be listed in the following format: @jacksparow @did738 @simao79 @wiro … The user file will contain anywhere from 1000-2000 users thats why i need script to be multithreaded and add Users from 10 Telegram API’s simultaneously because Telegram has limit on how many users you can add. You can offer your workaround...

    $229 (Avg Bid)
    $229 Avg Bid
    8 bids

    ...Snippet: javascript const express = require('express'); const bodyParser = require('body-parser'); const { OpenAIApi, Configuration } = require('openai'); const app = express(); (()); const configuration = new Configuration({ apiKey: 'YOUR_OPENAI_API_KEY', }); const openai = new OpenAIApi(configuration); ('/webhook', async (req, res) => { const userQuery = ; const response = await ({ model: 'text-davinci-003', prompt: userQuery, max_tokens: 150, }); const botResponse = [0].(); ({ fulfillmentText: botResponse, }); }); const PORT = || 5000; (PORT, () => { (`Server is running on port ${PORT}`); });

    $934 (Avg Bid)
    $934 Avg Bid
    19 bids

    We are seeking an experienced freelancer to set up a Node.js application on our web hosti...is running and accessible via the specified domain. - Verify and configure the necessary firewall and port settings to allow traffic on the required port (default 3000). - Provide documentation of the steps taken and any configurations made. Specifics: The script should listen on port 3000 and respond with a message "Fixed Response" for any request. Sample Script: const http = require('http'); const hostname = '0.0.0.0'; const port = 3000; const server = ((req, res) => { = 200; ('Content-Type', 'text/plain'); ('Fixed Responsen'); }); (port, hostname, () => { (`Server running at http:...

    $62 (Avg Bid)
    $62 Avg Bid
    27 bids

    I'm looking for a skilled professional who can migrate an existing voicemail manager system from Google Script (Javascript) to Office365. The primary purpose of this migration is to rebuild the system on a completely different platform. Key Requirements: - Proficient in Google Script (Javascript) - Familiar with Office365 platform - Previous experience with voicemail manager systems is a plus The ideal candidate for this project should have a strong background in both Google Script and Office365, with a particular focus on migration projects. Since the goal is to enhance the system's reliability, it is important that the freelancer has a good understanding of the intricacies of voicemail manager systems. The project's success will depend on the freelancer&...

    $260 (Avg Bid)
    $260 Avg Bid
    18 bids

    ...additional functionality to an already written script of mine. The existing functions also need to be double-checked for correctness. Key requirements include: - Modify the existing Python script to incorporate the additional features required - Review the current script and ascertain that all existing functions are properly written and functioning as they should - Build a Debian OS image for COM (Computer-On-Module) installation that can be used to implement the updated python script seamlessly. Success in this role will require: - Proven experience with Python, specifically in writing and improving scripts with a focus towards integration with hardware - Solid knowledge and experience working with Debian operating system, especially in creating bootable Debian images for co...

    $897 (Avg Bid)
    $897 Avg Bid
    29 bids

    Please read the brief carefully and Designer Critique is greatly appreciated. Complete, operational, custom web site for drop shipping business. Use whatever language is best suited, we prefer word press (this allows us to do minor modifications inhouse- no programming expertise). Along with the web site, suggest name (search on net and proposed office locations), design logo and compose tagline. All copy by client. Topics covered: Vision, mission, contact, FAQ, terms & Conditions, Returns, Refunds, Shopping from a catalog, Live+Chatbot, order processing, confirmation, tracking, cancellation, payment processing, credit, debit, digital wallets, EFT, (No COD, No Checks)Shipping choices and info, Shopping cart, Days to delivery, Visitor, customer mailing list, Loyalty program, Soc...

    $709 (Avg Bid)
    $709 Avg Bid
    22 bids

    ...sourced from YouTube and Instagram (produced by us). The content management system must offer an intuitive interface for creating and organizing multimedia posts. Community engagement is important. As such, a discussion forum with user profiles, threads, and moderation tools will be developed. Members can participate in topic-based conversations and interact and help each other. Strong PHP, JavaScript, and database skills are needed to build a robust and scalable platform. Expertise in ecommerce and content management frameworks like WooCommerce and WordPress is preferred. Design capabilities are a plus. The qualified applicant will deliver a feature-complete solution that adheres to current web standards and prioritizes user experience. We aim to launch within 2 months and nee...

    $581 (Avg Bid)
    $581 Avg Bid
    27 bids
    JavaScript task for Student 6 days left
    VERIFIED

    I'm in need of junior JavaScript developer that has - Proficiency in JavaScript to create the desired functionalities - Understanding of web application

    $31 (Avg Bid)
    $31 Avg Bid
    54 bids
    Trophy icon Corporate Website Development 6 days left

    I'm in need of a talented web developer to create a corporate website for my business. This project has a time constraint, so I'd like the website to be completed ...that clearly represents my business and services. - It should be user-friendly with easy navigation for potential clients. - Mobile responsiveness is vital. The website should adapt well to various screen sizes and devices. Ideal Skills and Experience: - Proven experience in developing corporate websites is a must. Please provide examples of your previous work. - Proficiency in HTML, CSS, JavaScript and other relevant web development technologies. - Understanding of SEO practices to optimize the website for search engines would be a plus. Looking forward to receiving proposals from experienced and innova...

    $16 (Avg Bid)
    $16
    25 entries

    Conquer Gynecology Exams: Create Short, Clear Chapter Notes (Medical Students Only!) Need a study edge in Gynecology but short on time? We're looking for medical students to create concise, high-impact chapter summaries on gynecological topics. This is a fantastic opportunity to solidify your understanding while earning money! Fast Track Your...resume or portfolio and complete the short screening process. Let's create valuable study resources for fellow medical students! Changes: Targets medical students needing last-minute study materials. Adjusts focus to creating "chapter summaries" instead of full chapters. Lowers time commitment per task to be more manageable. Streamlines screening process to focus on summarizing skills If you have read the description ...

    $5 / hr (Avg Bid)
    $5 / hr Avg Bid
    9 bids

    YOUR BID PRICE IS FINAL; NO LATER CHANGE IS ALLOWED. READ CAREFULLY BEFORE YOU BID. See ATTACHMENTS. Cannot share Code before you accept. I have a Journal App built in PHP/JavaScript/Laravel which allows to enter Journal entries, country, some photos and one video of limited size, different costs etc (see ). The job is to implementing the feature of Travel Route Map Creation using Leaflet and OpenStreetMap (both free, opensource). There is a tutorial here Users will be able to search a place in map, create lines of different colors from one place to another, add/tie blog posts, links and pictures with the map, dates, notes and then only map creator can download the map as Image/PDF

    $41 (Avg Bid)
    $41 Avg Bid
    6 bids

    It is very important that you read the attached document and make yourself familiar with the details of the project before contacting me. You will be tested to see if you are serious. I'm looking for a skilled web developer to build , a multi-vendor platform connecting digital artists with the print-on-demand service Gelato. The platform aims to facilitate the sale of digital artworks as physical prints/wall art, with artists earning commissions on their sales. There will also be some unique features and an affiliate program. The major points and requirements for the project are listed in the attached project document. The design files are nearly finished, but some design work is likely needed: (ZAPTA)?typ

    $7702 (Avg Bid)
    $7702 Avg Bid
    47 bids

    I'm searching for an expert who can assist me in generating high-quality leads and databases. The candidate should be an expert in scrapping and generating leads, as per the requirement. We are open to buying the lead list and paying for the consultation. Please apply only if you know how to genera...databases. The candidate should be an expert in scrapping and generating leads, as per the requirement. We are open to buying the lead list and paying for the consultation. Please apply only if you know how to generate and scrape leads in bulk and are an expert or have rich experience in it. We are looking for experts only. Budget is not a constraint for the right candidate. To ensure you have read the description, start your application with the word "Blue" to be...

    $49 / hr (Avg Bid)
    $49 / hr Avg Bid
    28 bids
    Email Marketing Expert Needed 6 days left
    VERIFIED

    I am looking for an email marketing expert to help me generate leads through a strategic email campaign. We want to send cold emails to our lead list and hopefully book appointments out of that. We plan to send at least 100K cold emails per month to business owners in the US. The applicant should hav...at least 100K cold emails per month to business owners in the US. The applicant should have similar experience in the past and should be aware of all technicalities from scratch to the end. He or she will be managing the entire system by himself/ herself We are looking for an expert and budget is not a constraint. Please apply only if you have done this in the past. Also to make sure you have read this description, start you application with the word "Blue" to be cons...

    $49 / hr (Avg Bid)
    $49 / hr Avg Bid
    13 bids

    I'm seeking an experienced Node.js developer for a full-stack project. This will involve both front-end and back-end development. Ideal Skills and Experience: - Strong knowledge of Node.js - Proficiency in front-end technologies, such as HTML, CSS, and JavaScript - Experience with front-end frameworks like React or Angular - Knowledge of database integration - RESTful API development experience - User authentication and management I'm open to discussing the specific features and functionalities you can bring to the project.

    $21 (Avg Bid)
    $21 Avg Bid
    19 bids

    I'm seeking a Django/ Java Script with Bootstrap expert who can assist with the layout and design of my website atplands.com. T...website and providing recommendations for improvements - Collaborating with the team to create a new, fresh look for the site - Ensuring the new design is functional and user-friendly Ideal skills for this project include: - Strong experience with Django/ Java Script with Bootstrap - Proven track record of working on front-end development using JavaScript/Bootstrap - A good eye for design and layout - Ability to understand and implement JavaScript to integrate Rest-APIs Your work will play a key role in enhancing the user experience of , so I'm looking for a freelancer who can bring creativity, expertise, and a problem-solving mindset t...

    $178 (Avg Bid)
    $178 Avg Bid
    12 bids

    German Recording project We have a project, that needs Native German speakers, we will give you the text, and you need to record 89 short sentences. you just need to download our software, to read our text and record it, it's a very easy job. 1. You will need to record in a quiet place without loud background noise. and without an echo. 2. Each person Price is 8$ for 89 short sentences record. 4. The project will take about 10-15 mins only. If you are interested please let me know sure. I will contact u. A Good Opportunity For New Freelancers For taking 5 Star Review after their completion of the project. Thanks :

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

    France French Recording Project We have a project, that needs Native France French speakers, we will give you the text, and you need to record 89 short sentences. you just need to download our software, to read our text and record it, it's a very easy job. 1. You will need to record in a quiet place without loud background noise. and without an echo. 2. Each person Price is 5$ for 89 short sentences record. 4. The project will take about 10-15 mins only. If you are interested please let me know sure. I will contact u. A Good Opportunity For New Freelancers For taking 5 Star Review after their completion of the project. Thanks :

    $8 / hr (Avg Bid)
    $8 / hr Avg Bid
    8 bids

    I am in need of an experienced developer who can help build a web application using HTML, CSS, and JavaScript. The web app should be designed with interactive features, specifically real-time data updates. Key Features: - The app should display the current time and date for different time zones in real time Skills and Experience Required: - Proficiency in HTML, CSS, and JavaScript - Experience in building web applications with real-time data updates - Knowledge of time zones and working with time and date in JavaScript Please let me know if you're the right person for this job.

    $23 (Avg Bid)
    $23 Avg Bid
    21 bids

    We have a project developed with VS2022, c#, datatables, SQL database, javascript and similar.... The user experience is not good. We need a professional and nice interface and user experience, but, mantain our actual code and funcionality.

    $885 (Avg Bid)
    $885 Avg Bid
    67 bids

    ...enhancing the interface with key features. Skills and Experience Required: - Proven UI design experience - Proficiency in using Figma, Sketch, and Adobe XD - Experience designing interfaces for Warehouse Management Systems (preferred, but not mandatory) - Experience using tools such as Photoshop, Sketch, Illustrator, InVision, UXPin, Quartz. - Understanding of basic front-end languages: HTML5, CSS3 Javascript. -Creative ideas with problem solving mindset. - Experience working in an agile/scrum development process. Key Features for the Interface: • Supplier Management & Purchase Order • Order Management • Inventory Management • Warehouse Labor Planning • Inventory Control & Tracking • Goods Receiving & Storing (Inbound) • Ord...

    $516 (Avg Bid)
    $516 Avg Bid
    20 bids

    ...management Content tracking Analysis Daily Trends Analysis Audience targeting Monitoring of music lists Video editor Royalty accounting software Neighbouring Rights Collection DMCA automated takedown Min. Requirements: - Must have experience with DDEX music supply chain and infrastructure - Experience with B2B DDEX implementation - Experience with technologies such as JSON/XML, AWS, NoSql, Python, Javascript - Familiar with MEAD standards provided by DDEX, Ruby on rails knowledge. Please only apply if you have build something like this before! More info: Key Features: - Rights Management: Implement a secure and reliable mechanism for managing music rights within the system. This should

    $3454 (Avg Bid)
    $3454 Avg Bid
    8 bids

    ...design should be visually appealing, user-friendly, and responsive across all devices. - The site will have a moderate amount of content spread across 1-5 pages. - I'm particularly interested in incorporating scrolling animations to bring dynamism to the site. - An interactive contact form is essential to facilitate client engagement. Ideal Skills and Experience: - Strong proficiency in React and JavaScript to ensure robust website functionalities. - Prior experience in portfolio website development, with a focus on aesthetics and user experience. - Expertise in CSS and animations to implement smooth and visually engaging scrolling effects. - Experience with implementing and customizing interactive contact forms. - Attention to detail, creativity, and the ability to transla...

    $745 (Avg Bid)
    $745 Avg Bid
    51 bids

    I am in need of an experienced developer who can help build a web application using HTML, CSS, and JavaScript. The web app should be designed with interactive features, specifically real-time data updates. Key Features: - The app should display the current time and date for different time zones in real time Skills and Experience Required: - Proficiency in HTML, CSS, and JavaScript - Experience in building web applications with real-time data updates - Knowledge of time zones and working with time and date in JavaScript Please let me know if you're the right person for this job.

    $19 (Avg Bid)
    $19 Avg Bid
    20 bids

    I'm looking for a skilled web designer with a touch of creativity to design an eCommerce website. What's paramount to me is not just the functionality of the website, but ...enhancing the site design and establishing brand identity. - The logo design should be adaptable and able to fit into various applications such as app logos, brand logos, etc. Key Elements For Design: - Incorporating symbols or icons. - Unique text or typography. - Complementary color schemes. Ideal Candidate Skills: - Proven experience in web and graphic design. - Proficiency in HTML, CSS, JavaScript or related. - Portfolio showcasing previous design work. - Attention to details in creating engaging designs. I'm excited about finding the right match for this project. If you think that's y...

    $39 / hr (Avg Bid)
    $39 / hr Avg Bid
    35 bids

    I'm looking for a skilled web designer with a touch of creativity to design an eCommerce website. What's paramount to me is not just the functionality of the website, but ...enhancing the site design and establishing brand identity. - The logo design should be adaptable and able to fit into various applications such as app logos, brand logos, etc. Key Elements For Design: - Incorporating symbols or icons. - Unique text or typography. - Complementary color schemes. Ideal Candidate Skills: - Proven experience in web and graphic design. - Proficiency in HTML, CSS, JavaScript or related. - Portfolio showcasing previous design work. - Attention to details in creating engaging designs. I'm excited about finding the right match for this project. If you think that's y...

    $39 / hr (Avg Bid)
    $39 / hr Avg Bid
    28 bids

    I'm seeking a skilled developer to create a website for me. I'd like the site to have a clean and...have a clean and professional design, similar to examples mentioned: and Key Requirements: - Develop a website with a "Clean & Professional" design style - Ensure that the site is responsive and mobile-friendly Skills and Experience: - Proven experience in web development - Strong proficiency in front-end development languages (HTML, CSS, JavaScript) - Familiarity with popular web development frameworks and CMS (e.g. WordPress) - A good eye for design and the ability to create visually appealing websites If you have a portfolio that showcases your work on similar projects, that would be a great plus. Looking forward to seeing your bids.

    $103 (Avg Bid)
    $103 Avg Bid
    60 bids

    I'm seeking a proficient fullstack developer with a deep understanding of HTML/CSS/JavaScript and React. The primary mission will be to assist in building a progressive web app. Key Responsibilities: - Craft high-quality code for my progressive web app - Facilitate, implement, and manage React-centric tasks Skills and Experience: - Comprehensive understanding of HTML/CSS/JavaScript - Proven experience with React - Previous work with progressive web apps is a plus

    $263 (Avg Bid)
    $263 Avg Bid
    73 bids

    ... - **Expected Behavior**: The scraping script is supposed to collect data that matches specific regex patterns. This means that it's not just supposed to collect all messages or only new messages since the last run, but rather those that align with the predefined regex matches. It should give me the option to select which groups get scraped, how far back it crawls back and download/read/regex match/save data. I'm looking for a Python guy who can help me rectify these problems and ensure the script runs efficiently. Experience with Telegram/telethon API, regex, and web scraping is crucial for this task. So if you're a Python developer with previous experience in fixing script errors, particularly in the context of web scraping, I'd love to hear from you....

    $46 (Avg Bid)
    $46 Avg Bid
    10 bids

    I am in need of ...include a variety of layout and styling options, like spacing and color variations. - Please note that we have a specific design in mind for these blocks, so attention to detail and the ability to follow our design specifications is crucial for this project. Ideal Skills and Experience: - Strong knowledge and experience with WordPress, especially in developing Gutenberg blocks. - Proficiency in JavaScript, CSS, and HTML. - Prior experience in creating interactive, dynamic blocks with a focus on user experience. - Experience in adhering to design specifications and conveying design concepts into functional blocks. If you have a track record of delivering high-quality, bespoke Gutenberg blocks, and are able to work closely with our design team, I'd love to...

    $229 (Avg Bid)
    Featured Urgent
    $229 Avg Bid
    18 bids

    ...understanding of interactive elements The ideal candidate should have a strong portfolio involving React and NextJs development and responsive web design. Familiarity with creating interactive and user-friendly dropdown menus will also be essential. Please provide relevant experience in your proposal. Your input on possible functionality and design aspects are welcomed. Skills Required PHP JavaScript Website Design HTML React NextJs Ideal Skills & Experience: - Proficient in NextJs and React. - Strong understanding of responsive design principles. - Experience in creating high-performance, single-page websites. Please include a portfolio of your relevant work when applying. Your understanding and execution of the above points will be pivotal in the successful delivery of ...

    $289 (Avg Bid)
    $289 Avg Bid
    55 bids

    ...functionality of a website from TypeScript, JavaScript, HTML, and CSS to a Python-based system. The website currently allows users to input a URL for evaluation on its ACT and WCAG compliance. Once evaluated, it highlights any errors and provides recommendations for improvement. The source code is provided. Key Requirements: - Recreate user input URL evaluation - ACT and WCAG compliance checking - Error highlighting - Recommendation provision Design Changes: - Redesign of the website's layout - Improvements to the user interface Design Preferences: - Clean and minimalist design - Modern and trendy elements The source code is available for reference. Ideal candidates should have a solid understanding of web development, particularly in TypeScript, JavaScript, HTML,...

    $598 (Avg Bid)
    $598 Avg Bid
    30 bids

    ...marketing materials and our spa's sign. In addition to the logo, I'm looking for assistance in selecting a brandable name for the med spa - one that is unique yet resonant with our services. Specifics: - Logo Design: The design should be modern and minimalistic in style, reflecting a sense of elegance and sophistication. Your Key Responsibilities: - Selecting a brandable name that is available with a .com extension - Crafting a unique, modern, and minimalistic logo - Ensuring the final deliverables reflect the warmth, elegance, and sophistication of a med spa - Providing a design that is suitable for various marketing materials, including potentially the spa's sign Ideal Skills & Experience: - Proven experience in logo design, particularly in the modern and ...

    $82 (Avg Bid)
    Guaranteed
    $82
    568 entries

    ...designers to implement the visual and interaction design. - Conduct thorough testing across different platforms to ensure functionality and responsiveness. - Maintain regular communication with the project team to ensure alignment and address any technical challenges. **Key Skills Required:** - Strong experience in game development with a portfolio of successful projects. - Proficiency in JavaScript, C#, Python, and frameworks like Unity or Phaser. - Demonstrable experience with both web and mobile game development. - Knowledge of API integration for real-time data processing. - Ability to work independently and manage time effectively. **Deliverables:** - A fully functional front-end application for web and mobile. - Documentation of the development process and co...

    $34 / hr (Avg Bid)
    $34 / hr Avg Bid
    59 bids

    I'm in need of a skilled web programmer proficient in HTML/CSS, JavaScript, and PHP to create a comprehensive work tracking portal. I have a very rough semi functional example site attached. This will be hosted on a private server with vpn access from each user so security is not a extreame concern. key functions basic login system allow users to enter daily work time with some notes ; I would like them to be able to edit them after allow users to see a list of all open jobs and be able to click on them to open them and edit as needed client management - need to be able to search existing clients or add new ones as well as view any jobs open or closed for the client. job photo uploads need to be optimized for mobile phones / tablets I would also like to add a map...

    $616 (Avg Bid)
    $616 Avg Bid
    64 bids

    As part of my MBA project, I have prepared a Project with analysis on Pharmaceutical industry. It is 15000 words project. I'm looking for a skilled and experienced researcher proof read the content and rectify if any plagiarism is found. Key areas of focus: - Conduct a thorough investigation on the project. - change the content which has plagiarism. Usage of quillbot or chagpt is not recommended. - Prepare charts and pie. Maybe 3 or 4 small charts and diagrams are there. I'm seeking a professional with: - A strong background in Research and/or the pharmaceutical industry - Excellent report writing skills, capable of delivering a well-structured and insightful final document.

    $434 (Avg Bid)
    $434 Avg Bid
    23 bids

    I'm looking for an experienced article writer in Portuguese, with a keen interest in travel, to craft engaging and informative articles for our blog. The ideal candidate should have: - Proficiency in Portuguese: Native Portuguese speaker or highly proficient in the language with excellent writing skills. - Understanding of SEO: Knowledge of basic SEO principles to optimize the article for ...basic SEO principles to optimize the article for search engines. - Passion for Travel: A genuine interest in travel and the ability to convey this passion through engaging content. The article will need to be well-researched and informative while also being engaging and entertaining for our readers. The successful candidate will be able to create content that is both educational and enjoyable ...

    $44 (Avg Bid)
    $44 Avg Bid
    22 bids

    I'm in need of a talented elementor website designer with the knowledge of Javascript and jquery, css3 and html who can transform a Figma prototype into a visually appealing and functional business website. Key Requirements: - Transform a Figma prototype into a Pixel perfect designed website - Ensure design is responsive and 100% similar to the figma Ideal Skills: - Experienced in designing business websites - Skilled in Elementor - Strong knowledge of JS, JQuery, CSS3, HTML, Elementor & PHP - Excellent communication and collaboration skills Check out the prototype from this link:

    $73 (Avg Bid)
    $73 Avg Bid
    9 bids

    I'm looking for a skilled digital graphic designer to create impactful social media graphics and infographics for my B2B brand. These visuals aim to boost brand promotion and facilitate information sharing. Key Responsibilities: - Design creative product labels for fruit pulp products - Create visually compelling, on-brand social media...complex information in a visually appealing manner - Spanish proficiency This position requires a creative individual who can think strategically and can create designs that resonate with a B2B audience: Our customers are Chefs and Gastronomy or Fruit based drinks Specialists Top rated restaurants, hotels and cafés, bars Please share your relevant portfolio or previous work for consideration. Please read the attached Request for Propo...

    $31 / hr (Avg Bid)
    $31 / hr Avg Bid
    42 bids

    I am looking to launch a marketing business that offers SEO services for our clients, and I need an SEO specialist to do this, continuously, and for all website platforms. Key aspects of the project include: - Enhancing website visibility: I want my client's websites to be easily discovered by potential customers. - Keyword optimization: Understanding common search terms in my clients industry's and incorporating these into their sites. - Competitive analysis: Researching my clients competitors' SEO strategies and identifying opportunities for them to stand out. - White Hat tactics only - White label preferred - This will be an ongoing project, that I am looking for a quote only right now. - I need a quote for each of the following clients that I would bring to the pictur...

    $495 (Avg Bid)
    $495 Avg Bid
    51 bids