Envato mobile app template jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 envato mobile app template jobs found, pricing in USD

    ...who can design a custom Microsoft Word template for my company. This template will play a crucial role in the creation of documents aimed at our external clients. Key Requirements: - Microsoft Word Expertise: You must have a deep understanding of Microsoft Word’s functionalities and be able to create a fully custom template. - Design Skills: The template should not only be functional but also visually appealing and in line with our brand image. - Attention to Detail: It is crucial that the template is designed specifically for external client communications. - Communication: I require clear communication on the progress and any potential questions or issues that may arise. Please note that I will provide you with the specifications that the ...

    $117 (Avg Bid)
    $117 Avg Bid
    44 bids

    ...TouchDesigner and Python developer to create a script for automatically sending MOV videos as email attachments. Key Requirements: - Design and develop a Python script for TouchDesigner that can attach MOV videos to outgoing emails. - Ensure the script is robust, reliable and can handle various video sizes. - Email content doesn't need to be customized for each recipient, so a standard email template is sufficient. - Mail input from user side Your role will involve: - Understanding the project's requirements and the specific constraints of sending MOV videos via email. - Creating the necessary Python script within the TouchDesigner environment. - Testing and refining the script to ensure it performs reliably across different email platforms. - Creating mail input syst...

    $500 (Avg Bid)
    $500 Avg Bid
    35 bids

    I'm in need of a skilled mobile game app designer who can create a virtual workspace game for both iOS and Android platforms. The primary genre will be a Virtual Work Space, which is a unique concept. It's a mix of productivity tools and a game. Key Features: - The app should have audio sharing capabilities where users can share audio files with each other. - The app will also have a feature which creates a virtual lecture hall where users can attend virtual lectures. Ideal Skills: - Strong experience in mobile game app design, especially for iOS and Android platforms. - Understanding of virtual workspaces and productivity tools. - Previous experience with audio sharing and lecture hall features would be highly advantageous.

    $1206 (Avg Bid)
    $1206 Avg Bid
    39 bids

    I'm in need of a skilled individual who can assist me in creating flat file templates for Amazon. I need a highly experienced Amazon listing expert. I need it in 24 hours. I will also work with you there are 1125 products. And Raw file is ready upc, description, Sku etc. It is copy paste work. - The task will involve exclusively the creation of the templates, not data importing or formatting. - Please specify your experience with Amazon's flat file system when responding. Ideal skills: - Proficient in creating flat file templates for Amazon - Prior experience with Amazon's flat file system - Excellent attention to detail

    $23 (Avg Bid)
    $23 Avg Bid
    3 bids

    I'm in need of a skilled individual who can assist me in creating flat file templates for Amazon. I need a highly experienced Amazon listing expert. I need it in 24 hours. I will also work with you there are 1125 products. And Raw file is ready upc, description, Sku etc. It is copy paste work. - The task will involve exclusively the creation of the templates, not data importing or formatting. - Please specify your experience with Amazon's flat file system when responding. Ideal skills: - Proficient in creating flat file templates for Amazon - Prior experience with Amazon's flat file system - Excellent attention to detail

    $25 (Avg Bid)
    Local
    $25 Avg Bid
    2 bids

    I need a skilled graphic designer to create an innovative, catchy mobile mechanic logo. Key requirements: - Predominant colors should be blue and black - Logo must include the symbols of a wrench, car, tire, gear, or piston - Aesthetic theme of the design should be modern Ideal candidate should have: - Strong graphic design skills - An ability to mirror my visions into the design - Excellent eye for color coordination - Past experiences in logo design would be advantageous. Ultimately, I'm aiming for a logo that encapsulates the dynamic, cutting-edge nature of my mobile mechanic business.

    $24 (Avg Bid)
    $24 Avg Bid
    60 bids

    I'm looking for a meticulous freelancer to retype my scanned documents into Microsoft Word. The documents contain both images and graphics which also need to be included in the Word file. Key requirements: - Retype scanned documents into Microsoft Word - Include all images and graphics in the Word file Formatting: - I need the final Word file to adhere to a specific template which I will provide Ideal Freelancer: - Proficient in Microsoft Word - Attention to detail and accuracy - Experience with file conversion and manipulation - Ability to follow provided templates for document formatting

    $10 / hr (Avg Bid)
    $10 / hr Avg Bid
    60 bids
    Soical media mobile app 6 days left
    VERIFIED

    *Project Title:* Developer Needed for Social Media App Development *Project Description:* We are seeking an experienced and talented developer to create a social media application for both iOS and Android platforms. The app will allow users to create profiles, describe their interests, post videos, and comment on others' posts. Our goal is to build a user-friendly platform that fosters engagement and community. *Key Features:* - *User Profiles:* Users can create and customize profiles, including personal information and interests. - *Video Posting:* Users can upload, share, and view videos. - *Commenting:* Users can comment on videos posted by others. - *Like and Share:* Users can like and share posts within the app

    $2276 (Avg Bid)
    $2276 Avg Bid
    127 bids

    I need a designer to create achievement badges for my mobile app. The badges should be cartoonish in style and be designed for both iOS and Android platforms. Must be hockey related. Some badges animated Ideal Skills and Experience: - Proficient in designing for mobile platforms, specifically iOS and Android - Strong skills in creating cartoonish designs - Experience in creating gamified elements, such as achievement badges, is a plus

    $1101 (Avg Bid)
    $1101 Avg Bid
    63 bids

    ...recruit volunteers. TEMPLATE - purchased COPY - completed PICTURES - available THUMBNAILS - being completed GOAL - for the one-page site to look & function exactly like the template TIMELINE - it time line is missed, contract is cancelled HOURS - we meet multiple times a day for 5-minute sprint meetings during US hours; if you're not available during US business hours, please do not apply Key features to be included on the page: - Detailed information about my background as a candidate - Clear campaign goals and objectives for potential supporters - A volunteer registration form to capture interested parties - Information on voting dates - An overview of the role I'm running for The design for the landing page has already been taken care of, with...

    $127 (Avg Bid)
    $127 Avg Bid
    46 bids

    I am looking for a programmer with previous experience in building a Group Buy SEO Panel with the following tools, with the possibility of adding tools later. semrush freepik envato elements Motion Array pacdora with the following download limits: freepik 25 files /day envato elements 30/day Motion Array 30 /day pacdora 30/day I do not want a page specifically for payments, but in return I want a section at admin dashboard to generate activation keys for each service. I will sell these keys, and once the customer obtains an activation key for a service, he will paste it in a specific place on user dashboard and click on the word Activate, and the service associated with this key will be activated. Please send a previous project you work on

    $453 (Avg Bid)
    $453 Avg Bid
    39 bids
    Pasar un template de C++ a C 6 days left
    VERIFIED

    Quiero pasar estas dos funciones de C++ a C template<class T> int EEPROM_put(int ee, const T& value) { const byte* p = (const byte*)(const void*)&value; unsigned int i; for (i = 0; i < sizeof(value); i++) foo(ee++, *p++); return i; } template<class T> int EEPROM_get(int ee, T& value) { byte* p = (byte*)(void*)&value; unsigned int i; for (i = 0; i < sizeof(value); i++) *p++ = foo(ee++); return i; }

    $21 (Avg Bid)
    $21 Avg Bid
    5 bids

    ...Word for a particular job. The task requires fixing issues related to page numbering and the table of contents in my document. Here's what you need to do: - The documents appear to have page numbering inconsistencies which require correction. - The table of contents needs to be arranged with numerical page numbers. It is worth noting that the document does not follow any specific style guide or template. So, a general understanding of Microsoft Word formatting rules is necessary. Ideal candidates should have: - Mastery in Microsoft Word - Experience in troubleshooting and fixing Word formatting issues - Understanding of different formatting styles (although the work does not require adherence to a specific style guide) This is a quick fix for the experienced, so I expect...

    $18 / hr (Avg Bid)
    Urgent
    $18 / hr Avg Bid
    52 bids

    I'm in need of a Squarespace expert to rapidly design a simple yet professional website for my mobile detailing business. Key details include: - Theme colors should resonate with blue, silver, white, and black. - Essential pages will be "Home", "Services", "Gallery", "About Us", and "Price Packages". - High-quality images should be used to enhance the aesthetic appeal of the site. - Clear pricing information and contact details need to be integrated. - Launch is needed ASAP. Ideal Skills and Experience: Freelancers with a wealth of knowledge on Squarespace, graphic design, and rapid site development would be preferred. Prior experience designing auto service-related websites would give applicants an extra edge. Please share yo...

    $177 (Avg Bid)
    $177 Avg Bid
    41 bids

    I'm looking for a skilled React Native developer to build a mobile application that will focus on identity and credential management. The application should be compatible with both iOS and Android platforms. Key Requirements: - Frontend Expert with proven React Native experience. - Ability to build cross-platform mobile applications. - C1 English (Advanced) Beneficial: - Strong understanding of managing and storing secure data for the identity and credential management. The app will not need to be integrated with any existing systems. The ideal freelancer will demonstrate a keen attention to detail and have experience in developing secure and intuitive mobile apps.

    $25 / hr (Avg Bid)
    $25 / hr Avg Bid
    83 bids

    I need a skilled professional to help me with a few tasks: 1. **WordPress Template Installation**: I have the template that I'd like to use, and I need someone to install it for me onto Hostinger. 2. **Email Backup**: My email account is around 1GB-5GB in size. I need it completely backed up. I don't want to lose any of my emails as Hostinger said when I delete my old site all the emails will move too and they have a guide I can send on transferring it over. 3. **Copy Over Website Content**: I have an existing website, and I need someone to copy over some of the content from there to my new WordPress site. Ideal candidates should: - Have experience with WordPress, email backup. - Be proficient in moving content across websites. - Be able to provide efficient a...

    $165 (Avg Bid)
    $165 Avg Bid
    59 bids

    I am looking for a web designer to create a professional and user-friendly website that will cater to individual car owners. The primary goal of the website is to display our services and provide contact information for potential customers. Key Features: - Display services: You'll need to design a layout that elegantly showcases the various services ...management platform, like WordPress or others you are comfortable with. If you use any premium plugins that require purchase, you must advise, And of course SEO must be a crucial item on the list. our Facebook to get a feel for the business, what we do and obtain photos you may use on the website. If you submit an already available generic template from the web, you will be rejected.

    $635 (Avg Bid)
    Guaranteed
    $635
    28 entries

    ...kitchen mobile application for both iOS and Android platforms. Key Requirements: - Development of a mobile app compatible with iOS, Android, and both platforms - Design: I don't have a specific design in mind, so I'm looking for a developer who can assist with the design aspect of the app - Primary Function: The app will be used as a cloud kitchen, so experience with developing similar e-commerce applications is beneficial Ideal Skills and Experience: - Proven experience with full stack mobile app development - Experience with developing mobile applications for both iOS and Android - Strong UI/UX design skills and experience in creating appealing, user-friendly interfaces - Prior experience in developing e-commerce or ...

    $376 (Avg Bid)
    $376 Avg Bid
    11 bids

    I am looking for a talented professional to develop a mobile application for both iOS and Android platforms. The primary function of this app would be AI-enhancement, particularly focusing on the Computer Vision feature. Ideal Experience and Skills: * Proficient in iOS and Android development * Strong background in AI, especially Computer Vision * Experience in integrating AI capabilities into mobile apps The app will also have an in-built feature to solve questions, further incorporating the AI function. Make sure that the AI is robust enough to provide accurate solutions. Please apply if you have a proven track record in developing AI-based mobile applications. Demonstration of a similar project in your portfolio will be a plus point.

    $483 (Avg Bid)
    $483 Avg Bid
    42 bids

    I am in need of a skilled QA professional who can meticulously test mobile applications and websites, identifying bugs and ensuring they are addressed before the software goes live. It's key to have the most recent iPhone and a Samsung Galaxy, as the platforms need to be tested across these devices. Key Responsibilities: - Review mobile apps and websites - Detect and report bugs - Ensure issues are resolved - Communicate with developers effectively - Test across the latest iPhone and Samsung Galaxy What I'm Looking For: - Proven experience in QA testing - Proficiency in detecting and resolving functional bugs, performance issues, and user interface glitches - Excellent communication skills to report bugs and issues effectively - Ownership of the latest iPhone and ...

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

    I require development of a website and apps for iOS and Android platforms, with matching features and functionalities for a mobile data plan service. This project necessitates: - The creation of user accounts and profile management system. - Capabilities for subscribing to various mobile data plans - Seamless synchronization between website and mobile apps Ideal candidates should have prior experience in eCommerce site design and mobile app development, and be fluent in creating user-friendly interfaces. A grasp on data security measures for user account management and subscription systems is also essential. cellForRowAtIndexPath.

    $180 (Avg Bid)
    $180 Avg Bid
    34 bids

    I need a professional developer to assist with creating a Shopify template. The design is based on a Magento template from my another shop. Key requirements for this project include: - Creating a Shopify template that closely mirrors the design of an existing Magento template, incl. graphics and layout I am looking for someone with the following skills: - Proficient in Shopify and Magento, with the ability to translate designs between the two platforms

    $157 (Avg Bid)
    $157 Avg Bid
    91 bids

    I'm seeking an AI developer to create an AI Resume Creator. The primary focus of this project is to take a normal CV / Resume and format it into our company format. It's quite a simple ...development - Proficiency in creating customizable sections for user-friendly interfaces - Understanding of how to analyze user's skills for personalized output Key Deliverables: - Implementation of an automatic template selection feature - Ensuring that the AI adequately analyzes user's skills for template selection - Testing and refining the algorithm to optimize the user experience and resume quality Your role will be instrumental in shaping the direction of this AI project. The ability to execute the vision of an AI resume creator with a strong focus on the automati...

    $190 (Avg Bid)
    $190 Avg Bid
    40 bids

    I have a mobile app that i need to upgrade and make some changes to. Maybe move it to a cross platform if the price is right.

    $489 (Avg Bid)
    $489 Avg Bid
    114 bids
    Email Template Creation 6 days left
    VERIFIED

    I'm looking for an experienced professional to create a visually appealing email template. The template will be used on my domain-based email account for an email campaign aimed at increasing product sales. Key requirements: - Creation of a visually appealing, professional and engaging email template. - Ensuring the template is compatible. - A well-designed layout that can effectively deliver our sales-focused message. - Understanding of email marketing best practices, i.e., user-friendly design, call-to-action placement, etc. Targeted Customers: Entrepreneurs, Company Owners, Founders, Investors, Rich People, Executives and Directors, Research Professors Message to be delivered: We are offering Product Design & Development Service. Now, we need to s...

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

    Project Description: Mobile Application for Inventory Management Objective: Develop a Minimum Viable Product (MVP) of an Android application for inventory management and tracking using GPS and Bluetooth beacons. Technology: Flutter Key Requirements The Application -------------------------- - The app should primarily be developed in Flutter. However, since a Foreground service is required to run indefinitely in the background, it is acceptable to create this service in Kotlin or Java. Communication between Flutter and the native code should be done via Platform Channels (MethodChannel and EventChannel). User Interface ----------------------- The app should have three main screens: - Splash Screen: Displays the app logo. - Login Screen: User authentication...

    $212 (Avg Bid)
    $212 Avg Bid
    7 bids

    PiipAi is actively seeking a dedicated and experienced QA (SOFTWARE TESTER) to join our dynamic team. About Us: PiipAi is a forward-thinking software company committed to delivering innovative solutions that empower businesses. Our flagship product is a comprehensive Human Resource management suite designed to streamline operations and optimize people management. We envision this suite as a specialized CRM, tailored specifically to people-centric management. Role and Responsibilities: As a QA (Software Tester) at PiipAi, your role is pivotal in ensuring the quality and reliability of our software. You will work closely with our development team to meticulously test and validate our applications, identifying and rectifying any issues that may arise. Key responsibilities include: - Conductin...

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

    ...need of a competent web developer who is experienced with Bootstrap and can troubleshoot issues affecting the mobile browser version of my website. Key Tasks: - Identify and rectify issues causing browser compatibility problems - Ensure full responsiveness across different mobile browsers, particularly Safari, Chrome, and Firefox - Confirm that website's layout is consistent and functional on all devices The initial issue seems to be centered around Bootstrap, and hence, your understanding and experience with this framework is crucial. While I'm not certain if the Bootstrap framework itself is the root cause, your ability to investigate and resolve all possible problems affecting mobile responsiveness is highly sought. Ideal Skills and Experience: - Pro...

    $164 (Avg Bid)
    $164 Avg Bid
    69 bids

    I'm looking for someone to complete a task with Canva. Producing eBooks. I've already created template and cover for several ebooks, it takes me too much time to move the text from the word document so that’s the job. Ideal Skills and Experience: - Proficiency with Canva - Experience in ebook design - Strong attention to detail This task is straightforward and would suit someone who has experience working on similar projects. Images show the details and example. Looking forward to hearing from you. Jake

    $27 / hr (Avg Bid)
    $27 / hr Avg Bid
    29 bids

    I need an expert to design a professional, payslip PDF template that's efficient for printing specific income data. The PDF should feature text fields for: - Name and Surname - dates - hourly wages - other income data Ideal freelancer should have: - Proficiency in Adobe Acrobat or similar PDF software - Strong graphic design skills - Experience in form design and data privacy consideration This project requires quick turn around without compromising of quality, please bid if you're up to the task.

    $62 (Avg Bid)
    $62 Avg Bid
    46 bids

    ...need of a skilled mobile app developer, ideally with experience in hybrid platforms such as Flutter. The app I'm looking to develop is a translation tool, not a translation engine. It needs to be compatible with both iOS and Android platforms, as well as a web application. Key Features: - Text Input Translation - Voice Input Translation - Camera Input Translation The app will be integrated with a third-party translation service to provide accurate translation services. The primary goal of the initial version of this app is to have a functioning and seamless translation service across these mediums. The translation service should be able to handle input using text, voice, and the camera interchangeably. You will need to implement the UI/UX and ...

    $1483 (Avg Bid)
    $1483 Avg Bid
    78 bids

    I'm in need of a professional who can convert both scanned documents...ideal candidate will have the following skills and experience: - Proficient with MS office - Expert in handling MS Excel - Ability to follow a specific Excel template provided - Attention to detail to ensure accurate data entry ***The task is very simple and just requires attention to detail. I need mainly 4 Data Rows: 1. Date 2. Payor/Payee 3. Amount 4. Short Description of Transaction (if given in the doc) Please message me to talk about the project and the realistic bid price per Job. Your responsibility would be to ensure that the scanned files and photos are accurately reflected in the Excel sheet based on the provided template. The quality and accuracy of the data is crucial, so attentio...

    $20 (Avg Bid)
    $20 Avg Bid
    143 bids

    I'm looking for an experienced mobile automation tester who is proficient in Appium and TestNG framework. - Target Platforms: I need the testing to work for both Android and iOS. This includes setting up the necessary environment for this cross-platform testing. - Types of Tests: I'd like to automate Functional, Regression and Performance tests. The freelancer should have a strong understanding and experience in automating these specific types of tests. - Devices/Emulators: The tests should be performed on any available device. There is no specific device or emulator requirements. Ideal Skills: - Proficiency in Appium and TestNG framework - Experience in cross-platform mobile testing (Android and iOS) - Proven background in automating Functional, Regression and ...

    $334 (Avg Bid)
    $334 Avg Bid
    7 bids

    I'm looking for an experienced mobile automation tester who is proficient in Appium and TestNG framework. - Target Platforms: I need the testing to work for both Android and iOS. This includes setting up the necessary environment for this cross-platform testing. - Types of Tests: I'd like to automate Functional, Regression and Performance tests. The freelancer should have a strong understanding and experience in automating these specific types of tests. - Devices/Emulators: The tests should be performed on any available device. There is no specific device or emulator requirements. Ideal Skills: - Proficiency in Appium and TestNG framework - Experience in cross-platform mobile testing (Android and iOS) - Proven background in automating Functional, Regression and ...

    $129 (Avg Bid)
    $129 Avg Bid
    2 bids

    I need an adept UI/UX designer versed in creating intuitive and stunning designs for a mobile application primarily dedicated to selling products or services. The app competes with some similar local businesses, making it critical to stand out in the market with a unique and user-friendly interface. Ideal Skills and Experience: - Expertise in mobile app design. - Proven track record of designing eCommerce applications. - Knowledgeable about the latest design trends. - Experience in creating user-friendly interfaces. - Excellent understanding of user-centric design principles. The main goal is to create an engaging and smooth user experience that would turn visitors into customers, outshining our local competitors.

    $132 (Avg Bid)
    $132 Avg Bid
    22 bids

    I need someone with experience in Shopify and the Order Printer app to assist me in updating the 'Order Forms' and 'Tax Invoice' templates. The previous version of the app has been updated, and as a result, the code for these templates needs to be adapted. The 'Order forms template' must have: Order Number and Order Date Notes from Customer Quantity, Item Details fields including variants and customisation details. Estimated Delivery Date Customer & Shipping Details The 'Tax Invoice' must have: TAX INVOICE Logo Order Number and Order Date Business Name & Address ABN: Customer Name & Address Quantity, Item Details and variant Pricing, Discounts etc Tax displayed as GST Your main focus will be to ensure...

    $25 (Avg Bid)
    $25 Avg Bid
    11 bids

    I'm in need of an experienced developer to build a robust social networking mobile app that runs seamlessly on both Android and iOS platforms. Key Requirements: - Developing a social networking mobile application for both Android and iOS. - Ensure smooth functionality across all devices and versions. - The app should offer high performance and security. Ideal Skills: - Proficiency in using both Android and iOS SDKs. - Experience in building and deploying social networking apps. - Understanding of user interface and user experience (UI/UX) design for mobile apps.

    $255 (Avg Bid)
    $255 Avg Bid
    8 bids
    Mobile App for Item Tracking 6 days left
    VERIFIED

    I'm in need of a mobile application that will help me track the items stored in various boxes. The application must be versatile, enabling me to create and scan QR codes, maintain a detailed list of items per box, and even take photos and add images for better organization and identification. Key Features & Functionality: - Tracking Items in Different Boxes: The primary and most crucial function of the app is to enable the user to keep a comprehensive record of the items stored in various boxes. - QR Code Creation & Scanning: The app should offer the functionality to generate QR codes for items and boxes, and the ability to scan these codes for easy data input. - Item Lists per Box: It is essential that the app can maintain a list of items uniquely...

    $706 (Avg Bid)
    $706 Avg Bid
    74 bids

    I'm seeking a highly competent mobile app developer to create an intuitive mobile application for automobile insurance. The application needs to be highly user-friendly and should be accessible on both iOS and Android platforms. Key Features: - The app should collect information from various automobile insurance companies in one location which will help users to compare and choose the best option. - The ability to generate quotes from multiple insurance companies is a must. - It should also support claim reporting and policy management functionalities. Ideal Candidate: - Experience in developing insurance related mobile applications is desirable. - Must have previous experience creating apps for both iOS and Android. - Knowledge in integrating thir...

    $2275 (Avg Bid)
    $2275 Avg Bid
    67 bids

    I'm in need of a talented UI/UX designer, with a primary focus on improving the visual aesthetics of my mobile and web platforms. The ideal candidate will have experience in minimalist design. Key Requirements: - Proficiency in both mobile and web platform design - Prior experience in design - Strong portfolio demonstrating visual aesthetic improvements - Ability to balance aesthetic appeal with usability and functionality - Understanding of user experience principles If you also have experience in: - Implementing design strategies that improve user experience - Enhancing conversion rates through design - Incorporating elements of minimalist design into modern UI/UX Please do apply.

    $250 (Avg Bid)
    $250 Avg Bid
    17 bids

    We need to create a compatible web application for android / IOS with backend and database. The application you want to build is the typical social contact network (tinder, peanut, etc.) But very simplified: A user can perform the following actions: Register and create his profile, filling out a minimum data or at least some fields or options Search other registered users based on search criteria Add selected users to his favorite list Open a chat with registered users Set up his email or password. As a summary, there would be approximately 8 screens: Registration, Home, Profile, Search, Results, Chat, Favorites, Settings Contact to know the requirements and technical details deeply Do not hesitate to contact us with any questions or concerns.

    $537 (Avg Bid)
    $537 Avg Bid
    52 bids

    I am specifically seeking Anup for this project. I aim to have a mobile app developed for both iOS and Android platforms. Key features should include in-app purchases and push notifications. Furthermore, I would like the app to seamlessly integrate with a website, providing a smooth and cohesive user experience. Ideal candidates will have: - Proficiency in both iOS and Android app development - Experience implementing in-app purchases and push notifications - A strong understanding of website integration into mobile apps - Excellent communication skills, as collaboration will be key to ensure all elements are seamlessly integrated. Please only apply for this project if you have the necessary skills and experience for a successful deliver...

    $227 (Avg Bid)
    $227 Avg Bid
    25 bids
    Fun Mobile Game Website 5 days left
    VERIFIED

    I'm in need of a talented web developer with experience in Wordpress (Elementor) to create a fun and playful mobile app game website. The website will consist of 3 pages and will be designed to be fun and playful in style. Mobile application is already live and in production so the visual styling will have to be matched. Required: all Lighthouse metrics above 90 - **Pages**: Homepage - current active games carousel (fetch via API) - leaderboards (fetch via API) - prize winners with status carousel (shipped, waiting for contact...) - download section - about section - testimonial section - CTA section Terms of service - textual content Privacy policy - textual content The ideal candidate for this project should be: - Proficient in Wordpress (Elementor) to crea...

    $484 (Avg Bid)
    $484 Avg Bid
    82 bids

    I'm seeking an experienced graphic designer who can create a stand-up banner and table cloth designs based on an existing PSD template. The project involves: - Designing a large stand-up banner and table cloth (8ft x 4ft) - Adhering to the provided PSD template style The final deliverables should be: - High-quality and print-ready designs - Utilizing the existing template while introducing new and creative elements - Designs should be suitable for a large format and visual from a distance As I'm not familiar with the printing terminology, I'll need you to ensure the design includes what is needed for a professional print job. Ideal skills and experience for this job include: - Proficiency in Adobe Photoshop/Illustrator - Experience in large format ...

    $26 (Avg Bid)
    $26 Avg Bid
    65 bids

    I'm in need of an expert in After Effects to help me customize Template A as soon as possible. Key Responsibilities: - Modify text: The template will need text adjusted to fit my project's requirements. - Visual effects: Adjust and fine-tune visual effects to match the overall aesthetic and mood required. - Color scheme: The color scheme of the template needs to be changed to match my specific needs. The ideal freelancer for this job should have: - Proven experience of working with After Effects, with a portfolio demonstrating successful template customization. - Strong skills in graphic design and video editing. - Excellent attention to detail, as the project requires precision and timely completion. - Ability to work under tight deadlines, as this...

    $18 (Avg Bid)
    $18 Avg Bid
    12 bids

    I'm looking for an experienced developer with significant expertise in React and Node.js to build a custom ecommerce website for me. Key requirements for this project include: - **Platform:** The website will be built on React and Node.js. Familiarity with these platforms is a must. - **Design:** I'm seeking a custom design for the website, as opposed to a template-based one. The ideal candidate should have a strong background in creating visually appealing websites that are both user-friendly and functional. - **Functionality:** The primary features needed on the website include a product catalog with filters, and customer account and profile management. The ability to implement these features seamlessly and intuitively is crucial. If you have a proven track rec...

    $1439 (Avg Bid)
    $1439 Avg Bid
    73 bids

    ...internet connection, specifically mobile data, to help me set up a reliable network for multiple devices. This internet connection is highly needed for various purposes, including but not limited to, effective email communication, comprehensive online research, and efficient social media networking. Here are the specific requirements: 1. Internet Type: My preference is mobile data. I expect you to provide a solid solution that will offer uninterrupted internet connection and advise on a good data plan suitable for heavy usage. 2. Devices: This network should comfortably support more than five devices concurrently without compromising its speed or reliability. 3. Skills: Ideally, you should be savvy in network management, show a strong knowledge of mobile data us...

    $21 / hr (Avg Bid)
    $21 / hr Avg Bid
    12 bids

    I'm looking for a mobile app developer to create an Android app that will serve as a platform for users to engage. Key Features: - **User Login and Registration:** The app should allow users to create accounts and log into them. User data should be stored securely. - **Push Notifications:** I want the ability to send push notifications to users through the app. This feature should be robust, allowing for targeted and engaging notifications. I'm eager to see your past work in mobile app development, particularly for the Android platform. Experience with push notification systems and secure user authentication is a plus. If you're confident in your ability to deliver a solid app that fulfills the outlined requirement...

    $23 / hr (Avg Bid)
    $23 / hr Avg Bid
    15 bids

    Anchor links aren't going to the right place on the mobile version of my Wordpress site I need a developer who can provide advice on this and hopefully a quick fix.

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

    ...integrate our brand identity into a pre-existing website template we have purchased. This project involves implementing our brand colors, fonts, and visual elements to create a cohesive and compelling design. Project Overview: • Objective: To incorporate our brand identity into an existing website template with minimal changes, ensuring a simple and efficient development process. • Scope: The project will include updating page colors, fonts, and images to reflect our brand. The template will remain largely unchanged to maintain development simplicity. • Deliverables: A visually appealing website that aligns with our brand identity, using both vector and image overlays where appropriate. Key Requirements: 1. Brand Integration: • Update the te...

    $100 (Avg Bid)
    $100
    2 entries