Template login box punët

Filtër

Kërkimet e mia të fundit
Filtro sipas:
Buxheti
deri në
deri në
deri në
Lloji
Aftёsitё
Gjuhët
    Shteti i punës
    2,000 template login box punët e gjetura, me çmimin EUR
    Personal sheets Ka përfunduar left

    Personal Sheets with Membership Login

    €741 (Avg Bid)
    €741 Oferta mesatare
    8 ofertat
    Design a Powerpoint template Ka përfunduar left

    Profishnal designer

    €24 (Avg Bid)
    €24 Oferta mesatare
    29 ofertat
    Project for orionk Ka përfunduar left

    Pershendetje une jam Agroni nga Kosoava, a' mundesh ta programojsh nje Heighscore-List per nje Kuiz, Kuizin e kam ble te gatshem ne ket link: pra kur nje User e ka perfundue kuizin rezultai dergohet ne Database automatikish...User e ka perfundue kuizin rezultai dergohet ne Database automatikisht, deri ketu eshte ne rregull ashtu si duhet te jet, por une jam i interesuar qe rezultati pasi te arrin ne databese te krijohet nje llojj liste me personat qe kan luajtur ne kuiz, pra nje renditje sipas poenave te arritura, perafersisht si ne ket link: login me username e ka quizi paraprakisht te interguar, nese je i interesuar te meresh me ket projekt te vogel lajmrohu!!!

    €230 (Avg Bid)
    €230 Oferta mesatare
    1 ofertat
    MLM WEBSITE SCRIPT IN PHP Ka përfunduar left

    I NEED A MLM WEBSITE IN PHP LANGUAGE LIKE THIS DEMO. CHECK THIS: USERID-admin PASSWORD-admin

    €91 (Avg Bid)
    €91 Oferta mesatare
    4 ofertat
    MLM WEBSITE SCRIPT IN PHP Ka përfunduar left

    I NEED A MLM WEBSITE DEVELOPED IN PHP LANGUAGE.... PLEASE CHECK THIS SITE FOR DEMO: USERID- admin PASSWORD- admin

    €573 (Avg Bid)
    €573 Oferta mesatare
    12 ofertat
    Create a Wordpress Template Ka përfunduar left

    test porject test porject test porject test porject test porject test porject test porject test porject test porject

    €265 (Avg Bid)
    €265 Oferta mesatare
    3 ofertat

    bhvnbmbnmn,mn,hgfhjgjgjhjkhjhjkhjhhj

    €140 - €419
    €140 - €419
    0 ofertat

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

    €9 / hr (Avg Bid)
    €9 / hr Oferta mesatare
    31 ofertat

    ...- Tutorials and Training with AI recommendations. 9. **Additional Features** - Gamification with AI-generated challenges. - Mobile Support with AI enhancements. - Customization with AI-driven options. 10. **Pricing and Subscription Models** - Flexible Pricing with AI-optimized plans. - Free Trials and AI-powered demos. ### Example Implementation: 1. **User Registration and Login**: - Secure user authentication with AI-enhanced security checks. 2. **Dashboard**: - A centralized dashboard with AI-driven insights and suggestions. 3. **Test Interface**: - A user-friendly interface with AI-generated hints and real-time feedback. 4. **Feedback System**: - An intuitive interface for interviewers with AI-suggested feedback and scoring. ### AI Tech...

    €2390 (Avg Bid)
    €2390 Oferta mesatare
    15 ofertat

    I'm having an issue where I'm unable to log in to my React-Laravel application. When I input my credentials, it fails to log in immediately. I haven't made any recent changes to the login system that could have caused this problem. I am looking for a skilled developer who can help me troubleshoot and fix this issue. The ideal candidate will have: - Proficiency in React and Laravel - Experience in troubleshooting login issues - Excellent problem-solving skills Please reach out if you think you can help me resolve this problem.

    €27 (Avg Bid)
    €27 Oferta mesatare
    28 ofertat

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

    €103 (Avg Bid)
    €103 Oferta mesatare
    34 ofertat

    I need a dedicated Android developer to create an intuitive and secure membership application. The app is expected to include the following core features: - User Registration: A seamless and user-friendly registration process that captures necessary details. - Login: A secure login system that ensures data protection. - Profile Management: An easy-to-navigate profile section that allows users to update and manage their information. Additionally, the application must integrate a payment processing system. In this regard, the app should support credit card payments. Ideal skills and experience for this project include: - Proficiency in Android development - Expertise in UI/UX design and user flow - Prior experience in developing membership or payment applications - Demonst...

    €452 (Avg Bid)
    €452 Oferta mesatare
    39 ofertat
    Epic Fitness Coach Website Revamp 6 ditë left
    VERIFIKUAR

    ...Analytics, meta tags, and backlinks for enhanced website performance and visibility. • Homepage Enhancement: Update the design of the homepage to be more interactive, responsive, and fast-loading. • Content Optimization: Enhance text content with quotes, highlighted words, and captivating copywriting. • Calculator Update: Improve the functionality of the calorie calculator by removing the login requirement, allowing users to generate and download dynamic reports seamlessly. Ideal Skills: - Proficiency in website design and development - Experience in PHP, LARAVEL, Wordpress - Experience in user interface and user experience (UI/UX) design - Knowledge of responsive design principles - Expertise in front-end technologies (HTML, CSS, JavaScript) - Previous wor...

    €275 (Avg Bid)
    €275 Oferta mesatare
    27 ofertat

    Docker not working in virtual box of windows 10 OS

    €5 / hr (Avg Bid)
    €5 / hr Oferta mesatare
    5 ofertat

    Quiero pasar estas dos funciones para MounRiver Studio template<class T> int EEPROM_put(int ee, const T& value) { const byte* p = (const byte*)(const void*)&value; unsigned int i; for (i = 0; i < sizeof(value); i++) eeprom_write_1byte(ee++, *p++); return i; } template<class T> int EEPROM_get(int ee, T& value) { byte* p = (byte*)(void*)&value; unsigned int i; for (i = 0; i < sizeof(value); i++) *p++ = eeprom_read_1byte(ee++); return i; } Actualmente las tengo asi en MounRiver Studio int EEPROM_put(int ee, u16 value){ const u8* p = (const u8*)(const void*)&value; unsigned int i; for (i = 0; i < sizeof(value); i++) { eeprom_write_1byte(ee++, *p++); Delay_Ms(10); } return i; } int EEPROM_...

    €23 (Avg Bid)
    €23 Oferta mesatare
    1 ofertat

    I'm looking to implement a user registration system for a paid tutorial video platform. Here's what I need: Script for user registration for gaining access for paid tutorial video Workflow Register new account / login fields: full name | email | password Once user creates his account, only he will access his account if he is using the same device where he first registered. Users need to register to gain access to a tutorial video. Once the registration is approve by the administrator, user will be able to login to watch video. Administrator will need dashboard for accounts administration: Registered users: Fields: full name | email | password | [Botton to active or disactive accounts. User IP/Geo Location/Device ID

    €56 (Avg Bid)
    €56 Oferta mesatare
    9 ofertat

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

    €17 / hr (Avg Bid)
    Urgjent
    €17 / hr Oferta mesatare
    52 ofertat

    Im hoping to make an anniversary gift. I'm looking to collaborate with an experienced game developer to create a platformer console game specifically for the Nintendo plat...platformer console game specifically for the Nintendo platform. The ideal freelancer for this project would have: - Expertise in console game development, specifically for Nintendo - Proven experience in creating engaging action-adventure games - A keen understanding of the technical specifications and requirements of Nintendo consoles - Strong problem-solving skills and the ability to think out-of-the-box to deliver a unique gaming experience Prior experience with Nintendo game development will be highly advantageous. I look forward to seeing your bids and discussing your relevant experience and ideas fo...

    €97 (Avg Bid)
    €97 Oferta mesatare
    4 ofertat
    HTML5 Casino Game to Flask Backend 6 ditë left
    VERIFIKUAR

    ...Functionalities: - User Registration and Login: Implement a secure user registration and login system that allows players to create accounts and access the game. - Game Settings Management: Develop a platform that can manage the game settings, with a particular focus on the Slot Machine settings. These include Win Occurrence, Free Spin, Balance, and other relevant parameters. - Database Integration: Connect the Flask backend to the PostgreSQL database so that it can store and retrieve the necessary game and user data. Ideal Skills and Experience: - Proficiency in Flask and PostgreSQL. - Previous experience in converting HTML5 games to online backends. - Understanding of casino game mechanics and settings. - Good grasp of security protocols for user registration and log...

    €141 (Avg Bid)
    €141 Oferta mesatare
    22 ofertat

    ...am looking for a developer to create a website for education purposes. - The website will primarily be used for uploading question papers in PDF format and providing a student login dashboard. - I prefer the website to be developed on WordPress. - The key functionalities I require are user registration and login. - Additionally, I would like the ability to upload and download content, as well as an interactive dashboard. _Conducting online quiz with ranking and candidate wise SWOT analysis. Ideal Skills and Experience: - Proficiency in WordPress development - Experience in creating user registration and login systems - Ability to implement content upload and download features - Knowledge of creating interactive dashboards - Familiarity with education-relat...

    €643 (Avg Bid)
    €643 Oferta mesatare
    44 ofertat

    I require assistance in creating an Adobe fillable PDF form for my clients. This form will be used to collect data. - The PDF form will need to include both text fields for entering information and checkbox fields for multiple choices. - I also need a box around the bottom portion (last two questions) Freelancers must have experience in Adobe fillable forms and demonstrate an understanding of how to create dynamic and user-friendly forms.

    €20 (Avg Bid)
    €20 Oferta mesatare
    22 ofertat

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

    €139 (Avg Bid)
    €139 Oferta mesatare
    47 ofertat

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

    €584 (Avg Bid)
    I garantuar
    €584
    13 kandidaturat

    I'm looking for a talented artist skilled in acrylic painting for a unique and personal project. The task is to create an enticing, psychedelic design on a small plexiglass box, approximately 8x8x8 inches, based on the Grateful Dead's 'Box of Rain'. Key Requirements: - Thorough incorporation of elements from the song, including relevant lyrics, iconic imagery like raindrops, boxes and cassette tapes, and also the band's logo. - Proven experience with psychedelic art and acrylics, with extra emphasis on their ability to paint on plexiglass. - An understanding and appreciation of the Grateful Dead's music could be beneficial for this task, but it's not a prerequisite. The final art should be visually stunning, imaginative, and a true repre...

    €270 (Avg Bid)
    €270 Oferta mesatare
    36 ofertat

    I'm looking for a proficient Blazor developer who can enhance the on-screen keyboard of our existing project. The below project shows on-screen keyboard which shows keyboard when the field is active. Below project has implementation in Blazor : Below is nuget package details: h...the on-screen keyboard of our existing project. The below project shows on-screen keyboard which shows keyboard when the field is active. Below project has implementation in Blazor : Below is nuget package details: The only change I want to implement is to open the Keyboard inside dialog box when the field gets active instead of displaying on the bottom of the page.

    €22 / hr (Avg Bid)
    €22 / hr Oferta mesatare
    25 ofertat
    Trophy icon GEOCACHE SHIRTS 3 ditë left

    Create a shirt design with the following sayings "CACHE ME OUTSIDE" with trees and a satellite in the sky and a treasure box on the ground. No moon or stars please

    €23 (Avg Bid)
    I garantuar
    €23
    76 kandidaturat

    ...Troubleshoot and resolve issues as they arise, ensuring the stability and reliability of the platform. Write clean, well-documented, and maintainable code. Stay updated with the latest industry trends and best practices in web development, app development, and ecommerce. The project primarily entails: User Management: Implement a comprehensive user management system, including user registration and login, setting up user roles and permissions, and managing user profiles. Payment Integration: Integrate various payment options into the platform. Social Media Sharing: Enable users to share content from the platform onto various social media channels. Qualifications: Proven experience as a PHP Laravel Developer, with a strong portfolio of completed projects. Proficiency in PHP, Lar...

    €513 (Avg Bid)
    €513 Oferta mesatare
    97 ofertat

    ...already processed invoices) with the following features. 1- A list of all invoices (Master List) with the field names I will provide. 2- A list of all Contracts with the field names I will provide. 3- A list of all Purchase Orders. 4- A list of Approvers who is approving the invoices. 5- A list of Accounts. 5- All of these list should be linked with each other. The database should have a login page. After Login, there should be a a Main Page, with link to the above mentioned list pages plus, Add Invoice, Search Invoice, Search Approver, Search Contract, Search PO, Search Account and Reports pages. For Add New Invoice page, I should be able to add an invoice details in it, and if it's related to a contract or purchase order, I should be able to add the Contract/PO ...

    €139 (Avg Bid)
    €139 Oferta mesatare
    15 ofertat

    Please convert the attached finished display boxes onto the smaller individaul boxes for you entry. The sides and bottom of the box can just be the background color and design but the front and back of the display box should be identical on the individual box. Need to be able to I've to fix the design also have to clear the diecut area I need a skilled designer to transform our finished display box design into smaller individual glossy cardboard boxes. The individual boxes need to perfectly mirror the display box design for just the front and back. Key Responsibilities: - Convert finished display box design onto small cardboard boxes - Ensure the design is glossy and visually appealing - Ensure the dimensions are accurate and suitable fo...

    €9 (Avg Bid)
    €9
    8 kandidaturat
    E-commerce Website Design 6 ditë left
    VERIFIKUAR

    Need ecommerce website designers Hosting - Hostinger Domain - Recommendation Plugins 1. DIGITS: WordPress Mobile Number Signup and Login 2. Elementor Pro 3. TeraWallet 4. Razor pay Other Plugins 1. Reviews 2. Contact Form + with Recommendation plugin for woocommerce Products Categories 1. Men - Shirt ,Kurta For Mens , 2. Women’s Fashion - Kurta, Co-Ord Set, Saree, Night Suits, Top , Bodycon, Sweatshirt, Shirt, Western Dress 3. Personal Care - Face care,BABY Care,Hair Care,Hair Straightener,Massager, 4. Fitness 5. Useful items - gadgets,Trimmer , 6. Home & Kitchen

    €86 (Avg Bid)
    €86 Oferta mesatare
    23 ofertat

    I need some to fix and the following function to my app. 1. Add name and Phone number to the Firebase. -login email and password is working.-design is ready only backend needed. 2. Create a forgot password function. Design is ready

    €32 (Avg Bid)
    €32 Oferta mesatare
    8 ofertat
    Custom Shopify Template Creation 6 ditë left
    VERIFIKUAR

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

    €141 (Avg Bid)
    €141 Oferta mesatare
    79 ofertat

    ...for Game Bookings) The table looks like this image, so you will have to use case insensitive SQL to find the `11_bkntc_services` WHERE name is PARTIALLY equal to the "Projects name" (2nd Image) as I have multiple actual games per "Project" The WP page in question is Https:// The "Book Now" button uses the code in the image below found in this file: wp-content/themes/gamico/template-parts/project/ to show the Booknetic category based on the game. ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Ideal skills for this project: - Strong experience with WordPress, particularly in taxonomy management. - Understanding of how to set up and link

    €24 (Avg Bid)
    €24 Oferta mesatare
    9 ofertat

    ...resized to fit smaller boxes. This is a straightforward task with the following requirements: - The designs are already completed, so this project only involves taking the existing finished designs and adjusting them to fit the dimensions of small boxes. - Time is of the essence, so I need this completed in less than 4 days. - The key modification required is resizing the designs to fit the small box dimensions. There is no need for any other design changes, just adjusting the size. Ideal skills and experience for this job include: - Proficiency in design software, particularly Adobe Illustrator, as the designs are currently in PDF format. - Experience in resizing and adjusting designs to fit specific dimensions. - Excellent attention to detail to ensure the resized designs fit...

    €95 (Avg Bid)
    €95 Oferta mesatare
    76 ofertat

    I’m looking for a proficient developer with deep knowledge of Android Studio and Google Firebase to design a dynamic app for me. The exact purpose of the app is yet to be determined, but rest assured, your responsibility will include implementing user login and data fetching features. Ideal Skills: - Expertise in Android Studio and Google Firebase. - Strong understanding of user authentication and data retrieval techniques. Running on a flexible timeline, I am keen to get started on the development as soon as feasible. However, missing data regarding the type of data to be fetched and the purpose of the app will be clarified as we move forward.

    €152 (Avg Bid)
    €152 Oferta mesatare
    56 ofertat

    I'm in need of a talented Android developer who can bring my vision to life - an investment app and website. Key Features: - User Registration and Login: The platform will need a secure, user-friendly registration and login system to ensure that users can access their accounts easily, while keeping their information safe. - Product Listing and Search: The app and website should allow for the listing of different investment products and enable users to search for and view these products. - Payment Gateway Integration: Users must have access to a secure and reliable payment gateway, as they will be investing money through the app. Design: I prefer a colorful and vibrant design that is pleasant to the eye yet still professional and trustworthy. Ideal Skills: - Profici...

    €363 (Avg Bid)
    €363 Oferta mesatare
    11 ofertat

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

    €174 (Avg Bid)
    €174 Oferta mesatare
    37 ofertat

    I'm looking for a skilled web developer who can bring my vision for a site to life. The site I have in mind is an information sharing/educational content platform. It will serve as a hub where users can access and contribute to various types of educational content. Key Functionalities: - **User Registration and Login**: The site should allow users to create accounts and log in securely. - **Payment Gateway Integration**: I want a seamless payment system for premium content or memberships. - **Content Management System (CMS)**: The platform should support easy content uploads and management. The ideal candidate for this project would have experience in: - Developing similar informational or educational websites - Integrating payment gateways - Implementing secure user authen...

    €12 / hr (Avg Bid)
    €12 / hr Oferta mesatare
    10 ofertat

    ...Wordpress developer who can design a Wordpress websitefor professionals. The site will need to have a Learndash integration and customization, as well as be built on Elementor for easy management and updates. Key project requirements include: - Creation of a professional and user-friendly website with Elementor - Integration and customization of the Learndash feature - Focus on user registration and login for course access - Ensuring a seamless e-commerce functionality for course purchase. Ideal candidate should have: - Proven experience in developing Wordpress sites with Elementor - Strong understanding and experience with integrating and customizing Learndash - Ability to create a user-friendly and visually appealing interface - Previous experience with e-commerce functionali...

    €87 (Avg Bid)
    €87 Oferta mesatare
    17 ofertat

    I own a beautiful property (house + ...possibly be for a 3-4 month duration, but I have yet to start. I have loads of ideas and I've done loads of research into it. I am very confident it would be a huge success. Your role will be crucial in managing the campaign from the ground up. Tasks: - Kickstart the project from scratch, as it has yet to begin - Set the strategic direction for advertising and promotion, employing out-of-the-box methodologies to generate attention and spark engagement The ideal candidate: - BASED IN IRELAND - Proven experience in executing successful raffle campaigns, particularly focusing on the advertising and promotion aspect - Strong skills in project management, able to efficiently oversee and deliver the campaign duration potentially last...

    €2090 (Avg Bid)
    Lokale
    €2090 Oferta mesatare
    19 ofertat
    Email Template Creation 6 ditë left
    VERIFIKUAR

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

    €10 / hr (Avg Bid)
    €10 / hr Oferta mesatare
    11 ofertat
    Full Stack web developer 6 ditë left
    VERIFIKUAR

    Requirements: - Vuejs, Nuxtjs - Tailwind CSS - Supabase/PostgreSQL - Nodejs/Deno - Typescript - Responsive Design - Maintainable and readable code - APIs - Authentication, Authorization, Roles & Permissions - Docker - Bonus: Te...Maintainable and readable code - APIs - Authentication, Authorization, Roles & Permissions - Docker - Bonus: Tests Job: - Program members portal (tasks, events, payments, backoffice) - Blog & Blog backoffice with - Create and use queries and mutations - Newsletter: manage emails and newsletter backoffice (sendgrid and others) - Manage registrations (calendly like) 12 Pages: - Portal Login - Registration - Portal Dashboard - Portal Events - Portal Tasks - Portal Profile - Portal Settings - Portal Payments - Backoffices - Blog Main - Blog Si...

    €539 (Avg Bid)
    €539 Oferta mesatare
    86 ofertat
    Flutter Developer Needed 6 ditë left
    VERIFIKUAR

    I'm in need of a skilled Flutter developer who can take on UI design and app development tasks for me. The project involves creating an social media app for both iOS and Android, and it will require the following features: - User Authentication: A secure and user-friendly login system that can protect user data and provide a personalized experience. - Push Notifications: A system that can send real-time notifications to users, helping them stay engaged with the app. - In-App Purchases: A reliable payment system integrated into the app for users to make purchases seamlessly. - Live Stream: A feature that allows users to view live video streams directly within the app. - Post: A feature that enables users to create posts and interact with them. - Chat: A chat functionality to fa...

    €82 (Avg Bid)
    €82 Oferta mesatare
    12 ofertat

    ...logo. - Login Screen: User authentication with username and password. When the login button is pressed, a POST request should be made to an API (which I will provide) sending the username and password in JSON format. The API will respond with the login status (granted/denied) and a token for future requests. On successful login, the Foreground scan service should be started and navigate to the Status screen. The login state should be saved locally (in local storage). If the user is already authenticated, future app accesses should go directly to the Status screen. - Status Screen: Displays the scan status and an updated list of the latest detected beacons, ordered by the most recent. User Authentication --------------------------------- - Authentic...

    €195 (Avg Bid)
    €195 Oferta mesatare
    7 ofertat
    QNX Remote Command Batch File 6 ditë left
    VERIFIKUAR

    I’m looking for an experienced system programmer who can create a batch file or script that performs a specific set of tasks on a local W10/11computer. The tasks I need accomplished are: - Connect to the remote QNX computer via SSH (Secure Shell)( login/ password in config file.) -send some command (must be configurable - Run certain commands via batch file on windows 10/11 computer. (Configurable) - Run local bat comands on Windows computer (configurable) - Send key combinations on Windows computer (configurable) Managing errors if they occurs. Keep CMD open for manually entering other commands ( in feature can be automated as another project or add-on) Prior experience with batch file creation and QNX systems is necessary. Proficiency in SSH connections is also essential ...

    €30 - €250
    I vulosur
    €30 - €250
    10 ofertat
    Refine Process Map with Uniformity 6 ditë left
    VERIFIKUAR

    I need an edited process map, ensuring all boxes are the same size and the fonts are consistent. Key requirements are: - **Uniform Box Size**: Make sure all the boxes in the process map have the same size and align with each other. - **Font Consistency**: Ensure the text in all boxes has the same font and size. Use Arial, Times New Roman, or any other professional business font. - **Overall Neatness and Cleanliness**: The edited map should look neat and presentable. The content of the map should not be changed, only the presentation. The key skills required for this task are attention to detail, proficiency with editing tools, and an eye for design.

    €19 (Avg Bid)
    €19 Oferta mesatare
    40 ofertat

    I am seeking a skilled web developer to create a comprehensive MLM website. This project requires: - Member registration and login system: An intuitive interface for users to create accounts and securely log in. - Multi-level commission tracking: A functional system to monitor and provide updates for all commission levels. - Downline management: An effective tool for managing and tracking growth within the MLM hierarchy. - Online payments: A secure payment gateway that uses Paytm and UPI for seamless online transactions. While I am open to design suggestions from the chosen freelancer, the overall look and feel should mirror the professionalism and credibility that our MLM organization stands for. An experience in MLM website development will be highly useful but not mandatory. A ...

    €382 (Avg Bid)
    €382 Oferta mesatare
    13 ofertat

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

    €25 / hr (Avg Bid)
    €25 / hr Oferta mesatare
    29 ofertat
    PHP Login Bug Fix 6 ditë left
    VERIFIKUAR

    I need a skilled PHP developer to help me with a bug that's causing our login functionality to malfunction. Key Requirements: - The bug currently prevents users from logging in, and an error message is displayed upon failure - We need this bug fixed so that users can successfully log in without any issues Ideal Skills and Experience: - Proven experience in PHP development, particularly with login systems - Strong debugging skills to identify and rectify the issue - Solid understanding of database connections in PHP - Good communication skills to understand the problem and provide a timely fix

    €11 (Avg Bid)
    €11 Oferta mesatare
    31 ofertat

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

    €57 (Avg Bid)
    €57 Oferta mesatare
    46 ofertat