Postal code validation javascript jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 postal code validation javascript jobs found, pricing in USD

    I need a well-designed, modern website for the general public. The main purpose o...Architecture: Organize content in a clear and logical manner. - Responsiveness: Ensure the website is fully responsive for optimal viewing on all devices. - CMS: While I don't have a specific requirement, I'm open to suggestions for a CMS that would best suit the project. Ideal Skills: - Web Design: A keen eye for design and layout is crucial. - Web Development: Proficiency in HTML, CSS, and JavaScript. - UX/UI Design: Prior experience in creating websites for the general public is a plus. - CMS Expertise: Knowledge of popular CMS platforms, like WordPress and Joomla, would be beneficial. I'm looking for a freelancer who can deliver a high-quality, modern website that meets the need...

    $91 (Avg Bid)
    $91 Avg Bid
    18 bids

    I'm looking for a Laravel developer with solid cryptocurrency knowledge and a frontend design flair to enhance my shop script. - You'll need to add product search functionality that encompasses searching by name, category, price, and vendor. - I'm looking to revamp the frontend layout to be more professional, akin to Amazon's design. - The script shouldn't include any JavaScript. Ideal candidates for this job should have: - Extensive experience with Laravel, including backend and frontend development. - Strong understanding of cryptocurrencies to implement relevant features. - Proven track record in redesigning frontend layouts to be sleek and professional. - Prior experience with implementing and customizing search functionality in Laravel. - The ability ...

    $288 (Avg Bid)
    $288 Avg Bid
    5 bids

    write a simple proof of concept client side html/javascript web page that authenticates using firebase-ui

    $139 (Avg Bid)
    $139 Avg Bid
    53 bids

    ...Refer Code and Wallet Creation: Upon successful OTP verification, generate a unique referral code for each user; Create separate tables to manage user wallets, allowing users to perform transactions and manage their funds securely. Additional Requirements: Utilize Laravel 10 or 11 for development. Ensure the API endpoints are well-documented for seamless integration with client applications. Implement error handling and validation to enhance the security and reliability of the API. Adhere to best practices in Laravel development, including code organization, performance optimization, and security measures. Deliverables: Fully functional Laravel project meeting the specified requirements. Documentation outlining API endpoints, request/response formats, and ...

    $96 (Avg Bid)
    $96 Avg Bid
    12 bids

    I'm in search of a skilled full stack developer to help me build a mobile application. The project entails the following: - **Languages and Frameworks**: - Expertise in HTML/CSS, JavaScript, and Python is a must. - **Functionality Requirements**: - Incorporating user authentication and login features. - Integration with various third-party APIs. - **Audience**: - The target audience for this website is the general public. Ideal candidates should have a proven track record in full stack development and be able to deliver a secure and efficient end product.

    $2992 - $5984
    $2992 - $5984
    0 bids

    As one aiming to maximize my productivity, I'm in need of a proficient data entry professional who can assist in data transcription, processing, and validation. This task revolves around: - Handling a medium scale data volume, approximately between 100-1000 records. - Processing data I have currently stored in an Excel Spreadsheet. Freelancers with the following skills are ideal for this job: - Expertise in Excel and data entry practices. - Experience in data validation. - Strong attention to detail. Your primary responsibility would be to ensure the accuracy and usefulness of my data efficiently. Your proficiency and speed are key to the success of this project.

    $14 / hr (Avg Bid)
    $14 / hr Avg Bid
    43 bids
    Trophy icon Make a Linkedin cover photo for me 4 days left

    ...CERTIFICATIONS: Google Advanced Data Analytics Professional Certificate | Google - View Credential Google Cybersecurity Professional Certificate | Google - View Credential Machine Learning Engineering for Production (MLOps) Specialization | - View Credential Deep Learning Specialization | - View Credential SKILLS Programming: Python, JavaScript, RUST, Golang, C, C++ Frontend Development: HTML, CSS, JavaScript, ReactJs Responsive design, Cross-browser compatibility Web performance optimization Backend Development: , Flask, RESTful API Microservices, Websockets, OAuth Nginx server management, Kubernetes, Kafka CI/CD integration Databases: RDBMS (MySQL, PostgreSQL) NoSQL (MongoDB) Query optimization, ORM/ODM (SQLAlchemy, Mongoose) Data warehousing, Distributed

    $11 (Avg Bid)
    $11
    7 entries

    ...application featuring a modern and intuitive user interface. Requirements Analysis: Implementing secure session management, hashing, and salting passwords. Conducting input validation and sanitization. Utilizing a tool to assess password strength. Implementing user authentication and access control. Integrating a database for secure password storage. Algorithm of Proposed Solution: Designing a database schema tailored for password storage. Employing web technologies such as HTML, CSS, and JavaScript for the user interface. —————————— Presentation Layer: User Interface (UI) creation with HTML, CSS, and JavaScript Handles user input validation and error handling Logic Layer: Implements core functionali...

    $146 (Avg Bid)
    $146 Avg Bid
    32 bids

    ...website development within the specified timeline of 3 days, ensuring adherence to project milestones and deadlines. 8. **Client Satisfaction:** Revising and refining the website based on client feedback to ensure maximum satisfaction with the final product. **Requirements:** - Proficiency in Laravel framework and PHP programming. - Experience with frontend technologies such as HTML5, CSS3, JavaScript, and Bootstrap for responsive web design. - Expertise in integrating third-party APIs, specifically Razorpay and Shiprocket. - Strong understanding of database management systems, particularly MySQL. - Attention to detail, excellent problem-solving skills, and ability to work independently. - Effective communication skills to collaborate with the client and provide regular update...

    $276 (Avg Bid)
    $276 Avg Bid
    17 bids

    I am seeking a full-time developer with expertise in Golang and Solidity to work on an existing p...existing Golang/Solidity project. Key Requirements: - Proficiency in Golang and Solidity is a must. - Experience in building decentralized applications and developing smart contracts. - Ability to work full time and to be dedicated to the project. Ideal skills: - Knowledge of blockchain technology and its applications. - Strong problem-solving and critical thinking skills. - Proficiency in JavaScript and Node.js is a plus, but not mandatory. This is a great opportunity for a skilled developer to join a dynamic team and contribute to an exciting project in the blockchain space. If you are passionate about blockchain technology and possess the necessary skills, I would love to hear...

    $674 (Avg Bid)
    $674 Avg Bid
    13 bids

    ...generating application. Implementing functionality to capture weight inputs from a digital weighing scale. Developing logic to calculate invoice totals based on weight inputs and prices. Integrating with accounting software for seamless data synchronization. Ensuring robustness and security of the application through thorough testing and validation. Requirements: Proficiency in both front-end and back-end development technologies, such as HTML/CSS, JavaScript, Node.js, React, or Angular. Experience in interfacing with hardware devices and integrating them into web applications. Strong understanding of relational databases and experience with database management systems like MySQL or PostgreSQL. Knowledge of RESTful API design and development for seamless communication bet...

    $315 (Avg Bid)
    $315 Avg Bid
    14 bids

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

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

    I'm in search of a freelancer proficient in COMSOL Multiphysics to devise a model for a convection heater on a Polyimide substrate. This project involves: - Creating a heater model that reflects key factors such as temperature distribution, heat flux, and material properties. - Ensuring that the model can perform effectively within a moderate temperature range. - Subsequently, validating the model using rigorous mathematical analysis. Ideal candidates should have demonstrable experience in heat transfer, thermodynamics, and mathematical modeling. Familiarity with Polyimide substrates is a plus. Achievement of this task requires a robust understanding of COMSOL Multiphysics software.

    $209 (Avg Bid)
    $209 Avg Bid
    3 bids

    ...functionality to capture weight inputs from a digital weighing scale. - Implement features for manual entry of product prices and quantities. - Develop logic to calculate invoice totals based on weight inputs and prices. - Ensure compatibility with various digital weighing scale models and accounting software. **Requirements:** - Proficiency in programming languages such as Java, Python, or JavaScript. - Experience in software development with a focus on interfacing with hardware devices. - Familiarity with serial communication protocols and device integration. - Strong understanding of software architecture and design principles. - Excellent problem-solving skills and attention to detail. **Preferred Qualifications:** - Experience with integrating hardware devices such as di...

    $320 (Avg Bid)
    $320 Avg Bid
    7 bids

    I'm currently experiencing difficulty with my HTML website. There are broken links, incorrect formatting issues, and a general need for assistance with the HTML code. The "Admissions" section of my site is particularly afflicted by these broken links that require immediate attention. Ideally, I'm looking for freelancers who can bring rich experience in HTML and web development to the table. By demonstrating your experience in your application, you’ll increase your chances of landing this project. Let's get my website running smoothly again.

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

    ...application featuring a modern and intuitive user interface. Requirements Analysis: Implementing secure session management, hashing, and salting passwords. Conducting input validation and sanitization. Utilizing a tool to assess password strength. Implementing user authentication and access control. Integrating a database for secure password storage. Algorithm of Proposed Solution: Designing a database schema tailored for password storage. Employing web technologies such as HTML, CSS, and JavaScript for the user interface. —————————— Presentation Layer: User Interface (UI) creation with HTML, CSS, and JavaScript Handles user input validation and error handling Logic Layer: Implements core functionali...

    $157 (Avg Bid)
    $157 Avg Bid
    30 bids

    I'm in need of a developer capable of creating a browser extension that wi...key details about the project: - The extension should function on both Google Chrome and Mozilla Firefox. - I currently do not have any extensions or add-ons related to auto-filling or password management installed on my system. - The Auto-fill function will primarily be used on E-commerce websites and Social media platforms. Ideal skills and experience for this job include: - Proficiency in JavaScript and browser extension development - Previous experience with OTP systems - Strong understanding of browser compatibility and web standards - Proven capability of building secure software. Your understanding of user privacy and data protection is paramount for this project as sensitive data will need...

    $299 (Avg Bid)
    $299 Avg Bid
    2 bids

    ...to facilitate frontend-backend communication. Data Binding and State Management: Implement data binding and state management using Vuex or other appropriate methods. Routing: Set up routing in Vue.js using Vue Router to enable navigation within the application. Validation and Error Handling: Implement form validation and error handling on both frontend and backend to ensure data integrity and security. Optimization and Performance: Optimize the application for performance and scalability, considering factors like caching, code splitting, and lazy loading. Testing: Write unit tests for frontend and backend components to ensure the reliability and stability of the application. Documentation: Provide comprehensive documentation for the codebase, including setup i...

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

    We at BotXpert are engrossed in the development of a cutting-edge videobot for our clients. We're currently in need of a skilled frontend developer to join us in this exciting project. Key Requirements: - Proficiency in programming languages for frontend development. Ideally, you should be familiar and comfortable with HTML/CSS, JavaScript. Although we skipped this question earlier, we believe familiarity with these technologies will aid in smoother project flow. - Design and implement the size and style of the video in the bot widget. The specifics in terms of the style are open for now and would be decided as we progress further. - Development of key functionalities for the videobot widget. Specifically, the widget should have play/pause buttons and volume control. Your co...

    $91 (Avg Bid)
    $91 Avg Bid
    12 bids

    ...talented Front-End Developer to join our team. As a Front-End Developer, you will be responsible for designing and implementing user-facing features, optimizing web applications for maximum speed and scalability, and collaborating with back-end developers and designers to improve the overall user experience. Requirements: Proven work experience as a Front-End Developer Proficient in HTML, CSS, JavaScript, and other front-end technologies Experience with responsive design and mobile-first development Knowledge of front-end frameworks such as React, Angular, or Vue.js Strong problem-solving skills and attention to detail Excellent communication and teamwork skills Responsibilities: Develop user-facing features and build responsive web applications Optimize web applications for m...

    $2131 (Avg Bid)
    $2131 Avg Bid
    84 bids

    I'm looking for a skilled developer to create a custom JavaScript file uploader for my WooCommerce website. The project entails the following: - File Upload with Preview: Upon request we can provide examples and screenshots. - Support for Multiple File Formats: The uploader should support the upload of JPG, PDF and PNG file formats. - Custom Canvas Sizes, apart from predefined dimensions we offer some products with custom width and height. - Display the dimensions on the canvas. Cutting lines and overfill would be nice to have. - DPI warning, we would like to warn customers if the quality is poor and may effect the printing quality. - Minimalistic, it's just for uploading and previewing the files. We don't want text editor or template functionality. - Designs...

    $622 (Avg Bid)
    $622 Avg Bid
    61 bids

    I need a custom QR code label designed for my product. The QR code will encode my sqid Key requirements: - QR Code: The primary element of the label, encoding the specified SQID - Company Logo: Incorporate my company's logo into the design. - Product Details: Include the product name, MRP, size, and product code in the label design. WILL BE USING THIS IN MY BARTENDER Ideal Skills and Experience: - Proficiency in graphic design, specifically for labeling and packaging. - Experience in creating custom QR codes. - Ability to incorporate multiple elements into a cohesive design. - Attention to detail to ensure all product information is accurately displayed.

    $13 (Avg Bid)
    $13 Avg Bid
    17 bids

    ...should be proficient in implementing essential formulas such as Sum, Average, and Count. They will play a crucial part in calculating and managing data effectively. - **Data Validation**: I need guidance on implementing data validation processes to ensure the accuracy and consistency of my data entries. Ideal Skills and Experience: - Proven experience in working with Google Excel and enhancing its functionalities. - Proficiency in formatting Excel tables to improve visual appeal and readability. - Strong understanding and application of essential formulas like Sum, Average, and Count. - Experience in setting up data validation processes in Excel to maintain data quality. - Good communication skills to explain the changes made and provide guidance on managing the Ex...

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

    ...and seamless integration of required features. 2. **Razorpay Integration:** Implementation of Razorpay payment gateway to facilitate secure transactions within the platform. 3. **Shiprocket Integration:** Integration of Shiprocket API for streamlined order management, shipping, and delivery processes. 4. **Frontend Integration:** Integration of custom frontend designs provided in HTML, CSS, and JavaScript, ensuring a cohesive and visually appealing user experience.(Custom Frontend) 5. **Security:** Implementation of robust security measures to safeguard user data, transactions, and sensitive information. 6. **Multivendor Functionality:** Development of features enabling multiple vendors to register, list, and manage their products on the platform. 7. **15-Day Delivery:** The deve...

    $410 (Avg Bid)
    $410 Avg Bid
    14 bids

    As your prospective client, I am in urgent need of a highly skilled Full Stack Developer, proficient in JavaScript for a website development project. The primary focus of this task will be to enhance the functionality of our website, making it more efficient and user friendly. IDEAL CANDIDATE SKILLS: - In-depth knowledge of JavaScript - Strong experience in Full Stack Development - Extensive experience in website functionality enhancement - A keen eye for detail and problem solving skills - Ability to work within tight timelines Proficiency in Python and Ruby would be an added bonus, but not a necessity. Looking forward to collaborating with a dedicated and forward-thinking professional.

    $10 (Avg Bid)
    $10 Avg Bid
    14 bids

    I'm seeking a proficient JavaScript developer, ideally with Node.js experience, to build a color trading game as a web application. Key functionalities required include: - Player Registration: Managing user accounts and profiles. - Trading System: In-game trading of color assets between players. - Score Tracking: Keeping a log of player scores and providing leaderboards. - Fund Deposit and Withdrawal: Integrating a 3rd party app to manage player's game funds. Strong skills in the full JavaScript stack, particularly Node.js, are required and experience in game development will be highly advantageous. Your task will be to develop a fully functional product from the ground up, making sure to implement every feature mentioned above.

    $1393 (Avg Bid)
    $1393 Avg Bid
    16 bids

    ...20% might be spent troubleshooting issues in production as and when needed. Key Skills Required: 1) Proficient with PHP, HTML5, JavaScript, JQuery, JSON, REST API, XML, AJAX and CSS3 2) Experience working with the MVC Framework Laravel 8.0, Laravel Livewire, Tailwind CSS 3) Experience building API integration such as GupShup, WhatsApp, Telegram, Twitter, Facebook, Google maps, Instagram, etc. 4) Hands-on experience in MySQL databases 5) Experience with Amazon Web Services 6) Optimization SEO/Content/Website Speed, Web security 7) Document deliverables Desirable Skills: 1) Experience in Agile development methodology 2) Experience with GitHub and other code repositories 3) Experience with Rollbar error management 4) Experience with Trello 5) Experience Sketch...

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

    I'm looking to hire a freelancer who can construct a UI Vision Simple Script for web automation. The main purpose is to automate repetitive tasks, specifically focusing on web scraping. As this task involves browser interaction, the ideal candidate should have a keen understanding and profound experienc...involves browser interaction, the ideal candidate should have a keen understanding and profound experience in scripting for web automation on various browsers. Key responsibilities: - Develop a UI Vision Script for automation - Concentrate on web scraping to extract relevant data - Provide advice on effective methods for web automation To perform this task effectively, skills and experience in JavaScript, Selenium, and web scraping are highly desired. The script I ask...

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

    I am in need of a skilled building code consultant with a focus on residential structures. The primary area of expertise required is in the design phase of construction. Key project details include: - Primary emphasis on the review of the residential building code to ensure compliance during the design phase. - An understanding of the complexities and nuances of the residential building code is essential. Ideal Skills and Experience: - Proven experience in residential building code consulting, especially during the design phase. - Strong knowledge of the residential building code and its specific requirements. - Able to provide constructive insights and solutions to ensure compliance without sacrificing design integrity. - Excellent communi...

    $1097 - $2193
    Local
    $1097 - $2193
    0 bids

    ...Cyber security services, including Vulnerability Assessment & Penetration Testing, Network Security Testing, Cloud Security Audits, Security Compliance Assurance among others. 2. Managed Cyber Security services for SMB's like Real time monitoring of their assets for security loopholes etc. 2. Big Data Testing Services, including Data Migration Testing, Data Warehouse Testing, ETL Testing and Validation, Business Intelligence Reports Testing among others. We are searching for a partner who can be responsible for our business development of our cyber security and big data testing services and solutions to potential clients in the UK and EU regions. Additionally, the partner should be capable of selling our services across an Europe-wide region. If you think you are the...

    $747 (Avg Bid)
    $747 Avg Bid
    8 bids

    ...Security, Cloud Security, Vulnerability Assessment & Penetration Testing, Managed Security Services Provider (MSSP), Real-time Security Monitoring, Phishing Awareness Training & Assessment, Application Security Testing, Network / Infrastructure Security Testing, and Mobile Application Security Testing ----- A variety of Big Data services like ETL Testing, Big Data Migration Testing, Big Data Validation, BI Reports testing etc. - A strategic thinker with a keen eye for inbound and outbound marketing opportunities - Target a wide range of industries such as Healthcare, Finance, Retail, Technology, Start-up, Early Stage Start-up, Insurance, Mortgage, FinTech, Education, EdTech. - Excellent communication skills and the ability to establish and maintain client relationship...

    $418 (Avg Bid)
    $418 Avg Bid
    2 bids

    Job Description - "Please review budget below:" We are seeking an experienced freelance web developer to create an Amazon affiliate e-commerce website focused on safety equipment and educational content. The...Google Maps and a dynamic list for displaying Amazon pick up locations Ensure the website is mobile-responsive and optimized for SEO. Collaborate with the project manager to meet all technical requirements and UX design standards. Requirements: Proven experience in web development with a portfolio of e-commerce sites, preferably with affiliate marketing experience. Strong skills in HTML, CSS, JavaScript, and PHP. Experience with WordPress and WooCommerce. Ability to work independently and efficiently to meet deadlines. Project Duration: 2-3 weeks I have theme ...

    $137 (Avg Bid)
    $137 Avg Bid
    71 bids

    ...Security, Cloud Security, Vulnerability Assessment & Penetration Testing, Managed Security Services Provider (MSSP), Real-time Security Monitoring, Phishing Awareness Training & Assessment, Application Security Testing, Network / Infrastructure Security Testing, and Mobile Application Security Testing ----- A variety of Big Data services like ETL Testing, Big Data Migration Testing, Big Data Validation, BI Reports testing etc. - Target a wide range of industries such as Healthcare, Finance, Retail, Technology, Start-up, Early Stage Start-up, Insurance, Mortgage, FinTech, Education, EdTech. - A strategic thinker with a keen eye for inbound and outbound marketing opportunities - Excellent communication skills and the ability to establish and maintain client relationships...

    $448 (Avg Bid)
    $448 Avg Bid
    2 bids

    ...Cyber security services, including Vulnerability Assessment & Penetration Testing, Network Security Testing, Cloud Security Audits, Security Compliance Assurance among others. 2. Managed Cyber Security services for SMB's like Real time monitoring of their assets for security loopholes etc. 2. Big Data Testing Services, including Data Migration Testing, Data Warehouse Testing, ETL Testing and Validation, Business Intelligence Reports Testing among others. We are searching for a partner who can be responsible for our business development of our cyber security and big data testing services and solutions to potential clients in the UK and EU regions. Additionally, the partner should be capable of selling our services across an Europe-wide region. If you think you are the...

    $272 (Avg Bid)
    $272 Avg Bid
    6 bids

    I'm in ...authentication and authorization - Develop front-end features as needed - Work on user registration and login features - Implement CRUD operations (create, read, update, delete) - Integrate a payment gateway The candidate should have: - Proven experience in full-stack Laravel development - Strong understanding of Laravel and its ecosystem - Proficiency in front-end technologies like HTML, CSS, and JavaScript - Familiarity with payment gateway integration - Good understanding of database management - Strong problem-solving skills and ability to work independently This is a great opportunity for a skilled Laravel developer looking for a flexible part-time role. The project involves a variety of challenging tasks and will give you the chance to enhance your Laravel de...

    $86 (Avg Bid)
    $86 Avg Bid
    20 bids

    ...Primary Role: Main tasks will include implementing these updates and ensuring they integrate seamlessly with the site's existing functions. This will require adept skills in both frontend and backend development and a strong understanding of database integration. - Technology Stack: The website is currently built on Laravel. Proficiency in this framework is key. Additional experience in HTML/CSS, JavaScript, and PHP would be advantageous. - Uncertain Features: While I have not yet decided on the specific additions to be implemented, it's important that the freelancer is competent and flexible in a variety of possible updates. E-commerce functionality, user registration and login system, and social media integration skills will be highly desirable. - Approach: A solu...

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

    Hi, Looking for a freelancer who take a site visit and confirm about a site, Just a site visit project and check address validation, ongoing work in future, further discus about task after freelancer response. more information will be provided to the selected freelancer.

    $10 - $30
    Local
    $10 - $30
    0 bids

    Hi, I am looking for some one experience in Truecaller SDK integrate to flutter app with complete process like key generat and approve from app level. Note - Mobile number validation purpose

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

    Overview: Working on our company web application to fix and add Handed a goal and determine best way to accomplish With our team always here to help Ability to communicate and solve exciting tasks will be essential. We all collaborate together closely, work at same time with real time communication very important Experience: 1. PHP and related such as CodeIgniter, Laravel, .. 2. JavaScript and other front end technologies 3. Mobile App Cross Platform is plus for upcoming challenge 4. PostgreSQL, My SQL, etc. Work Requirements: 1. One Dedicated Programmer working on project 2. Agreed upon start finish each day to work at same time as our team 3. In addition to this site time tracker, Live Screen Sharing when paid hourly In your response: 1. Confirm agreed to above work requirem...

    $2 - $8 / hr
    Sealed
    $2 - $8 / hr
    29 bids

    Hi, Looking for a freelancer who take a site visit and confirm about a site, Just a site visit project and check address validation, ongoing work in future, further discus about task after freelancer response. more information will be provided to the selected freelancer.

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

    I'm in need of a skilled UX and Android developer to breathe new life into my app's user interface and streamline the backend code. This revamp includes: - Updating the color scheme. Despite skipping the specific color scheme preferences, I'm eager to discuss creative inputs from the chosen freelancer for this. - Making layout modifications. This involves reorganizing elements for better user experience, adding new sections to increase app functionality and simplifying navigation to promote user ease. The ideal candidate will have an eye for sleek, user-friendly design and possess the ability to transform these designs into efficient code. Also, keen understanding of UX principles and Android development experience is required. Understanding the nuances of ...

    $296 (Avg Bid)
    $296 Avg Bid
    15 bids

    I need a talented designer to create professional and elegant double-sided business cards. I'm targeting an aesthetic that is both stylish and refined, while effectively communicating key information. Key Elements for the Design:...want my business card to look. The second attachment that shows the logo “NJÆ Accounting” is the business name and logo of my business and I would like the exact color. On the back side I would like it bottom part white and top part black similar to the demo picture. I would like my contact information included such as phone number, email, and social media pages. Please find attached the blue postal card that provides all of my business information and services provided. The services provided are : • Taxes Preparation ...

    $80 (Avg Bid)
    $80 Avg Bid
    111 bids

    I have a mechanical keyboard with QMK. I'm looking for a programmer to write code that will flash its scroll lock LED every time a key is pressed. Key Requirements: - The LED flash pattern should be a simple, single flash. - The code should be tailored for the QMK firmware. Additional Information: - The LED flash behavior does not need to remain consistent across different devices, and it's acceptable to reconfigure it for each device. Keyboard PCB is a KBD75 VIA software is installed and working Example video:

    $26 (Avg Bid)
    $26 Avg Bid
    4 bids

    Description: Find the most efficient no-code solution to convert 10,000 customer business card scans into a detailed Excel database. Each card has been scanned using the CamScanner app and they vary widely in design, content, and layout and all of them are different. (90% of the cards are in english, 10% are in urdu and arabic) Objective: Looking for innovative, no-code methods that automate the conversion of these business card images to an Excel sheet with minimal human interaction. The best method should be fast, cost-effective (minimal or zero cost), and capable of handling high variability in card designs without any coding or manual programming. Submission Guidelines: * Propose a no-code solution using online tools or existing software that can intelligently ...

    $10 (Avg Bid)
    $10
    9 entries

    I'm seeking a proficient Python developer with experience in FastAPI to assist in integrating it into my ongoing project. Understanding and experience with web API frameworks is essential. Key Delive...Python project - Set up and configuration as per best practices - Practical demonstration of FastAPI performance capabilities Ideal Skills: - Proficiency in Python programming - In-depth knowledge and experience in FastAPI - Understanding of web API frameworks - Strong problem-solving skills Note: While I did not provide specifics on implementing FastAPI features such as authentication, data validation or database integrations, the freelancer should be well-versed in these areas as they might be needed during the course of the project. I am currently conducting unit testing...

    $48 (Avg Bid)
    $48 Avg Bid
    10 bids

    ...expertise in HTML/CSS and JavaScript/React for creating a website from scratch. You will be responsible for the complete development process, from the initial layout to the final production deployment. Key Responsibilities: - Develop the website's front-end architecture using HTML/CSS and React - Design the website's user interactions, including animations and transitions - Develop the back-end of the website using industry-standard technologies - Ensure the responsiveness of the website and optimal performance - Implement features based on the UI/UX design Your previous experience in developing websites from scratch using React as the front-end technology will be crucial for this project. Additionally, a strong understanding of HTML/CSS for the front end and Java...

    $1112 (Avg Bid)
    $1112 Avg Bid
    78 bids

    Job Title: WordPress Website Developer We are seeking a highly skilled and experienced WordPress Website Developer to create an exceptional website for our business. The ideal candidate should possess a strong command of WordPress, with expertise in theme customization, plugin installation, and database management. Proficiency in HTML, CSS, and JavaScript is also essential. Responsibilities: - Design and develop a modern, user-friendly website that aligns with our business objectives. - Customize WordPress themes to produce an aesthetically pleasing and functional website. - Install and configure plugins to enhance website functionality and improve user experience. - Ensure optimal performance by managing and maintaining the website's database. - Collaborate with team members...

    $478 (Avg Bid)
    $478 Avg Bid
    115 bids

    I am in need of a backend developer with expertise in Node.js, , and JavaScript to assist in the creation of APIs for user authentication in a law firm project. The APIs will be used to support a variety of functionalities including user registration, login via email and password, and two-factor authentication. Key Responsibilities include: - Developing secure and efficient APIs for user authentication - Implementing user registration functionality - Integrating login using email and password - Setting up two-factor authentication for enhanced security The ideal candidate should have: - Proficiency in Node.js and - Previous experience with API development, specifically for user authentication - Understanding of law firm project requirements - Ability to ensure security

    $11 (Avg Bid)
    $11 Avg Bid
    16 bids

    I am in d...proficient in OAuth2 configurations. Specific details about the OAuth2 provider in use are momentarily unavailable, but your expertise should cover popular options like Google, Facebook, and Microsoft. The scope of the project involves OAuth2 configuration, its validation, and could extend to aspects of authentication, authorization, and token management. Your approach should be adaptable as the project may require the use of libraries or frameworks. IDEAL SKILLS AND EXPERIENCE: - Profound understanding of OAuth2 configuration and validation - Knowledge on the use of popular OAuth2 providers - Experience in OAuth2-focused aspects such as authentication, authorization, and token management - Familiarity with potential libraries or frameworks to simplify task wh...

    $522 (Avg Bid)
    $522 Avg Bid
    34 bids

    ...infected with malware. The code has infiltrated not just the site, but has possibly trickled down into themes and plugins as well. I'm not certain about which particular themes or plugins have been affected. Unfortunately, I also don't possess any backup of my site prior to this malware issue. I'm in search of a polished freelance professional who can perform a thorough examination of the site, successfully locate and eliminate the malicious code from any impacted themes and plugins without removing them, preserving the overall integrity of the site. Please note, the code seems to be specifically mobile-targeted. Key requirements and Responsibilities: • Analyzing website to determine infected themes and plugins. • Removing all instance...

    $35 (Avg Bid)
    $35 Avg Bid
    28 bids