Variable data maps jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 variable data maps jobs found, pricing in USD

    I'm in need of a talented professional for video editing. Due to initial project uncertainities, I haven't yet specified the purpose and length of the video, nor the nature of the footage. However, flexibility and adaptability are critical due to these variable elements. Ideal Skills and Experience: - Proficiency in diverse video editing software - Proven record of handling different types of footage (events, products, and travel) - Creativity and adaptability to suit different types of video - Ability to work effectively with vague initial direction and refine based on feedback - Experience in both short and long format video editing would be advantageous So, if you want to work in a dynamic setting, this job is the perfect for you.

    $91 (Avg Bid)
    $91 Avg Bid
    38 bids

    I need a skilled SPSS expert to help me analyze a dataset and draw conclusions for my research report. Key Requirements: - Data Analysis: I need assistance in analyzing the data, which includes variables like Gender, Education level, pro-environmental behaviour, individual differences, and psychological factors. - Prediction: The primary objective of my research is to predict one variable based on others, so your expertise in predictive analytics is crucial. - Experience: I'm looking for someone with a strong background in data analysis and research, specifically using SPSS. Knowledge of psychology, or sociology is needed. Please note: - The study involves 155 participants, so you should be comfortable working with datasets of this size. - Clear communi...

    $75 (Avg Bid)
    $75 Avg Bid
    38 bids

    I need a designer to create an informative and educational road layout image or infographic aimed at adult drivers. Key Points: - The purpose of the image is to educate adult drivers on: ...Traffic signs and their meanings - Lane discipline and markings - I require a simple clean layout to be used for driver training. The infographic is of a particular roundabout "Bowater Roundabout" Gillingham, Kent UK - what three words location /// The layout is to educate drivers on lane discipline so layout and road markings need to be correct and clear. Using google maps will give a clear picture of the roundabout. I have attached some sample designs of other work for a guide. I have serval others to be designed too, so the winning bid will receive additional projects.

    $12 (Avg Bid)
    Guaranteed
    $12
    5 entries

    What we have -------------------------- 1: Excel or CSV file. containing addresses to post letters 2: Letter Quality ( Paper weight, Sizes, Cost per letter etc configuration in JSON array) What we need -------------------- - Standalone PHP Script where we will be able to select an item from provided JSON. - Through DHL API we will validate the provided addresses(in the form of exel or csv) if each individual address is valid - or we should be able to select the areas of over choice over google map is shown in the provided video - this funcationaly is also provided over DHL api I think. and there demographic filters can also be applied which are provided be DHL api also shown in the video Please apply only if you the the required experience. these links may help Here is the Link how ...

    $646 (Avg Bid)
    $646 Avg Bid
    56 bids

    We are seeking a skilled and motivated Cold Calling Specialist to support our digital marketing agency located in Canada, Kelowna. As a Cold Calling Specialist, your main responsibility will be following a script and calling businesses on Google Maps to get them to book an appointment with me. You will be provided with a list of leads on the goHighLevel CRM, and your task will be to reach out to these prospects via phone calls to introduce our services and secure appointments for our sales team. Skills needed: - Excellent communication skills - Proficient in cold-calling techniques - Fluent in English and Above - Able to work 30 hours minimum per week. - Familiarity with digital marketing services(Preferred but not required) - Book appointments on The CRM Your payment will be bas...

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

    ...information about the venue - Match timings should be included - Broadcast details for each match should be provided Ideal Skills: - Proficiency in Google Sheets - Knowledge of cricket and its various tournaments - Attention to detail to ensure that all necessary information is included - Time management skills to complete the project in a timely manner more details--- ### Task Description: Google Sheets Data Entry Expert for Cricket Schedule **Objective:** Create a comprehensive cricket schedule for the English summer season using Google Sheets. The schedule should include fixtures for various tournaments and teams, organized by date and start time. **Scope:** The schedule should cover the following: 1. England Men 2. England Women 3. England Disability 4. Vitality County Cha...

    $18 (Avg Bid)
    $18 Avg Bid
    23 bids

    Hello, This is a $20 project. Looking for a freelancer to develop a python script to retrieve restaurant data from Google Maps using the Maps/Places API. The script should target restaurants that have a phone number and *do not* have a website. The inputs I need to enter are: - Location (latitude and longitude) - Search Radius (in meters) - Ensure the business/place is a restaurant, bakery, etc. Key Data to Retrieve, output in a .CSV: - Business Name - Address - Phone Number - Google Maps URL Thank you, trooper501

    $20 (Avg Bid)
    $20 Avg Bid
    13 bids

    I'm seeking a disciplined developer to convert my current WordPress website into a headless CMS with a frontend, giving it a new minimalist aesthetic. The intended functionalities include: - A contact form for customer inquiries - Search bar for easy site navigation - Integration of Google Maps - User login functionality - Incorporation of JavaScript graphs The new design should exhibit a sense of clarity and simplicity, aligning with a minimalist approach. Please note, the frontend should also be responsive but optimized for tablets specifically. Ideal skills and experience: - Proven experience with WordPress and - Exceptional understanding of JavaScript, particularly JavaScript graph libraries - Astute UI/UX design skills with a minimalist preference - Good knowledge

    $14 / hr (Avg Bid)
    $14 / hr Avg Bid
    66 bids

    ...expertise in integrating key functionalities such as user login/signup, in-app messaging, push notifications, photo and file upload. Advanced features should also include GEO Fencing, QRCODE/Barcode scanning and face recognition. The app should be supported by SQL and allow user details to be saved and retrieved from a database. Furthermore, the app needs to integrate with Google services like Maps and Calendar. The design of the app should be minimalistic but seamless for easy user interface. Therefore, a developer with design skills would be perfect for this task. - ESSENTIAL SKILLS: - Android app development - Knowledge of SQL - Minimalistic app design - Experience in GEO Fencing, QRCODE/Barcode scanning, Face Recognition - API integration with Google services ...

    $667 (Avg Bid)
    $667 Avg Bid
    15 bids

    ...privately upon project commencement). Unfortunately, it's currently unknown which specific script to be used, but clarity will be provided as the project progresses. - Discern the implemented functions within the script. The functionalities mainly centered around recognizable trading indicators like Moving averages, Pivots, Fibonacci and MACD. - The code extraction should consider compatibility with variable timeframes. Whilst exact timeframes aren't specified yet, flexibility should be maintained to accommodate potentially any (e.g. 1 minute, 5 minutes, 1 hour, and more) I expect freelancers interested in bidding for this project to have proven experience in Pine Script programming and a reliable understanding of trading indicators. Kindly attach a sample of a simil...

    $114 (Avg Bid)
    $114 Avg Bid
    4 bids

    ...formatted. for (const key in userInput) { // Input is in the format of {ingredientName}.{attribute} if (!(".")) continue // Split the key name by the '.' character const split = ('.') // Set the attribute for the ingredient by the first two dots // E.g. if the input is vinegar.type=mL it will set // {"vinegar": {"type": "mL"}} in the baseIngredients variable const ingredientName = split[0] if (typeof baseIngredients[ingredientName] === "undefined") { baseIngredients[ingredientName] = {} } const ingredientAttribute = split[1]; // Should be completely secure doing this??? // I don't think the hoomans can pollute anything by assigning attributes thi...

    $27 (Avg Bid)
    $27 Avg Bid
    12 bids

    Hi there. I'm running XCode 15.3 and I need a few pages done with simple, clean storyboards and View Controllers. I use Alamo Fire and Swift, so if you could use that to pull my data via my API links and display it in several pages that would be great. Categories > Collections > Items > Item Details You select one and it shows a list - Item Details is one record from a MySQL db I need each selected item to be a variable in the code of the ViewController so if I use the print function, I can see it at the bottom of XCode. I'll give you the 3 or 4 API webservice links. I can give you a super simple app to put it in too...

    $204 (Avg Bid)
    $204 Avg Bid
    40 bids

    ...skilled professional to develop an Google Map API of my hotel. This API based project should include some distinctive customised data, such as: * Hotel Amenities: Don't worry about detailing each amenity, this was left vague on purpose. * Nearby Attractions: Not only should you include their names but also a description, how far they are from the hotel, and their rating. * Room Rates: Standard and peak rates. * Pickup and Drop Facility: A briefing about it * Cab Requirements: I do have some specific needs when it comes to this, but you'll learn more about them later. * "Book Now” Button: Yes, I even need a button on the map. Your experience in Google Maps API, data customization, and interactive design will be invaluable for this project. Prio...

    $84 (Avg Bid)
    $84 Avg Bid
    4 bids

    Please develop a Python script to retrieve restaurant data from Google Maps using the Maps/Places API. The script should specifically target restaurants that have a phone number but *without* a website. The inputs I need to enter are: - Location (latitude and longitude) - Search Radius (meters) - Restaurant Type (including catch all types in the "Food and Drink" category) Key Data to Retrieve, output in a .CSV: - Name - Address - Phone Number - Google Maps URL Ideal skillset: - Proficient in Python - Strong experience with Google Maps/Places API - Ability to deliver results promptly and efficiently - Attention to detail to ensure accurate data retrieval

    $37 (Avg Bid)
    $37 Avg Bid
    18 bids

    I'm in need of a developer familiar with Google Maps API to create an interactive map feature for my website. This map should allow users to enter their street address. Once done, it should show an aerial image of their house and give an estimate of the square footage of the landscape without structures. Key requirements: - Users should be able to directly input their street address on the website to obtain the aerial image and square footage estimate. - The map should be interactive, but only for viewing purposes. No advanced interactions like drawing or area selection are needed. Ideal skills and experience: - Proficient in Google Maps API and integrating it into websites. - Experience in developing interactive elements on websites. - Strong understanding of front-en...

    $148 (Avg Bid)
    $148 Avg Bid
    17 bids
    Apache Superset Customization 4 days left
    VERIFIED

    ...Superset, particularly in relation to MSSQL data. The project involves creating a range of data visualizations including charts, graphs, interactive dashboards and geospatial maps. Though the data is of moderate size and complexity, it's essential that the visualizations are effective and easy to understand. The ideal candidate will be responsible for designing, developing interactive dashboards and reports using Apache Superset. You will work closely with data analysts, data engineers, and business stakeholders to understand data requirements and translate them into visually compelling and actionable insights. Key Requirements: - Proficient in working with MSSQL databases - Solid experience with Apache Superset - Proven track reco...

    $2166 (Avg Bid)
    $2166 Avg Bid
    3 bids

    Hi, I'm Courtney Cunningham from Ride Candy. I'm looking for a proficient web developer to help enhance our website's Slingshot rental return process. - **Interactive Elements**: I require a chatbot for customer support, an interactive map for locating rental return locations, and an ani...design and aesthetics. - **SEO Optimization**: While I haven't provided specific requirements for SEO, any suggestions or implemented techniques that can improve search engine visibility would be highly appreciated. Ideal candidates for this project should have: - Proficient in web development, UX/UI design, and SEO optimization. - Experience in incorporating interactive elements (such as chatbots, maps, sliders) into websites. - Strong attention to detail and the ability to...

    $549 (Avg Bid)
    $549 Avg Bid
    1 bids

    I am in need of an interactive affiliates page for my website that showcases sister radio stations globally. This page should have a map with icon markers pinpointing station locations, a search fea...identification of the station. - Location Address: The physical address of the station. - Contact Information: Details such as email, phone number, or website link for users to connect with the stations. I am seeking a skilled web developer who has experience in creating interactive maps, incorporating search functions, and structuring user-friendly affiliate pages. The ideal candidate should be proficient in front-end development, JavaScript, and have previous experience working with mapping libraries like Google Maps API. A strong eye for design and user experience is...

    $36 (Avg Bid)
    $36 Avg Bid
    34 bids

    I'm in the services industry and specifically offer tree service. My main goal is to increase our visibility on Google Maps in order to attract more customers. Key Requirements: - Improve our Google Maps ranking. - Use SEO strategies that are effective for local service businesses. Ideal Freelancer: - Experienced in local SEO and Google Maps ranking. - Has worked with service-oriented businesses before. - Understands the nuances of the tree service industry.

    $890 (Avg Bid)
    $890 Avg Bid
    107 bids

    I am looking for a skilled freelancer to help convert 12 simple floor plans into editable layouts suitable for creating evacuation maps. The goal is to clearly illustrate the evacuation routes within the building's layout. Requirements: - The present pdf copy of the floor plans should be converted into an editable format. The preferable formats are Word, Excel, or Editable PDF. - Use color-coding to differentiate the evacuation routes for better clarity. The color to be used for the evacuation routes is Red. Ideal Freelancer: - Proficient in creating and editing floor plans. - Skilled in using software that can create and edit floor plans, such as Adobe Acrobat for PDFs, Microsoft Word and Excel. - Experience working on evacuation plans or similar projects is an advantage. ...

    $42 (Avg Bid)
    $42 Avg Bid
    27 bids

    ...draft/template by designing each slide to look visually appealing using the provided color palette. The project involves refining the visual elements, particularly the maps, while maintaining their proportions. Key Deliverables Enhanced Slide Design: Improve the overall aesthetics of each slide. Apply the provided color palette consistently across all slides. Ensure text and visual elements are balanced for clarity and impact. Map Refinement: Enhance the visual appeal of all maps without altering their proportions. Use consistent and clear labeling for better readability. Apply thematic elements from the color palette to the maps. Consistency and Professionalism: Ensure a cohesive and professional look throughout the presentation. Maintain consistency in font st...

    $231 (Avg Bid)
    $231 Avg Bid
    121 bids

    ...and Booking System: • Users receive quotes from multiple operators based on their trip details. • Users can accept quotes, leading to the creation of bookings. • Operators are notified when their quotes are accepted. • Payments and booking confirmations. Messaging System: • Users and operators can communicate through a messaging system. • Real-time notifications for new messages. •Google Maps Integration: • Display starting point, endpoint, and route on a map. Multi-Tier Membership: • Different membership levels with varying features and access. • Membership management and payment processing. Payment Gateway Integration: • Users pay for bookings securely through the platform. • Commission or fees for the p...

    $2298 (Avg Bid)
    $2298 Avg Bid
    281 bids

    I'm seeking a talented developer to create a ...Interactive Map: The map should be engaging, user-friendly, and provide a clear view of the restaurant locations. - Marker-based Information Display: When a marker is clicked, it should display the name of the corresponding restaurant. - Scalability: The map should be able to handle over 20 restaurant markers effectively. Ideal Skills and Experience: - Proven experience in developing interactive maps - Proficiency in working without third-party APIs - Familiarity with integrating marker-based information display - Ability to create a scalable solution that can handle a large number of markers If you're confident in your ability to deliver a high-quality, fully functional map without relying on external APIs, I look forward ...

    $36 (Avg Bid)
    $36 Avg Bid
    29 bids

    I'm seeking a structural analysis expert proficient in Abaqus to help me analyze a metallic structure. The goal is to deliver a comprehensive report with stress maps and deformation plots. Key requirements: - Proficiency in Abaqus: You should be very experienced with this FEA software, as it is central to this project. - Structural Analysis: Your expertise in structural analysis will guide you when interpreting and reporting the results. - Metal Materials Experience: The structure under study primarily comprises metal materials, hence your experience in analyzing metals will be crucial. If you're a detail-oriented, experienced Abaqus user ready to deliver a comprehensive structural analysis of a metal structure, I'd love to hear from you.

    $85 (Avg Bid)
    $85 Avg Bid
    9 bids

    I'm looking for a skilled developer who can create a high-quality Android or iOS app that will compete effectively against our rivals like OLX, KIJIJI, and...with popular social media platforms to facilitate user sharing and engagement. - Payment Gateway: Integration with trusted payment gateways for secure and convenient transactions. - Google Maps: Utilizing Google Maps API to enhance user experience and provide location-based services. Ideal Skills: - Proficiency in Android/iOS development, with a strong portfolio of previous projects. - Experience in creating apps with advanced search functionalities and messaging features. - Ability to design modern, minimalist, and professional UI/UX. - Previous experience with social media, payment gateway, and Google Maps...

    $664 (Avg Bid)
    $664 Avg Bid
    23 bids

    Hi pinky!! How are you? I need a special logo for my personal app. It’s a directory app that I hope can change the way we search for things. It’s called SCATTRE. The idea is that is based on Google maps and Ute helps you find places that you like to visit anywhere in the world wherever you are. The main logo accents are a Google pin map and a map. My biggest idea ever and my favorite person creating a vision for us: What do you suggest? I know I need a logo. But anything else ?

    $50 (Avg Bid)
    $50 Avg Bid
    1 bids

    I am seeking a skilled web developer who can help me construct a simple, one-page website for my restobar. Key features should include: - A rustic and minimalistic design that's eye-catching and easy to navigate - Integrations with Google Maps for location and social media, specifically Instagram, with recent IG posts visible on the site - The inclusion of key elements like a few select high-resolution photos, our menu, and contact information The ideal freelancer for this project should have a wealth of experience in website design and should be familiar with integrating various platforms into a site. I need a detailed project proposal that outlines your suggested approach to the job. Familiarity with the restaurant or hospitality industry might be an advantage, but it isn&r...

    $187 (Avg Bid)
    $187 Avg Bid
    92 bids

    ...demand for at least 10~18 appointments weekly, and we have multiple areas we can assign you based on your results. So, you can easily earn $750 weekly if you provide quality appointments. --- We are looking for a long-term partnership. We have demand for multiple locations in the US, Canada, and Australia. --- You need to have your own dialer and leads (We have ppl working with us using Google Maps and --- Qualification criteria --- A business with the REAL possibility of becoming our client: NOT pushing appointments, NOT people just looking to compare prices, NOT people happy with their current services. They need to provide a reason on the call why they want the appointment, for example: "I'm not satisfied with my current company." "I'm doing the ...

    $2523 (Avg Bid)
    Featured Urgent
    $2523 Avg Bid
    3 bids

    ...section (or entire side - like the attached sample Example 2) for our testimonials. We'll use variable data for the testimonial text based on our seller's avatar (see Target Groups image for testimonials). We'd like three different testimonial images: Anglo (white), Latino, and African-American. We will use different images based on the zip codes and the prominent ethnicity in the area. Our business is data-driven so we can target our customers based on problems we know they're facing and have solutions for them. In the Example 1 card, you can see where it says "We can help with: <STATEMENT 1>, <STATEMENT 2>, <STATEMENT 13>. Please see the Targeted Messages image to see some of the variable data that wil...

    $94 (Avg Bid)
    $94 Avg Bid
    95 bids

    The aim of the project is to create a nodeJS program that will retrieve an xls file from an email inbox in order to geocode the addresses present in the file via the Google Maps API and insert the geographic coordinates into an SQL table. You can follow these steps: 1. Retrieve the xls file from the mailbox - cron every hour 2. Normalize the xls file for integration into a MySQL table 3. Configure access to SQL database from JavaScript. 4. Insert data into table via SQL query 5. Retrieve addresses to be geocoded from the SQL table. 6. Use Google Maps API to geocode each address. 7. Insert the geographical coordinates (latitude and longitude) in the SQL table. Each line in the xls file corresponds to a delivery. The file has 15 columns. The column names are, in ord...

    $570 (Avg Bid)
    $570 Avg Bid
    136 bids

    I'm in search of an experienced video editor to help with a video project. The focus of this project is creating a promotional video, with a style that's simple and clean. Key Requirements: - The video should be edited in a simple and clean style. - Specific elements that need to be included in the video are text overlays and a merge cut with a Google Maps bird viewer. - I am open to your creative suggestions on how to best implement these specific elements. Ideal Candidate: - Strong video editing skills, with a portfolio that showcases similar projects. - Experience in creating promotional videos. - Proficiency in video editing software. - A good eye for detail and design, to ensure the video maintains a clean and professional look.

    $11 (Avg Bid)
    $11 Avg Bid
    8 bids

    I'm in need of a professional who can create an interactive map strategy with specific features. Key Responsibilities: - Develop an interactive map based on our requirements. - Implement a pop-up feature that displays...and responsive. I need the map to: - Clearly display real-time availability status updates. - Include a feature to draw notes. - Have a color-changing functionality that's intuitive and visually appealing. - Be easy to use and navigate for all users, including those with minimal technical knowledge. I'm looking for someone with: - A strong background in map development, preferably interactive maps. - Experience with pop-up features and status updates. - A keen eye for design and user experience. Your work will be critical in helping us provide a t...

    $14 (Avg Bid)
    $14 Avg Bid
    6 bids

    Are you available to fix or check on our Google Maps integration that you last worked on? I haven't made any changes to the form, but it appears to be broken. I can pay to have that fixed. Additionally, I wanted to ask about some other cosmetic changes on the signup form

    $30 (Avg Bid)
    $30 Avg Bid
    1 bids

    I'm currently s...Short circuit protection * Cell balancing * Reverse polarity protection - The system should allow for charging and discharging through the same port I need this project to be completed within a month. Ideal skills and experience for this job include: - In-depth knowledge and experience in BMS design, particularly with LiFePO4 batteries - Proficiency in creating flexible BMS systems with variable ampere capacity - Extensive experience with temperature monitoring, short circuit protection, cell balancing, and reverse polarity protection - Ability to deliver the project within the stipulated timeframe - Strong problem-solving skills and attention to detail. Please provide a detailed proposal if you believe you have the necessary expertise and skills fo...

    $301 (Avg Bid)
    $301 Avg Bid
    5 bids

    I'm looking to have a website set up that will function primarily as an informational platform for an international English school in the UK. The audience I am targeting with this site is potential students so the design should be user-friendly and accessible to a broad range of users. Key Features to include: - Company History/About Us: The website should have a dedicated section that wi...application form for a potential student looking to enrol at the English school Ideal Skills and Experience: - Proven track record in creating and setting up informational websites. - Proficiency in website design and development. - Understanding of user experience and audience targeting. - Ability to create engaging, easy-to-navigate content. - Experience in incorporating interactive elements li...

    $1317 (Avg Bid)
    $1317 Avg Bid
    230 bids

    I'm looking for a skilled Magento 2 developer who can help me with a couple of issues I'm facing on my website. - The first concern is related to JavaScript errors. I'm encountering undefined variable errors, syntax errors, and function not defined errors on the browser console. These errors seem to be causing some functionalities on my website to malfunction, and I need someone who can quickly identify the root cause and provide a solution. - The second issue is regarding CSS layout problems. My website is not displaying properly due to CSS issues. It seems like the layout is not consistent across different pages. The ideal candidate should be able to fix these CSS problems, ensuring a smooth and consistent user experience. Ideal skills and experience: - Proficie...

    $110 (Avg Bid)
    $110 Avg Bid
    32 bids

    ...only maps out spaces with pinpoint accuracy but does so in a way that is both intuitive and seamless for the user. This involves intricate work: calibrating the LiDAR system for various environments, from the tight corners of an indoor room to the expansive facade of a building, ensuring the app can deliver accurate measurements regardless of the complexity of the space. Simultaneous video recording is another critical facet of this application. The developer must integrate a robust video capturing feature that works in tandem with the LiDAR scanning process. This feature is not merely about recording visuals but is intricately tied to the app's core functionality, providing a live feed of the scanning process and capturing the real-world environment as the LiDAR sensor gat...

    $185 (Avg Bid)
    $185 Avg Bid
    5 bids
    Google Maps API Expert Needed 3 days left
    VERIFIED

    Tasks: 1. Help us to opt for Google Map API service. 2. Get pickup and drop locations from 'Google Map Locations' in text inputs same as ola, uber etc on our WP website. Only apply if you are enough experienced to handle this job. Thanks

    $121 (Avg Bid)
    $121 Avg Bid
    28 bids

    I have a specific custom Google map that I need data from. The data I require includes: Business name, Customers name, Address, City, State, Postcode, website, phone. Key points: - You will be scraping a specific custom Google map - The data needed includes Business name, Customers name, Address, City, State, Postcode, website, phone Ideal Skills: - Proficient in web scraping techniques - Expertise in data extraction from Google Maps - Experience in handling large datasets - Attention to detail for accurate data gathering. Ideally i would like this in a CSV format. There are aprox 720 records in the custom google map.

    $72 (Avg Bid)
    $72 Avg Bid
    35 bids

    The search feature for addresses on our website, powered by Google Maps, is currently not functioning as expected. We are seeking a skilled developer to diagnose and resolve this issue promptly. Key Responsibilities: - Investigate the cause of the search address malfunction, and rectify it accordingly. - Thoroughly test the search feature to ensure it is functioning as intended across various browsers and devices. Ideal Skills and Experience: - Proficiency in JavaScript, particularly with Google Maps API. - Experience in debugging and troubleshooting web applications. - Strong understanding of web development and browser compatibility issues. Please note: The user did not provide information on the browser used, changes to the website code, or any error messages. Therefor...

    $16 (Avg Bid)
    $16 Avg Bid
    10 bids

    I require an informative, ...done for that job). A UPLOAD IMAGE/VIDEO BUTTON ( to download pictures or video of the job) - Detailed display of offered services ( Trash Removal/Clean Out, Appliances, Scrap A/C's, Scrap Metal, and Scrap Cars. - Comprehensive "About Us" section highlighting our team - Booking - Contact Form for visitors to send an email if they have any questions or feedback - Contact section for (Google Maps, Address, Phone, Email, and Business Hours) - Our Slogan is" IN MOST CASES WE PAY YOU " (MUST BE ON THE HOME PAGE BIG ENOUGH TO CATCH VISITOR'S ATTENTION) Ideal Skills and Experience: - Proven experience in website design and development - Strong understanding of user-interface design - Excellent time management skills with ...

    $447 (Avg Bid)
    $447 Avg Bid
    159 bids

    I'm looking for a seasoned developer knowledgeable in ReactJS and NestJs to expand my existing CRUD application. Here are the features I need: 1. Buying and Renting Functionalities: The app sho...interface needs to cater to both clients and admin. The system currently only has admin view on the frontend, views for the customer should be implemented. Im open to discuss how to best implement this. 2. Advanced Audit Functionality: I want to ensure system integrity through audit trails. Capability to track one critical element of the system and to record login/logout sessions is a must. 3. Google Maps Implementation: I'm open to suggestions on how this could enhance the app and the user experience. Experience in online marketplace development and audit systems would certai...

    $184 (Avg Bid)
    $184 Avg Bid
    30 bids

    ...require an Expert Kotlin Developer to assist in one micro module. Mapbox Integration: Utilize Mapbox SDK to display interactive maps within the application. Offline Map Downloading: Implement functionality to download offline maps based on coordinates received from an API. Path Generation: Develop logic to create paths using GPX files fetched from an API. Real-time path follow : Enable users to follow paths generated from GPX files in real-time. Navigation Information: Display essential navigation data including distance covered and remaining, speed, and current elevation. Graphical Representation: Create a base graph at the bottom of the screen using GPX data and link it with the displayed path for better visualization. Ideal candidates should have:...

    $215 (Avg Bid)
    $215 Avg Bid
    18 bids

    I'm se...SketchUp, AutoCAD, or 3ds Max. The map should have medium detail, capturing major landmarks and features without the need for detailing every tree or building. This includes topographic elements, key structures, and significant landscape features. Ideal Skills and Experience: - Proficiency in 3-D rendering software (SketchUp, AutoCAD, 3ds Max, or similar) - Experience realizing medium-detail overhead maps - Understands the balance between level of detail and clarity for visualization and analysis - Ability to deliver high-quality work promptly Your expertise will help turn an ordinary space into a detailed analysis tool, giving us new insights and revealing hidden possibilities. Looking forward to viewing your samples or portfolio. Let's create this fantastic v...

    $465 (Avg Bid)
    $465 Avg Bid
    18 bids

    I'm in urgent need of an experienced web developer to create a simple interactive website. The site should be designed in a modern and simple style, with a consiste...being an interactive map, where users can click on castle names/icon and a pop up of a castle image will show up on the map. They can also save castles to favourites. Key Expectations: - Create a modern, interactive website - Use HTML, CSS, and JavaScript with any UI framework or JS library of your choice - Implement a simple login/sign-up, and user profile page -Implement a map using google API maps I have attached an example map from a website and my wireframes of how the website could look like. I am looking for a developer who can deliver this project as quickly as possible. Please let me know if you�...

    $49 (Avg Bid)
    $49 Avg Bid
    56 bids

    I'm a service provider looking to enhance my online visibi...visibility in the local area and improve my customer reviews through a better Google Map ranking. My primary goal is to rank in the top 3 results. Key requirements include: - Expertise in Google Maps SEO and ranking algorithms - Proven track record of improving local businesses' visibility - Strategies to enhance online reputation and customer review scores - Ability to secure a place in the top 3 results I also would like to improve my GMB and any insight or advice re: report of findings to and steps to take next. This project demands a freelancer with a deep understanding of local SEO and the Google Maps platform. The ideal candidate will have a strong portfolio of similar projects and be able to de...

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

    I'm looking for an experienced app developer to create a versatile webapp for both iOS and Android, with the following key features and functionalities: - The webapp should have a hybrid design, but I'm not sure yet if it will be a hybrid app or separate apps for iOS and Android. Your insights and expertise in this regard will be greatly appreciated. - The prim...Android platforms. Ideal Skills and Experience: - Proficiency in app development for both iOS and Android - Previous experience with webapp development - Understanding of hybrid app development - Knowledge of user-friendly design and user experience - Ability to optimize apps for iOS and Android platforms If you have any questions or need more details, feel free to ask. Website url will be variable and i want ...

    $385 (Avg Bid)
    $385 Avg Bid
    69 bids
    Trophy icon Hollybloom Event Listings Website 9 days left

    ...for easy scheduling. List View: A straightforward list format for users who prefer simplicity. Map View: A map showing event locations, ideally covering both London and the entire UK if possible. Ideal Skills: Proficiency in web development with a strong portfolio in similar event-listing platforms. Excellent UI/UX design skills to ensure an engaging user experience. Experience with interactive maps and external booking systems. Knowledge of front-end and back-end development practices. Additional Details: I’m open to creative suggestions on making the event browsing experience more engaging. A working prototype must be developed for testing during the contest phase. AI integration to assist with customer inquiries is a plus but not mandatory. Objective: The goal is to...

    $400 (Avg Bid)
    Guaranteed
    $400
    124 entries