Angular chat ui templateJobs

Filtrér

Mine seneste søgninger
Filtrer ved:
Budget
til
til
til
Slags
Færdigheder
Sprog
    Job-status
    2,000 angular chat ui template jobs fundet, i prisklassen EUR

    I'm currently looking for a Vue.js developer with a solid understanding of Laravel. While I'm not certain the version of Vue.js I'm using, I know that I need to implement a real-time chat feature in my project. Ideal Skills and Experience: - Proficiency in Vue.js is a must. Experience with both Vue 2 and Vue 3 would be beneficial given my uncertainty about the version currently in use. - Strong understanding of Laravel is also required since the project involves integrating the chat feature into an existing Laravel application.

    €16 (Avg Bid)
    €16 Gns Bud
    10 bud

    I'm looking for a skilled and creative UI/UX designer to redesign my existing betting app on Figma. The current version faces issues primarily due to its difficult navigation and outdated design. It's crucial that the new design is modern, user-friendly and works to improve the overall navigation experience. Key Requirements: - Redesign an existing betting app on Figma - Create a minimalist design style - Improve navigation and usability - Enhance the user profile feature Ideal Skills: - Proficiency in Figma - Strong experience in UI/UX design - Understanding of betting app design is a plus - Ability to create minimalist and user-friendly designs The successful candidate should be able to take my app to the next level by simplifying the user experience, moderni...

    €39 (Avg Bid)
    €39 Gns Bud
    18 bud

    I'm seeking a skilled designer with a strong grasp of the iOS design guidelines to revamp the UI of an existing app found on Google Play or the IOS store, that currently does not comply with the iOS design guidelines. The goal is to provide a fresh, visually engaging design that adheres to the iOS standards. Key Job Features: - Redesign of the entire app UI with a primary focus on visual design. - Ensuring the new UI is fully aligned with the iOS design guidelines. - Retain and enhance the core functionality of the app for a seamless user experience. Deliverables: Task 1: Redesign the user interface for an application. • Show 9 sketches of the interface design, Images, screenshots, ets. Task 2: Design 3 posters for the phone application. • Design po...

    €121 (Avg Bid)
    €121 Gns Bud
    33 bud

    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 Gns Bud
    65 bud

    ...Laravel developer to implement specific changes to my existing Customer Management System (CMS). My hot requirements are as follows: - Reporting Feature: I need the implementation of a Customer Activity Reports feature. The system should allow users to generate custom reports using the existing database. The reports should be detailed, accurate, and easily accessible. - UI Improvements: I'm not satisfied with the current UI of the system. I need the navigation to be simplified for better user experience. The interface should also be modernized with a new color scheme. Responsive design is a must for compatibility across all devices. The ideal candidate should have a deep understanding and a strong background in PHP Laravel, JavaScript, CSS/HTML. I specifically nee...

    €286 (Avg Bid)
    €286 Gns Bud
    183 bud

    ...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...

    €121 (Avg Bid)
    €121 Gns Bud
    52 bud

    I'm looking for an expert Flutter developer who can create a social networking app for both Android and iOS. Here are the key features I'd like to be included in the app: - Messaging System: Users should be able to send and receive messages from other users. - Profile Customization: Users should have ...should have the ability to customize their profiles with personal information, profile picture, and more. - Photo & Video Sharing: The app should allow users to share photos and videos with their connections. Experience in developing social networking apps is preferred, as well as a good understanding of both Android and iOS platforms. Knowledge of Flutter, Firebase or other backend services, and UI/UX design will be a big plus. Please provide examples of your previou...

    €6 / hr (Avg Bid)
    €6 / hr Gns Bud
    65 bud

    I'm look...and optimizing an existing PHP application. Key Requirements: - Strong PHP skills and extensive experience with the CodeIgniter framework - Proficiency in MySQL database management for database optimization and management. - Familiarity with front-end development to be able to enhance the UI/UX as part of the upgrade. Your main responsibility will be to improve the existing codebase, making it more efficient and scalable. This will involve database optimizations, code refactoring, and possibly some UI/UX upgrades. An understanding of security best practices in web development will also be highly beneficial. If you have previous experience with similar projects and can demonstrate a solid understanding of CodeIgniter and PHP best practices, I'd be inte...

    €125 (Avg Bid)
    €125 Gns Bud
    42 bud

    I need a dedicated Android developer to create an intuitive and secure membership application. The app is expected to include the following...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 - Demonstrated knowledge of secure coding practices and data protection - Familiarity with integrating payment gateways, specifically credit card paymen...

    €492 (Avg Bid)
    €492 Gns Bud
    77 bud
    Epic Fitness Coach Website Revamp 6 dage left
    VERIFICERET

    ...interaction and lead generation. • Contact Options: Replace the contact button with a simple white band featuring options to schedule a call or contact via WhatsApp. • SEO-Optimized Blogs: Develop engaging blog content focusing on relevant keywords and SEO best practices. • About Us Section: Revamp the About Us section to be concise, interactive, and visually appealing. • Live Chat Support: Integrate a live chat feature for real-time assistance and guidance to potential clients. • Enhanced Testimonial Page: Improve the testimonial page for credibility and social proof. • Scroll Bar Placement: Move the scroll bar to the top of the website for an immersive viewing experience. • Website Speed Optimization: Enhance website speed w...

    €269 (Avg Bid)
    €269 Gns Bud
    62 bud

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

    €17 (Avg Bid)
    €17 Gns Bud
    7 bud

    We are seeking a skilled Frontend Developer to integrate a staking smart contract with a React frontend page for interaction. The project involves combi...smart contract, staking React page, and token contract to create a seamless user experience. The necessary components including the staking contract, staking react page and token contract have already been prepared. Initially, we will conduct trials on the Sepolia testnet or other testnet to ensure all systems are operational before launching on the Ethereum mainnet. I have already source code for UI. If you're a skilled Frontend Developer with a passion for blockchain and smart contracts, please submit your resume and a brief cover letter explaining your experience and qualifications for the position. We look forward to he...

    €33 / hr (Avg Bid)
    €33 / hr Gns Bud
    22 bud

    I'm in need of many skilled freelancers based in Udupi, who can assist me with various projects. The main goal is to support me in various projects and build a strong company. Key Requirements: - Skilled in particular areas like web-development, Flutter, content creation, UI/UX etc. - Able to work out of home or co-working space - Able to provide long term commitment to projects I am building a panel of freelancers in Udupi to work out of my co-working space, who can support me in client projects as well as my own projects. I would also like to build a set of talent pool out of Udupi to cater to the local as well as global audience.

    €5 / hr (Avg Bid)
    €5 / hr Gns Bud
    13 bud

    More details: Which specific UI change would you like to make to the app? Change color scheme What is the primary color you want for the app's color scheme? Blue Do you require any additional features to be added to the app? add logo

    €110 (Avg Bid)
    €110 Gns Bud
    24 bud

    Hello Andre, sorry for replying this late. After reading your requirements, I can make a shorter version of your needs over here, to see if I'm understanding your request right or not: Objective: Redesign the input page for your users (manufacturers) to document their supply chain process, making it more user-friendly and easy to follow. Current Problem: The existing input page has become overly technical and difficult to navigate. Deliverables: Figma file for desktop and tablet view, that includes a high-quality design and all design components Style: Blue-ish color scheme, professional style If everything is correct, you can accept my proposal and I can start asap ?

    €101 (Avg Bid)
    €101 Gns Bud
    1 bud

    ...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)
    Haster
    €17 / hr Gns Bud
    52 bud

    Hi, We’re looking for a skilled female app developer to build a quick MVP and convert a physical card game into a mobile app game for both iOS and Android platforms. Quick note: I appreciate those who feel the need to start a chat and not so much those who have not bothered to read the brief before wanting to chat. I'll only start a chat if you have at least 2 to 4 links to card games you have published. Skills and experience required for this project: Experience converting physical card deck games into digital game experiences would be the ideal provider. The game brief overview: "Ello" is a two-player game played with a standard 52-card deck, where each player starts with 26 cards. The game assigns values to only four cards in the deck....

    €561 (Avg Bid)
    €561 Gns Bud
    42 bud

    I would like an AI chat robot that can answer users questions and send transcripts on email

    €216 (Avg Bid)
    €216 Gns Bud
    35 bud

    I'm seeking a skilled developer to create a Blazor application with a unique keyboard feature. Key Points: - Your primary task will be to develop a Blazor application. - This application needs to have a unique keyboard feature. Ideal Skills: - Strong experience with Blazor development is a must. - Knowledge of creating unique UI features. - Understanding of user experience design.

    €8 / hr (Avg Bid)
    €8 / hr Gns Bud
    11 bud

    I need a highly skilled Webflow developer to enhance my current website. The added functionalities I'm after include: 1. E-commerce capabilities: I need to add product listings and a streamlined checkout process for online purchases. 2. Contact Form: A well-integrated contact form for potential lea...optimized for such. Design-wise, I’m looking to incorporate bright and vibrant colors that reflect the energy of my brand. Experience in this type of aesthetic is preferable. Ideal skills for this job include Webflow development, ecommerce integration, and a keen eye for design. Background in lead generation and conversion optimization is a big plus. The best fit would be someone with a tight grasp of UI/UX principles who can create both functional and visually appealing ...

    €18 / hr (Avg Bid)
    €18 / hr Gns Bud
    62 bud

    ...accessible contact details for inquiries and appointments. - User-friendly Interface: Ensure that the website is intuitive and easy to navigate for our target market, which is individual car owners. Ideal Skills and Experience: - Web Design: Proficiency in designing user-friendly websites with strong visual appeal. - Automotive Industry Knowledge: Understanding of automotive services will be a plus. - UI/UX Expertise: Designing an easy-to-navigate website is crucial. We have a current landing page here: Used only for clutch replacements which forms a large part of our business, we would like to merge this onto our main website under a different design. Website services are: Clutch Replacement Mechanical work Auto Electrical work ECU programming / tuning Car

    €585 (Avg Bid)
    Garanteret
    €585
    78 indlæg

    We are looking to hire freelancer for our company. We are look...design in mind, so I'm looking for a developer who can assist with the design aspect of the app - Primary Function: The app will be used as a cloud kitchen, so experience with developing similar e-commerce applications is beneficial Ideal Skills and Experience: - Proven experience with full stack mobile app development - Experience with developing mobile applications for both iOS and Android - Strong UI/UX design skills and experience in creating appealing, user-friendly interfaces - Prior experience in developing e-commerce or cloud kitchen applications If you're well-versed in mobile app development, have a keen eye for design, and can help bring an innovative cloud kitchen app to life, I'd love to ...

    €354 (Avg Bid)
    €354 Gns Bud
    12 bud

    I'm looking for a skilled app developer with expertise in both iOS and Android platforms. Th...for a skilled app developer with expertise in both iOS and Android platforms. The primary function of the app is car service booking. It should have a clean, intuitive interface and be secure to ensure user trust. Ideal Skills and Experience: - Expertise in developing apps for both iOS and Android - Experience in developing service booking apps - Knowledge of secure app development - Strong UI/UX skills Features to Include: - Users should be able to book and pay for services - The app should store previous service records for easy rebooking - Should have a system to compare prices from different service providers. Your proposal should include a timeline and cost estimates f...

    €2395 (Avg Bid)
    €2395 Gns Bud
    122 bud

    I'm looking for a skilled web developer who can create a user-friendly, web-based tool that al...specifically designed to generate cost estimates. - The primary users will be our internal staff, so the tool should be intuitive, easy to use and accessible. - It should not support multiple currencies, as all our estimates will be in the same currency. Ideal Skills and Experience: - Experience in developing web-based tools or software, ideally with a focus on generating estimates. - Proficiency in UX/UI design to ensure the tool is user-friendly and intuitive. - Strong understanding of financial systems and tools, to ensure accurate cost estimates are generated. - Ability to communicate effectively and incorporate feedback, as the tool will need to meet the specific needs of our ...

    €494 (Avg Bid)
    €494 Gns Bud
    141 bud

    I need a mobile app that can run on both iOS and Android devices. The primary function of this app should be to generate estimates for pressure washing services. Key Requirements: - Cross-platf...pressure washing job. - Customization Options: I want users to be able to customize their service requests within the app. This could include options for different types of pressure washing, areas to be cleaned, etc. Ideal Skills and Experience: - Prior experience in developing and deploying cross-platform mobile applications, especially in the realm of service-based industries. - Proficiency in UI/UX design to ensure a user-friendly experience. - Familiarity with integrating customization options in a mobile app. - Any background in pressure washing services or similar industries would ...

    €2103 (Avg Bid)
    €2103 Gns Bud
    160 bud
    Roblox Dev 6 dage left
    VERIFICERET

    I'm in need of a skilled Roblox developer to make updates to my existing game. The candidate must demonstrate proficiency or willingness to work on: - UI - Sounds - Scripting logic - In-game Currency and Purchasables - and more It's important that the selected freelancer understands the Roblox system and has experience with scripting. A developer who is flexible with time is preferred as this is an ongoing.

    €11 / hr (Avg Bid)
    €11 / hr Gns Bud
    8 bud

    I am looking for a proficient web development expert...looking for a proficient web development expert to help build a modern, minimalist website focused on home purchasing. Key Features: - Advanced search filters based on location, size, and price to help potential buyers find exactly what they require. - A registration module for both real estate agencies and potential buyers. - A chat system to facilitate immediate communication between all parties involved. Ideal Skills and Experience: - Experience in web development and UI/UX design - Familiarity with real estate platforms or marketplaces would be beneficial. - Ability to develop website in Spanish. In a nutshell, I need a user-friendly website that excels in function and form while catering to the very specific need...

    €293 (Avg Bid)
    €293 Gns Bud
    42 bud

    A ideia é pegar num website que está só em localhost, adicionar um rich text editor e depois integrar o site em Azure, com CI/CD e ambientes de dev e prod.

    €36 / hr (Avg Bid)
    €36 / hr Gns Bud
    9 bud
    Custom Shopify Template Creation 6 dage left
    VERIFICERET

    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

    €166 (Avg Bid)
    €166 Gns Bud
    125 bud

    ...for a skilled UX/UI designer with experience in creating designs for websites, mobile sites, Android & iOS apps, and admin panels. The main objective of this project is to design interfaces for a car dealers service. **Key Aspects of the Project:** - **Platform:** The design needs to be compatible with the website, mobile site, and apps for both Android and iOS. - **Purpose:** The primary goal of the website, mobile site, and apps is to serve as a platform for car dealers, focusing on internal services for used car dealers. - **Specific Features:** The design should include features for vehicle inventory management, online booking for service appointments, and test drive scheduling. Ideal candidates for this project should have: - Proven experience in designing UX/...

    €372 (Avg Bid)
    €372 Gns Bud
    43 bud

    I'm in need of a proficient UI-UX designer (Individual) to work on an ongoing job portal project. The ideal candidate should be able to create wireframes and prototypes, design user interfaces and experiences, and focus on creating a responsive design in Figma. Key Responsibilities: - Create wireframes and prototypes for the job portal - Design user interfaces and experiences that are intuitive and user-friendly - Implement a responsive design in Figma, with a strong focus on mobile responsiveness - Develop navigation menus that are clear and easy to use - Integrate interactive elements and animations to enhance user engagement Design Preferences and Branding Guidelines: - Pay special attention to specific colors and fonts that match our branding - Integrate our logo and othe...

    €52 (Avg Bid)
    €52 Gns Bud
    31 bud

    ...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 Gns Bud
    9 bud

    ...touch, Book FREE Trial (CTA), Request FREE Consultation (CTA), Terms & Conditions, Refund Policy, Privacy Policy, Disclaimer. - No specific color schemes or branding guidelines. You have the freedom to be creative. But I have a logo and I would prefer that its in line with it. Ideal Skills and Experience: - Extensive experience with WordPress, including theme based development. - Knowledge of UX/UI design and best practices for lead conversion. - Strong portfolio showcasing similar work. This project would suit a freelancer skilled in both the technical aspects of web development and the aesthetic aspects of design. If you're capable of marrying these two elements effectively, I'd love to hear from you. Attached you can find: - Detailed specs for the website alon...

    €96 (Avg Bid)
    €96 Gns Bud
    23 bud

    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...

    €179 (Avg Bid)
    €179 Gns Bud
    42 bud

    ...professionals. The platform will primarily serve as a medium for connecting these service providers with their potential clients. The ultimate goal is to encourage booking of these services. Key Features: - Connect Service Providers & Customers: The UI/UX design should seamlessly facilitate the interaction between individual professionals (service providers) and their clients. - Booking: The primary user action is to book services. Therefore, the design should be intuitive and user-friendly to ensure a smooth booking process. Ideal Skills: - UI/UX Design: Proficiency in designing user interfaces and user experiences, with a focus on creating a seamless and intuitive design for a service marketplace. - Marketplace Experience: Prior experience in designing for marketpl...

    €193 (Avg Bid)
    €193 Gns Bud
    56 bud

    As an entrepreneur keen on selling physical products to adults...designer. Your creative skills are crucial to deliver a design that reflects a simple and intuitive user experience. Key Responsibilities: - Develop a Shopify store to sell a variety of physical products targeting Adults (25-45). - Create a simple, user-friendly platform to facilitate a seamless shopping experience. Skills and Experience: - Proven experience in Shopify store design - Strong UI/UX skills to create a user-friendly environment - Understanding of target audience shopping behaviours - An eye for clean, intuitive design to cater to a mature audience I am seeking a professional with a firm grasp of these skills to engage precisely with my project's needs and execute it with finesse. Looking forwar...

    €96 (Avg Bid)
    €96 Gns Bud
    21 bud
    LMS Redesign 6 dage left

    here are SOME fixes needed for WP LMS: 1. UI and UX redesign (we can buy design if needed) 2. user register, they receive confirmation; user register, admin receive confirmation 3. user make payment, user and admin receive confirmation 4. course allocation after registration 5. user can sign-up for webinar; flat fee for webinar is $7. Link to Google Meet and Google Classroom 6. grade book function and Progress Tracking; recommend customized programme (if possible) 7. Flat price of $7 per month. 8. Take a test and get feedback ($7) 9. Registered students can Make appointment for (1 hour consultation) 11. Process in place to create new courses (with text, pictures, video and quiz) – and show new courses on Front Page 12. Personal info should be kept safe and private – use...

    €171 (Avg Bid)
    €171 Gns Bud
    73 bud
    Email Template Creation 6 dage left
    VERIFICERET

    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 Gns Bud
    12 bud

    I need a new section on my website designed and built to match my existing theme. This section will replicate the functionalities of a specific example website. Primarily, I'll need a product listing, a product details page, and payment integration. The payment system that should be integrated is Stripe. Key Requirements: - Develop a pro...existing site but I'm open to small enhancements for a better user experience. Please maintain the overall look and feel of my website. Ideal Skills and Experience: - Proficiency in front-end development with experience designing and implementing e-commerce features. - Prior expertise with Stripe integration. - Ability to replicate and improve upon existing design elements. - Good understanding of UX/UI principles to create a seamless ...

    €139 (Avg Bid)
    €139 Gns Bud
    110 bud
    Flutter Developer Needed 5 dage left
    VERIFICERET

    ...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...

    €87 (Avg Bid)
    €87 Gns Bud
    13 bud

    I need a skilled Spring Boot developer to assist with the completion of my website banking system. Key tasks include UI design, functionality implementation, and integration with an embedded database. - You will be provided with the existing codebase and we will discuss further details once the project is agreed. - Your experience with website backend and frontend development, particularly with HTML, will be critical. - Urgent completion of this project is essential. - Although it is not specified, any knowledge of security features in a banking system would be beneficial. Looking forward to hearing from you. Thank you.

    €123 (Avg Bid)
    €123 Gns Bud
    44 bud

    ...in option Message option to contact the users Relations system like in LinkedIn Research button for users - Social Media Integration: This app should allow users to easily share and communicate through the application. As for the skills and experience I'm looking for the freelancer to possess, they should be: - Highly proficient in both iOS and Android app development. - Highly skilled in UI/UX design with a portfolio that showcases apps developed for young adults. - Experience in developing utility apps with incorporated social media functionalities. - Always staying updated with the latest trends and technologies in the mobile app development field. Other options will be given furthermore in the process. I also want a person who speaks fluently English Make sur...

    €2251 (Avg Bid)
    €2251 Gns Bud
    82 bud
    Web UX/UI Enhancement 5 dage left
    VERIFICERET

    I am in need of an experienced UX/UI designer to enhance the user experience of my web application. Key Responsibilities: - Enhance the usability and overall experience of my web application - Ensure the design is user-friendly and intuitive - Improve the visual appeal of the platform Ideal Skills & Experience: - Previous experience designing for web platforms - Familiarity with UX/UI principles and best practices - Strong portfolio demonstrating your design skills - Experience with MVP (Minimum Viable Product) stage projects is a plus - Ability to understand and translate user needs into a visually pleasing design PiipAi is hiring a UX/UI DESIGNER We are looking an experienced UX/UI DESIGNER to join our team. We are looking for someone who has ● An orga...

    €25 / hr (Avg Bid)
    €25 / hr Gns Bud
    138 bud

    En nuestra empresa de Software, tenemos proyectos en Java, y necesitamos aumentar la fuerza de desarrollo, por ellos queremos sumar algunos freelance que trabajen por hora con nosotros

    €6 / hr (Avg Bid)
    €6 / hr Gns Bud
    23 bud

    We are seeking a skilled Frontend Developer to integrate a staking smart contract with a React frontend page for interaction. The project involves combi...smart contract, staking React page, and token contract to create a seamless user experience. The necessary components including the staking contract, staking react page and token contract have already been prepared. Initially, we will conduct trials on the Sepolia testnet or other testnet to ensure all systems are operational before launching on the Ethereum mainnet. I have already source code for UI. If you're a skilled Frontend Developer with a passion for blockchain and smart contracts, please submit your resume and a brief cover letter explaining your experience and qualifications for the position. We look forward to he...

    €32 / hr (Avg Bid)
    €32 / hr Gns Bud
    37 bud

    I'm in need of a skilled AI developer to create an AI agent capable of handling product information and answering human chat requests based on a set of data from XLS and PDF files. The agent will be multilingual, starting with both English and Hebrew documents. Key Goals: - Provide product information: The AI agent should be able to efficiently fetch product descriptions data prices etc from the provided XLS and PDF files. - Generate automated responses: The agent should be capable of generating automated responses based on the product information retrieved and a give set of decision terr rules. Platform Compatibility: - The AI agent should be compatible with both web and mobile platforms. Programming Language: - While I have no specific preferences for the programming lang...

    €119 (Avg Bid)
    €119 Gns Bud
    21 bud

    We're looking for a skilled professional to radically change our current website. Our needs include: - Redesigning the layout and design for a...integrating new content over 6-10 additional pages - Enhancing existing functionality for a smoother user experience The new pages will contain a variety of elements, including: - Concise, informative text - Engaging visual content like pictures and videos - Interactive features, such as forms or quizzes Ideal candidates should have demonstrable experience in front-end web development, UX/UI design as well as a good eye for designing with user engagement in mind. Expertise in content creation and management is also highly valuable. We're looking for someone who can deliver a visually compelling, easy-to-navigate, a...

    €30 / hr (Avg Bid)
    €30 / hr Gns Bud
    63 bud

    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 Gns Bud
    29 bud

    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 Gns Bud
    46 bud

    I'm seeking an experienced Node.js developer for a full-stack project. This will involve both front-end and back-end development. Ideal Skills and Experience: - Strong knowledge of Node.js - Proficiency in front-end technologies, such as HTML, CSS, and JavaScript - Experience with front-end frameworks like React or Angular - Knowledge of database integration - RESTful API development experience - User authentication and management I'm open to discussing the specific features and functionalities you can bring to the project.

    €23 (Avg Bid)
    €23 Gns Bud
    37 bud