Website development design proposal document jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 website development design proposal document jobs found, pricing in USD

    I am looking for an expert in Doorbird system to help maximize the efficiency of my home unit, focusing specifically on: Access control: - Enable the system to control multiple doors and garage opener...- Allow to lock/unlock remotely - Add a keypad entry system for a streamlined user experience. Automation: - Automize processes where possible for ease of use Ideal Skills: - Extensive knowledge in Doorbird systems - Experience in automating security systems - Expertise in integrating varying access control systems, particularly with keypad entry systems and magnetic locks Your will help me document the current setup, explore technologies and products to purchase, make a plan incl. wire diagrams. Proven experience with home automation (doorbird a1018, doorbird ‎D2101) system...

    $188 (Avg Bid)
    $188 Avg Bid
    3 bids

    Hello, I need a custom video editing program developed that can spin one video into many with templates. Thank you!

    $1062 (Avg Bid)
    $1062 Avg Bid
    36 bids

    I need a professional to create a bootable macOS Sierra 10.12 as I plan on downgrading my Mac system. Unfortunately, I do not have the macOS Sierra 10.12 installation file, which is why I require someone capable of tracking it down. The ideal freelancer would have experience in creating bootable macOS versions, a deep understa...systems and software, preferably with experience in system downgrading processes. This may involve: - Source a macOS Sierra 10.12 installation file - Create a reliable and secure bootable macOS Sierra 10.12 - Guide me through the process of using the bootable macOS for a fresh installation on Macmini (late2018) Previous similar projects and reviews would be an added advantage. Please submit your proposal with a brief explanation of how you plan to execute...

    $35 (Avg Bid)
    $35 Avg Bid
    3 bids

    I'm in need of a skilled developer who is proficient in a variety of programming languages and can work on two key areas of my website. - Basket Feature Integration: The first task involves adding a basket feature to the site. The feature should incorporate the ability to both add and subtract items, and should clearly display the total cost of the items in the basket. Additionally, the basket should be designed to support Stripe payment integration so when when paying total cost will be on stripe showing the products. - Registration Redirection Fix: The second task is addressing a critical issue with the registration process. Currently, upon successful registration, the user remains on the registration page. This is not the intended behavior, and I need a solution that will...

    $169 (Avg Bid)
    $169 Avg Bid
    37 bids

    I am looking to build a comprehensive online logistics platform that will revolutionize the way freight forwarding and logistics are handled. The platform should prioritize user-friendly features and tools that streamline the logistics process, ultimately making it more efficient and cost-effe...logistics platforms, preferably with a focus on freight forwarding - Proficiency in implementing rate comparison, shipment tracking, and quotation creation features - Familiarity with the logistics industry, including an understanding of different freight options (air, sea, road) - User experience (UX) design skills to ensure the platform is intuitive and easy to navigate - Strong project management and communication skills, as I will need regular updates on the progress of the platform'...

    $154 (Avg Bid)
    $154 Avg Bid
    26 bids

    ...technical execution that meets core requirements Modular, extensible architecture for flexibility over time Quality, well-tested code delivered on time Clear, prompt communication throughout project Key Components: Text/file ingestion and vectorization Semantic similarity search in Milvus/SPTAG Local post-hoc model explanations Production-ready Flask/FastAPI UI Documentation and usage guides Document Ingestion (spaCy, Beautiful Soup, PyMuPDF): Scrape/ingest docs, extract text, handle formats Vectorization (Sentence/Doc2Vec): Convert text to distributed representations Vector Database (Milvus, SPTAG): Store/index vectors at scale for retrieval Semantic Search (FAISS): Leverage ANN for related content finding Knowledge Graph (spaCy, NetworkX): Extract entities/relations, build gra...

    $1039 (Avg Bid)
    $1039 Avg Bid
    44 bids

    I'm seeking an adept developer for designing an automation focused Telegram bot. The main purpose of this bot is task automation, and primarily, it should be equipped with the functionality of responding to user inquiries. Key requirements and tasks include: - Construction of bot with the ability to automate responses to user inquiries. - Integration of a reliable system for the bot to search through a database for pertinent answers. The ideal freelancer would possess the following skills and experience: - Strong expertise in creating task automation bots for Telegram. - A sound understanding of databases and utilising them effectively to deliver appropriate responses to inquiries. - Ability to deliver an efficient, responsive and accurate bot. Your practical experience in the rel...

    $135 (Avg Bid)
    $135 Avg Bid
    6 bids

    ... Leveraging your knowledge, I need assistance in modeling simulation, establishing an effective control system design, and performing signal processing. Key responsibilities: - Build a model simulation - Design a stringent control system - Perform signal processing Although the specific task was not clarified, I value a freelancer who can dynamically adjust to the task at hand. Hence, your application should highlight your past work, experience, and a detailed project proposal–these are essential components to your success in this project. The ideal freelancer should display: - Excellent knowledge of Simulink - Previous experience in model simulation, control system design, and signal processing - Proficiency in MATLAB, and Simulink Blocksets P...

    $11 (Avg Bid)
    $11 Avg Bid
    3 bids

    I am looking for an expert to assist in creating a dynamic Power Bi dashboard. This job should revolve around integrating data from Excel spreadsheets and designing a variety of data visualizations. Key Responsibilities: * Guide me in creating the dashboard on my company account. * Connect the Power Bi dashboard to Excel spreadsheets as the primary data source * Develop compelling data visualizations using pie charts, line graphs, and bar charts * Configure the dashboard to refresh data on a weekly basis Ideal Candidate: * Strong experience with Power Bi and data analysis * Proficient in handling Excel data * Expertise in creating different types of charts * Ability to work with time-based data refreshing schedules Scope of Work: The Initiator engages the Creator to develop a dashb...

    $81 (Avg Bid)
    $81 Avg Bid
    18 bids

    We have a prototype of a software application that is almost ready but only one part is missing and is that we need a function that prevents from shutting down the mobile phone. And that's what our team needs help in.

    $455 (Avg Bid)
    $455 Avg Bid
    33 bids

    I'm in need of someone skilled in PDF file structures who can determine if a particular PDF has undergone editing, and to identify the edited segments. To help successfully complete this task, you should: - Have in-depth experience navigating the structure of PDF files. - Capably discern changes or alterations made to a PDF. - Provide a repor...files. - Capably discern changes or alterations made to a PDF. - Provide a report indicating any modifications, where they occurred. When applying, please exclusively focus on detailing your experience with manipulating PDF file structures. Past projects involving this will be highly advantageous. Ideally, you will have worked on similar projects, where the goal was to detect alterations in the document. Looking forward to a seamless...

    $425 (Avg Bid)
    $425 Avg Bid
    62 bids

    ...feature where the camera is triggered by an "Upload" button for each document section. Step 1: Initialize the App Start by creating a new Canvas app from blank in Power Apps Studio. On the app’s OnStart property, initialize context variables that will control the visibility of the camera and determine which section is active. PowerApps Copy code UpdateContext({showCamera: false, currentSection: ""}) Step 2: Set Up User Interface Components Add text input controls for "First and Last Name". Label each text input appropriately. Step 3: Insert Camera Control Insert a Camera Control and set its Visible property to the showCamera variable. PowerApps Copy code Visible = showCamera Step 4: Implement Upload Buttons for Each Document Section You...

    $232 (Avg Bid)
    Urgent
    $232 Avg Bid
    5 bids

    Please answer with ‚I used meltano and I can help’ if your bid is not bot generated. I'm in need of a Meltano expert to guide me through the setup process and provide a comprehensive document of the steps outlined. Key Responsibilities: - Guiding through Installation and setup - Configuration and customization for specific needs - Being available for troubleshooting and bug fixing The ideal freelancer for this project should have: - Proven experience with Meltano - Excellent communication skills - Ability to provide clear, detailed documentation of the process

    $116 (Avg Bid)
    $116 Avg Bid
    6 bids

    I am searching for an experienced programmer with skills in vb.net or LabVIEW, or Labwindows. Your task will comprise the development of a CanOpen protocol program making use of an IXXAT USB-CAN Converter. It run on windows 2000 operating system Key Responsibilities: - Develop a program using VB.Net/LabVIEW/Labwindows, capable of implementing the CanOpen protocol - Program must be able to read and write data to the IXXAT USB to CAN converter - The software should control devices using the CanOpen protocol Ideal Skills: - Proficiency in VB.Net, LabVIEW, and Labwindows - Advanced understanding of CanOpen protocol - Experience with IXXAT Converters It's essential that the chosen candidate guide me through the installation and testing process until we have a successful operati...

    $142 (Avg Bid)
    $142 Avg Bid
    9 bids

    I'm in need of a highly proficient developer to construct a movie website. The site involves various functions, namely: - User Login System: Subscribers should be able to create accounts, manage their details and alter passwords when necessary. - Subscription Management: An in-built system for users to opt for various subscription plans is required. - Dashboard Capabilities: The interface should include features to manage both users and subscriptions with ease. Content management is key too. - Email Verification System: The website should ensure user genuinity through a secure email verification approach. While I've not yet specified the genre, potential freelancers should possess an adaptable mindset to accommodate possible additions in the future. Moreover, the p...

    $373 (Avg Bid)
    $373 Avg Bid
    23 bids

    I'm in need of a highly proficient developer to construct a movie website. The site involves various functions, namely: - User Login System: Subscribers should be able to create accounts, manage their details and alter passwords when necessary. - Subscription Management: An in-built system for users to opt for various subscription plans is required. - Dashboard Capabilities: The interface should include features to manage both users and subscriptions with ease. Content management is key too. - Email Verification System: The website should ensure user genuinity through a secure email verification approach. While I've not yet specified the genre, potential freelancers should possess an adaptable mindset to accommodate possible additions in the future. Moreover, the p...

    $274 (Avg Bid)
    $274 Avg Bid
    21 bids
    Web Design Project 6 days left
    VERIFIED

    ...designer. Although I have my own website now I need a feature created for it. It will be a very complex feature but if possible I would like to keep my current website which was made by go daddy but I was to be able to embed a feature on my website using HTML. Basically it’s a email bulker that they pay to use but the emails are sent as if they came from the clients own email. So there is no unsubscribing. I also will provide a previous email I sent using there service years ago to show you how it looked. I have provided some pictures of a service that used to have this feature but they stopped their service. I would prefer not to create an entire new website but instead you create the feature and I embed it into my current website. Please st...

    $90 (Avg Bid)
    $90 Avg Bid
    31 bids

    ...developer to create a professional WordPress website for my company. I want the website to be linked to a hosting service, but I need to have the ability to manage and pay for the hosting myself. Key Requirements: - The website should primarily feature company information, so a clean and professional design is essential. - A Contact Form should be integrated into the website for customer inquiries. - The website should be built on WordPress as the preferred platform. Your Skills: - Proficient in WordPress website development. - Experience in integrating and managing hosting services. - Strong understanding of website design principles, particularly for company information sites. - Ability to create and integrate a C...

    $406 (Avg Bid)
    $406 Avg Bid
    124 bids

    I'm in search of a creative freelancer to design a modern logo for my residential plumbing service company called "Bayside Plumbing" I service homes in Midland Ontario Canada and surrounding area that is surrounded by Georgian Bay. The logo doesn't require specific colours, I'm open to any skillful blend of hues that gives an appealing, and professional look to my brand. Key Requirements: - Must possess colours that stand out bright and vivid - Focus the logo around the essence of plumbing services - Originality and creativity is highly valued Ideal Skills and Experience: - A professional level understanding branding and logo designs - Experience in creating logos for home service companies, preferably in the plumbing industry - Killer portfolio showca...

    $137 (Avg Bid)
    Guaranteed
    $137
    187 entries
    Database App Development -- 2 6 days left
    VERIFIED

    Application code to implement Roomio as a web application in python. You will use the table definition posted at the end of this document.

    $70 (Avg Bid)
    $70 Avg Bid
    16 bids
    Angular + Laravel Development 6 days left
    VERIFIED

    Experts required for building an ingenious web application using Angular + Laravel. Your primary task would b...scalable, and highly interactive web application. - Develop efficient and reusable code that drives complex web applications. - Maintain a deep understanding of Angular + Laravel to optimize application capabilities. Ideal Skills & Experience: - Advanced proficiency in Angular + Laravel development. - Proven record of building highly interactive web applications. - Understanding of user roles for a web app is preferable. - Skilled in troubleshooting and improving existing and in-development applications. Time Frame: Since there were no specific answers regarding user roles and completion time, flexible freelancers open to discussions regarding these a...

    $500 (Avg Bid)
    $500 Avg Bid
    23 bids

    I'm seeking a proficient programmer with considerable experience using Tradestation and a solid understanding of the Easylanguage coding. The key objective of this project is to code an indicator from a given set of rules, the freelancer must be able to: - Code the Larry Williams "WillStop" indicator (Rules can be supplied if necessary) - Developer MUST posess their own Tradestation software and license. - Source code must be accessabile for me. An ideal candidate would be someone with profound knowledge of Easylanguage / Powerlanguage. Past involvement with Larry Williams - WillStop would be a bonus.

    $112 (Avg Bid)
    $112 Avg Bid
    6 bids

    I'm looking for a skilled developer who's adept at creating custom trading indicators for NinjaTrader 8. Key Requirements: - Proficiency in NinjaTrader 8: It's essential that you're well-versed in the specific requirements and capabilities of the NinjaTrader 8 platform. - Indicator Creation Experience: I need a custom indicator developed, so prior experience in creating a variety of indicators is crucial. - Understanding of Financial Markets: A good understanding of trading and financial markets would be beneficial. The project deadline is flexible, but I'm ideally looking for a developer who can deliver in a timely manner. Please provide samples of similar projects you've worked on. Please Review Charting Heads RSI Pivots for more info, the other attachme...

    $203 (Avg Bid)
    $203 Avg Bid
    9 bids

    I am in need of a mid-level Java developer who can take on tasks in both backend and frontend development, along with database integration. Ideal Skills and Experience: - Strong background in Java - Proven experience in both backend and frontend development - Track record in effective database integration - Mid-level experience required Project Methodology: - The selected developer must be well acquainted with the Agile development methodology. Proficiency in Scrum management or Waterfall approaches is a plus, but the main focus is Agile. This project promises to be exciting and offers comprehensive exposure to diverse aspects of Java development. If your experience aligns with the requirements, and you're well-versed with Agile, I would love to consi...

    $174 (Avg Bid)
    $174 Avg Bid
    14 bids

    I need a skilled PHP developer to create a few pages with a modern and interactive design. The web pages should incorporate functionalities like user registration and login, along with a contact form. This assignment requires a deep understanding of PHP along with a creative mind to ensure a user-friendly design that promotes interaction. Ideal Skills: - PHP development - Web design - Experience developing registration/login processes - Experience creating web-based contact forms

    $30 (Avg Bid)
    $30 Avg Bid
    12 bids

    I'm seeking expertise to ...more specific information for document retrieval, task completion, and progress updates that are currently barriers. Key Features and Responsibilities: - Construct an AI system that can precisely request added details - The AI tool should nurutre informations mainly for document retrieval, tasks execution, and progress report. - Should work effectively with email platforms as the primary communication tool. Ideal Experience: - Proven experience in AI and machine learning technology - Familiarity with corporate communication systems - Experience in integrating AI with Email services. This project aims at enhancing efficiency and productivity through clear and effective communication. Please provide examples of similar past projects while sub...

    $2490 (Avg Bid)
    $2490 Avg Bid
    11 bids

    I need a professional and efficient website designer to help create a website for my company that serves to showcase our products or services. Unfortunately, I can't give specific categories of products or services to highlight on our site at this point, however, I will provide this during the course of our discussion. The freelancer I'm seeking for this project should have: - Significant experience in designing websites that are geared towards product or service showcase. - A strong understanding of visually captivating designs that can attract and keep customers. - Expertise in search engine optimization so that the site can appear in searches related to the showcased items. Since time is of the essence for my business, I would like this project to be completed ...

    $166 (Avg Bid)
    $166 Avg Bid
    66 bids

    As a client, I am seeking a competent professional to help elevate my sales and marketing strategy. The primary goal of this project is to generate more sales and thereby increase my revenue. I aim to reach both consumers and businesses as my target audience. Key Responsibilities: - Devise a comprehensive direct sales strategy that drives both consumer and business sales - Implement this strategy to secure a substantial increase in sales - Making sure that we get a minimum 60 paid enrollments per week Ideal Skills and Experience: - Proven experience in direct sales and marketing, particularly in reaching both consumer and business audiences - Understanding of strategies that generate sales and increase revenue - Exceptional communication and negotiation skills - Ideally, a background in...

    $281 (Avg Bid)
    $281 Avg Bid
    8 bids

    As an online entrepreneur, I'm struggling with the slow loading speed of my WordPress website. This is exacerbated by high server resource usage and poor caching and optimization. More worryingly, I'm dealing with an excessively large Document Object Model (DOM) that further hinders the performance of my site. However, I'm unable to pinpoint specific issues caused by this. I require a skilled professional with in-depth knowledge of WordPress performance optimization to address these problems. The right person should be able to streamline my site for faster loading speed and lower server resource usage. They should also have experience in proper site caching and optimization, and have technical know-how to handle DOM size reduction and enhancements, making the ...

    $188 (Avg Bid)
    $188 Avg Bid
    62 bids

    I'm looking for an experienced developer to create a multi-tenant marketing dashboard for me. This dashboard should mirror the functionalities of another platform I have access to, but with some additional features. The main features of the project include: - Customizable user interface: The dashboard should allow users to customize their views and layouts to suit their needs. - Reporting and Analytics: I need the dashboard to provide comprehensive reporting and analytics features for tracking: - Email marketing metrics - Lead generation metrics - Social media metrics Additionally, the dashboard should be able to integrate with various third-party applications. These applications include: - Google Analytics - Twilio - Facebook - Instagram - Google Reviews The ideal freelancer...

    $32 / hr (Avg Bid)
    NDA
    $32 / hr Avg Bid
    29 bids

    I am looking for a professional developer to create a comprehensive real estate website using React. As the client has not specified a particular function, it is anticipated that the website will provide common real estate features such as property searches, property listings, and a contact form. Moreover, the website would ideally cater to a range of purposes, from displaying property listings to generating leads and providing company information. Ideal Skills and Experience: - Proficiency in web development with React - Past experience in real estate website creation - Understanding of lead generation mechanisms - Strong aesthetic sense for creating intuitive, user-friendly design What to Include in your Application: - Samples of past work, es...

    $60 / hr (Avg Bid)
    $60 / hr Avg Bid
    91 bids

    You must be a internet Res...information in an easy-to-read and understand format. Please note: I'll only consider bids from freelancers who demonstrate they've fully understood the project and can deliver as per my requirements. I will own the copyrights to all research performed for me. You will provide links to the data and proof that your work is correct so I can check all your work. You will send me completed research word document when completed. I will release the full milestone when the work is completed, checked, and accepted by me. I do not pay any milestones until the work is completed, all files delivered, checked, and accepted by me. If your work is High Quality and exactly what I need I would be interested in considering you for Future projects. I don'...

    $25 - $50
    Sealed NDA
    $25 - $50
    4 bids

    ...integrates these systems with a document signer and a calculator. Key Features: - A user-friendly log in system with multiple users. - Integration of Hawksoft CMS and Marketing 360 CRM into the platform. - A document signer with the ability for electronic signatures and document tracking. - A calculator that includes formulas for interest and payment schedules. Ideal Skills: - Proficiency in CMS and CRM integration, particularly with Hawksoft CMS and Marketing 360 CRM. - Experience in developing document signing features with elements such as electronic signatures and document tracking. - Strong background in building calculators with advanced financial formulas, particularly those related to interest and payment schedules. - UI/UX...

    $1255 (Avg Bid)
    $1255 Avg Bid
    23 bids

    I am seeking a skilled developer to create a dynamic HTML website for my e-commerce venture. Key Project Components: - The primary goal of this project is to establish an online store that is user-friendly, visually appealing, and responsive across devices. - I'd like the website to be designed with a comprehensive e-commerce setup, capable of handling product listings, shopping cart functionality, and secure checkout processes. Key Requirements: - Previous experience in e-commerce website development. - Proven expertise in HTML and delivering responsive websites. - A thorough understanding of e-commerce and online payment systems. - Ability to work within a tight deadline, with a targeted completion date of within a month. Note: The specifics of the...

    $112 (Avg Bid)
    $112 Avg Bid
    10 bids

    I am looking for a skilled professional who can design an emulator for Windows platform. This emulator should primarily support the programming language Python, and should be able to cater to users who wish to use Python for completing assignments. Key requirements: - Platform: Windows - Main functionality: Assignment completion tool - Supported programming language: Python Ideal Skills and Experience: - Strong proficiency in software development, particularly in designing emulators - Proficiency in Python programming language - Experience working with Windows platform - Previous experience in developing educational tools or software is a plus

    $19 / hr (Avg Bid)
    $19 / hr Avg Bid
    24 bids
    Trophy icon Website for HVAC Service 6 days left

    ...visually engaging and easy-to-navigate website - Proper display and descriptions of our services - Integration of informative resources for potential customers - SEO optimization for enhanced online visibility - Mobile-friendly design for easy access on all devices Ideal Skills and Experience: - Proven experience in web development and design - Extensive portfolio showcasing a variety of websites - Strong understanding of SEO best practices - Proficiency in modern web development tools and platforms - Experience in creating websites for service-based businesses would be a plus. Please include the following in your application: - Detailed proposal outlining the approach you plan to take and a timeline - Past work/Portfolio showcasing your web ...

    $61 (Avg Bid)
    Guaranteed
    $61
    1 entries

    I need a React developer for immediate collaboration. The primary focus will...React developer for immediate collaboration. The primary focus will be on frontend development, with special emphasis on creating a basic user interface, involving simple forms and buttons. Skills Required: - Proven experience in React, with a strong portfolio of work in frontend development. - Ability to work quickly and efficiently, meeting an immediate project deadline. - Familiarity with integrating APIs into a project. The ideal candidate will have: - Strong communication skills as this is an immediate requirement. - Prior experience working on simple UI/UX design. - A keen eye for detail and the ability to follow design specifications accurately. Please include examples o...

    $11 (Avg Bid)
    $11 Avg Bid
    7 bids

    ...Desktop: PWA: For the design of our Progressive Web App, we used the OpenTable application as the inspiration. Similar applications that have the same functionality as our sites are: Airbnb Zillow Our application currently has approximately 20 screens and includes payment processing through our own custom gateway. QUALIFICATIONS Minimum 4 Years experience with Mobile App development, with at 2 years of experience with Flutter framework Provide at least THREE (3) live and working Mobile Apps that you have developed using Flutter or React Native Strong familiarity with both iOS and Android development environments, SDKs. Previous experience implementing user authentication systems. Experience with

    $446 (Avg Bid)
    $446 Avg Bid
    95 bids

    I'm looking for a skilled professional to create a top-notch website for our recently launch real estate project. The primary goal of this website is to generate leads for potential buyers. Key Features: - Interactive Floor Plans: The website should have interactive floor plans. - Integrated Google Map Location: The website should integrate Google Maps for location. - Gallery & Photos: Users should be able to view high-quality images of the project. - Video, 3D Tour: Incorporate video and 3D tour to enhance the user experience. User Experience for Lead Generation: - Contact Form Submission: Users should be able to submit inquiries through a contact form. - Direct Email or Call Option: Provide means for users to directly contact us via email or phone. ...

    $90 (Avg Bid)
    $90 Avg Bid
    28 bids

    As a business focused on making data-driven decisions, I am seeking an expert to create a data analytics tool from scratch using ReactJS and AWS. The tool will analyze an array of data sources and present the results using insightful visualization techniques. Here are the requirements: - Implement Amazon Cognito for user authentication and authorization - Utilize AWS Amplify for the app's development and deployment - Integrate AWS API Gateway for efficient data exchange - Integrate Stripe for payments. Need complete flow Our tech stack looks like: - Amazon Amplify for app backend, and front end - Gatsby JS coupled with AppSync for front end - Amplify UI and MUI Material for UI components Features that I need: - End to end user journey - from login/registration to offering p...

    $100 (Avg Bid)
    $100 Avg Bid
    4 bids

    I'm in need of an experienced token developer who can create a versatile set of tokens to cater to various needs. The project encompasses: - Crafting both utility tokens and security tokens to align with the diverse functions and requirements. - Developing stablecoins to ensure stability and reliability within the token ecosystem. The tokens are intended for: - Loyalty rewards: The tokens will serve as a form of incentive for loyal customers, encouraging repeat purchases and engagement. - Asset ownership: These tokens will represent ownership of real-world assets, providing a secure and transparent method for asset transfer and management. In terms of distribution, I'm looking for: - Initial Coin Offering (ICO): The developer should be able to manage the process of launching ...

    $441 (Avg Bid)
    $441 Avg Bid
    38 bids

    Project Overview: We are looking for a talented web developer or development team to transform our Excel workbook into a dynamic subscription-based web application. This workbook is integral to the operations of multiple educational institutions, featuring data management, automated calculations, and reporting capabilities. Project Goals: Seamless Transition from Excel to Web: Convert all functionalities, including complex formulas and VBA macros, from the Excel workbook into a web-based application. Robust Subscription Management: Develop a modular subscription system that allows for easy updates and the addition of new features. Future-Proof Architecture: The application should be built with scalability in mind, allowing for easy modifications and enhancements without disrupting...

    $250 - $750
    Sealed
    $250 - $750
    92 bids

    I'm seeking a meticulous proofreader to review my academic essay targeting several US dental schools. The document exceeds 1000 words and is primarily focused on my personal journey and experiences. Key Requirements: - Expertise in proofreading and editing academic essays. - Knowledge or experience in the field of dentistry or applying to dental schools would be a major plus. - Familiarity with the application process of universities, particularly dental schools in the US, is a bonus.

    $89 (Avg Bid)
    $89 Avg Bid
    26 bids

    ...metaverse needs to support multiple users interacting in real-time. Interaction: The primary mode of interaction should be through keyboard and mouse controls. A detailed understanding of user controls in a 3D environment is important. Skills and Experience: - Expertise in 3js for creating 3D environments - Experience with creating customizable characters - Understanding of multiplayer game development - Ability to implement user controls for 3D navigation - Previous work with cartoonish art style. Can you build a metaverse? Lets start with a simple empty place we can run around together and speak to each other Hello, I have the metaverse working already It has online working I just need it shrunk down into one small playable area with the rest locked out until release. ...

    $188 (Avg Bid)
    $188 Avg Bid
    11 bids

    I'm looking for a freelancer who can create a less than 1 minute long 2D animation video to be posted on YouTube. The video will be centered around an educational theme, targeting teenagers. Key Requirements: - The animation should be engaging and interactive to capture and retain the attention of the teenage audience. - The content should be educatio...of the teenage audience. - The content should be educational, aligning with the goal to inform and educate teenagers on a particular subject. Ideal Skills: - Proficiency in 2D animation, with a strong portfolio showcasing similar projects. - Understanding of educational content creation. - Ability to create content appealing specifically to teenagers. Please submit your bid with a detailed proposal and references to previous...

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

    We need a full-featured mobile application on both iOS and Android platforms for comprehensive high scho...attendance and monitoring their grades. - Courses Documents & Agenda: The system should provide seamless accessibility to courses documents and maintain a detailed course agenda. Freelancers applying should have: - Experience in creating mobile applications for both iOS and Android. - Ability to implement communication features like in-app messaging and push notifications. - Skills in integrating document accessibility and scheduling functionalities. - Familiarity with creation of educational or parental monitoring applications will be a significant advantage. We're seeking a combination of superb technical skillset and deep understanding of educational mechanism...

    $766 (Avg Bid)
    $766 Avg Bid
    90 bids

    App is completed but in that there is some issue regarding Zegocloud's library. I want only freelancer who can solve this issue. No company will be entertained. this is my code which show the error of : can not read property 'getPluginType' of null import {StyleSheet, Text, View} from 'react-native'; import React, {useContext, useRef} from 'react'; import ZegoUIKitPrebuiltLiveStreaming, { HOST_DEFAULT_CONFIG, ZegoMenuBarButtonName, } from '@zegocloud/zego-uikit-prebuilt-live-streaming-rn'; import ZIM from 'zego-zim-react-native'; import {useNavigation, useRoute} from '@react-navigation/native'; import BackButtonHandler from '../BackButtonHandler/BackButtonHandler'; import KeyCenter from '../../utils/KeyC...

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

    Seeking a proficient ghostwriter skilled in crafting contemporary romance narratives to write several chapters for my book proposal. As an adult-focused project, the tone should be suitable for mature readers. Key Responsibilities: - Develop engaging, relatable, and captivating romance narratives. - Write several chapters of the book proposal. Ideal Candidate: - Experience writing contemporary romance. - Ability to write for an adult audience. - Strong grasp in creating compelling characters and plots. - Excellent English language and writing skills. Your passion for contemporary romance will be a huge asset in bringing this project to life.

    $273 (Avg Bid)
    $273 Avg Bid
    32 bids

    I'm in need of an experienced web developer to build a website for my business. While some details are still being finalized, I can share that the site will likely be an e-commerce platform. I am currently considering other options for the site's purpose however. The ideal freelancer will have extensive experience in website development, particularly with e-commerce platforms. I would also prefer someone who has a good understanding of UX/UI design principles as the site will need to be visually appealing and easy to navigate. Please submit your past work and any other relevant experience in your application.

    $111 (Avg Bid)
    $111 Avg Bid
    42 bids

    I'm in need of a talented WordPress developer to create a professional website for my construction company. I've skipped the specific pages and special features questions, as I'm open to suggestions and best practices regarding what to include to make the site appealing and functional. Key requirements include: - full web design and build on CMS tool like Wordpress, drupal - goal of website is to convert leads to sales calls - need someone with good graphic design experience so that the site has a modern look and isn't too cookie cutter/cheap looking - need to be build for web analytics - below are some examples of sites id like to mimic in a way Ideal skills and experience for this job include:

    $742 (Avg Bid)
    $742 Avg Bid
    239 bids