Recipe website application jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 recipe website application jobs found, pricing in USD

    I am in need of a skilled Android app developer to build a custom snooker scoreboard application. In the application, the following features are essential: - Real-Time Scoring: This is key for my project with the emphasis being on manual input of scores. I want users to be able to manually update scores on the app during the course of a game. - Player Management: This is another major element of this project where I require functionality for player registration and login. The app should allow users to create an account, log in and keep track of their games. - Scoreboard Customization: The app should be customizable. Users should be able to personalize their score board as per their preferences. The ideal candidate for this project would have experience in Android develop...

    $679 (Avg Bid)
    $679 Avg Bid
    44 bids

    I want Vue js with laravel devloper

    $37 (Avg Bid)
    $37 Avg Bid
    31 bids

    I'm seeking an experienced Laravel and shared hosting expert to help deploy my Laravel application, specifically version 10.43, on A2Hosting. Efficiency and rapid deployment are essential. Key tasks will involve; - Server initialization on A2Hosting - Laravel version 10.43 installation - MySQL Database setup for my Laravel app The ideal freelancer should have: - Proficiency in Laravel and shared hosting deployments, particularly A2Hosting. - Extensive experience with Laravel version 10.43. - Deep understanding of MySQL for Laravel applications. A successful completion of this job will likely lead to more Laravel related work in the future.

    $56 / hr (Avg Bid)
    Urgent
    $56 / hr Avg Bid
    88 bids

    ...@doughonthego_syd ———————- Key deliverables and preferences include: - Step-by-step baking instructions, each step paired with an illustrative icon or photo - landscape - Final recipe card size preferred: 5x4 inches or customizable size options - Print-ready format (ideally in PDF, AI, or PSD) Ideal Freelancer Attributes: - Experience in graphic design, particularly in food-related projects - Strong grasp of layout and typography - Proficiency in Adobe Creative Suite or similar design software - Understanding of the baking process, specifically for cookies - Portfolio showcasing previous work with recipe or instruction cards Extra notes: I appreciate creativity, so feel free to propose additional elements that might enhance ...

    $16 (Avg Bid)
    Guaranteed
    $16
    102 entries

    I'm seeking a talented Java Developer with intermediate level expertise to help in a complete project. This includes backend development, application development, and database management. Key responsibilities: * Design and develop robust backend functionalities using Java. * Handle full application development processes from conceptualization to finalization. * Oversee effective and efficient database management. Skills and Expertise: * Familiarity and experience with Spring Boot is essential. * Crucial to have a solid understanding of Java, with an intermediate level of expertise. * Proven experience with backend development, application development, and database management is required. Your commitment to delivering quality, maintainable and efficient code wi...

    $287 (Avg Bid)
    $287 Avg Bid
    40 bids

    I'm seeking a skillful web application designer to create an innovative educational web application. The key requirement for this project is experience in building educational platforms, particularly ones with online course functionality. Special attention should be given to: • Implementing an intuitive, user-friendly interface for seamless navigation • Designing interactive online courses A strong understanding of educational platforms and a knack for creating engaging interactive layouts should be crucial aspects of your portfolio. Your ability to translate our needs into a well-executed design will be highly valued. To successfully complete this project, you need to have: • Proficiency in web application design • Specific experience or kn...

    $250 (Avg Bid)
    $250 Avg Bid
    2 bids

    I'm in need of a creative graphic designer to craft an engaging recipe chapter context page for my cookbook. My vision includes: - A captivating layout for a list featuring over 20 recipes - Incorporation of recipe images to add visual appeal - Design of an ingredients list that is clear and easy to read - A compelling introduction for each recipe that entices the reader Ideal Skills: - Proven experience in layout design, specifically for print publications - A portfolio showcasing similar work in cookbook or brochure design - Proficiency with Adobe Creative Suite or similar design software - Ability to work within deadlines and provide revisions if necessary Experience in food-related graphic design projects would be a delectable cherry on top. I'm lookin...

    $40 (Avg Bid)
    $40 Avg Bid
    73 bids

    ...proficient Node.js developer to work on several key components of my project. My aim is to build a robust web application involving three different areas: 1. Backend Development: This forms the crux of my project. Solid experience in crafting efficient server-side software is essential. You should ideally have a strong knack for building robust architectures. 2. API Development: I need a skilled hand in API creation and management. You should have a history of delivering APIs with high availability and low latency. 3. Real-Time Applications: My project also seeks to incorporate real-time functionality, opening the need for experience in creating such applications. For the web application, we have clear objectives: - User Authentication: Implementing state-of-the-art a...

    $568 (Avg Bid)
    $568 Avg Bid
    143 bids

    I need a skilled PHP developer who can help me fix the email service for my website. - The API uses an external service provided by - The networking tab does show successful requests yet email never arrives in the inbox - Debugging PHP is an important skill along with API development and preferred experience using a 3rd party mailing service Given the technical nature of the project, a strong understanding and familiarity with API authentication methods is highly advantageous. Applications are encouraged from detail-oriented individuals with problem-solving competency and a track record of delivering similar assignments.

    $32 (Avg Bid)
    $32 Avg Bid
    12 bids

    ...safeguard user data and prevent any unauthorized access. **Requirements:** - Strong experience in mobile application security - Proficient in implementing user authentication and authorization - Skilled in data encryption methods - Experienced with intrusion detection and prevention systems - Ability to deliver results within a 1-month timeframe **Skills:** - Expertise in security protocols for mobile platforms (iOS/Android) - Familiarity with the latest security trends and best practices - Experience in security testing and risk assessment - Ability to work independently and meticulously The chosen freelancer will work closely with our team to ensure that our mobile application is equipped with the following security features: - **User Authentication/Authorization:*...

    $504 (Avg Bid)
    $504 Avg Bid
    50 bids

    I require a react native mobile app with source code. App will contain a appointment booking and online consultant. App should contain two flows one for end user and other for company. it should have dashboard, history, profile, recent appointments etc. Details will be shared clearly later.

    $2255 (Avg Bid)
    $2255 Avg Bid
    62 bids

    Goals: - Allow accurate tracking of product movement from arrival of shipment, through storage in multiple physical locations, to customer delivery. - Mobile browser access and streamlined data entry/manipulation. - User access level with scope focused on outgoing inventory - Admin access level with full access rights - Integration with Mobile (IOS) Barcode scanning as well as text entry field - Database integrated with API calls to auto-fill details from UPC data (optional)

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

    I have a gradio-app running inside a docker on my plesk-centOS server. It behaves correctly here: In order to use the app inside an html-page I told plesk to also access it here: with the following instruction in plesk: location /app/ { proxy_pass http://localhost:8001/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; } However, as you can see the /app/-way does not work because all referencres to js- and css-files are still pointing to root. When I change "gr.mount_gradio_app(app, blocks, path=path)" to "gr.mount_gradio_app(app, blocks, path='/app/')" it doesnt even find the app any longer. Deliverable = Help to solve,...

    $30 (Avg Bid)
    Guaranteed
    $30
    4 entries

    ...develop a robust web application to ensure my digital assets remain uncompromised. This application must integrate seamlessly with WordPress through a dedicated plugin and provide comprehensive security across multiple websites. Here's what I'm envisioning: - Complete malware removal capabilities to keep our web environment clean. - Advanced bot detection and prevention to block malicious automated traffic. - Strong SQL injection protection to safeguard our databases from unauthorized access. Additionally, the WordPress plugin must: - Offer customizable settings to tailor security measures. - Conduct real-time scanning to catch threats the moment they occur. - Feature regular automatic updates, ensuring persistent defense against new threats. I'm targeti...

    $613 (Avg Bid)
    $613 Avg Bid
    27 bids

    I am in need of a software that's capable of generating comprehensive, service-based reports. Particularly, the reports generated will: - Focus on the services provided to customers - Provide a summary of the service performed - Categorize the services based on the type Ideal candidates should have a strong background in database management, and experience in programming with report generation capabilities. Familiarity with service-based businesses would be a significant advantage. In-depth understanding of data classification based on service types is important. The successful candidate will help to beef up the post-service customer experience in a seamless, efficient manner.

    $277 (Avg Bid)
    $277 Avg Bid
    29 bids

    I will make changes sent by you with new revised rate

    $16 / hr (Avg Bid)
    $16 / hr Avg Bid
    1 bids

    ...professional C# developer to create a point of sale (POS) application compatible with Windows operating system. THE API IS READY ONLY FRONT END OF THE POS APP IS NEEDED I NEED THIS COMPLETE IN A FEW HOURS URGENTLY START PROPOSAL WITH "POS" OR YOU WILL NOT BE CONSIDERED This project is designed to serve the Retail industry, ensuring the operational efficiency of the store outlets. Skills and Experience: - Proven experience in C# development - Prior work on POS applications, preferably in the Retail sector - Knowledge of Windows OS - Ability to recommend and implement key POS features - Understanding of retail business processes will be a plus. The main aim of this project is to deliver a functional, user-friendly POS application that improves retail operati...

    $152 (Avg Bid)
    $152 Avg Bid
    41 bids

    I'm seeking a skilled mobile app developer to create an Taxi services application. Key Requirements: - Proficient in Android app development. - Proven experience in developing e-commerce apps. - Strong knowledge of interface design, particularly photorealistic style. The goal is to create an engaging and user-friendly e-commerce platform for Android users. The platform should be easy to navigate, make purchases, and should include all necessary e-commerce features such as product catalog, shopping cart, payment gateway, etc. Please include examples of similar work in your bid.

    $381 (Avg Bid)
    $381 Avg Bid
    10 bids

    I'm in need of a Unity expert with a strong background in the creation of sophisticated Virtual Reality applications. This project requires advanced proficiency and the ability to create high-resolution graphics with complex gameplay. Key Objectives: - Develop a VR application specifically for Oculus Rift - Employ advanced level complexity, featuring detailed environments and multi-level gameplay Ideal Experience and Skills: - Prior experience with Oculus Rift VR development - An impressive portfolio of advanced Unity game projects - Demonstrated ability to create complex, high-resolution game graphics and interactive gameplay - Deep understanding of VR principles and mechanics. I am looking forward to collaborating with a professional who shares my passion for immersiv...

    $600 (Avg Bid)
    $600 Avg Bid
    39 bids

    What we're looking for: a developer to perform a minor fixes in a Laravel application. In your proposal, please share a brief summary of your experience and tell us about a recent Laravel project you’ve worked on.

    $41 (Avg Bid)
    $41 Avg Bid
    32 bids

    This project requires a highly skilled ReactJS developer, with a solid understanding of Redux, Bootstrap, Material UI, ES6 and Vite, to create an e-commerce web application tailored to general web browser users. Key Features: - User registration and login: It should handle secure authentication and user management. - Responsive design: The application needs to have an intuitive and aesthetically pleasing layout that dynamically adapts to varying screen sizes. - CRUD operations: The design should facilitate the simple creation, reading, updating, and deletion of items in the product inventory. - API integration: The platform must communicate seamlessly with a backend API, leading to a smooth user experience. This project demands someone with a proven track record in creatin...

    $316 (Avg Bid)
    $316 Avg Bid
    31 bids

    In My website i want to build bidding and message option only

    $153 (Avg Bid)
    $153 Avg Bid
    26 bids

    In pursuit of bringing a novel concept to life, I am looking for a qualified individual or team with a solid background in blockchain technology to build an entertainment application centred on gaming. Here's what you'd need to know: - Type of Application: This project aims to create an engaging gaming application. This won't be your ordinary application, as it will leverage the power and security of blockchain technology to ensure an unparalleled user experience. - Game Features: I am particularly focused on gaming capabilities. My vision is to create a game that not only entertains but also connects people from different walks of life. - Player Modes: The game is planned to have both single and multiplayer modes. We need to be able to offer...

    $5529 (Avg Bid)
    $5529 Avg Bid
    29 bids

    i am looking for developer for digital signage with web based and andriod application same like

    $15 (Avg Bid)
    $15 Avg Bid
    8 bids

    Seeking an experienced programmer to implement modifications in an existing, bespoke web application. The work includes analysis, development, and optimization of functionalities to enhance the application's efficiency and usability.

    $13 - $19 / hr
    Sealed NDA
    $13 - $19 / hr
    19 bids

    I'm in need of an experienced Android developer to create a auto sms app. This application should be designed to enable easy automatic sending of text messages and scheduling of texts for future send-outs. Here's a breakdown of the exact features I'm seeking: - Auto-send Functionality: The ability to configure the app to automatically dispatch pre-set SMS messages to select contacts. - CSV Import: The app needs to facilitate the manual addition of phone numbers or even allow for the import of contact numbers via a CSV file. -The app needs to save the contact numbers in the application itself, not in the contacts that are normally stored on the phone. Contacts should be able to manually be updated to add a name and also a comment once they are added by click...

    $2620 (Avg Bid)
    $2620 Avg Bid
    34 bids

    I'm seeking a skilled Flutter developer, experienced in creating apps for both iOS and Android platforms. The main feature I need is a Simple Listing functionality. Although I've skipped the selection of specific skills or past work requirements, I encourage applicants to share any relevant past work and their level of experience to give me an idea of the quality and type of work you are capable of delivering. Ideal skills and experience for this job would include: - Proven experience in Flutter App development across iOS, Android - Knowledgeable in implementing 'Simple Listing' function in Apps - Able to troubleshoot and problem solve efficiently. Excited to see your proposals and let's make an incredible app together!

    $107 (Avg Bid)
    $107 Avg Bid
    21 bids

    I'm in search of a specialist who can efficiently navigate job applications on popular platforms. Here's what I'm looking for: - Job application on , LinkedIn, and Indeed. - Experience applying for technology-related roles preferred. - Good communicator who can update me regularly on application statuses.

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

    I am in need of a competent developer with extensive knowledge about AWS and experience in MongoDB & Node.js. The project entails linking the frontend and the backend of my web application hosted on AWS. 1. Link the frontend and backend of my application hosted in AWS 2. Help to move my hosting account to the free tier of AWS 3. Add the following two features to my application -Enable Download to Microsoft Excel - Importing User

    $179 (Avg Bid)
    $179 Avg Bid
    15 bids

    I am in need of a competent developer with extensive knowledge about AWS and experience in MongoDB & Node.js. The project entails linking the frontend and the backend of my web application hosted on AWS. 1. Link the frontend and backend of my application hosted in AWS 2. Help to move my hosting account to the free tier of AWS 3. Add the following two features to my application -Enable Download to Microsoft Excel - Importing User

    $520 (Avg Bid)
    $520 Avg Bid
    31 bids

    I require a solution that involves web scraping data from the Tesco groceries website. The goal is to calculate the total cost of ingredients needed for a particular recipe using an API to return a list of ingredients required for a dish. The ideal freelancer for this project should be proficient in: - Web scraping: Experienced in scraping data from complex online stores, like Tesco. - API integration: There is a need to integrate the scraped data with the recipe API’s data to calculate ingredient costs accurately. - Machine learning, as it must know which product from tesco to pick Expected tasks will include: - Extracting details: The application should scrape the Tesco website for each ingredient’s name and price. - Webpage Display: The...

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

    I'm looking for an experienced freelancer to create a robust web application with a primary focus on user security and a clean, minimalist interface. The project will involve developing on CentOS 7 virtual machines, and the server architecture will include a WebServer, MySQL Server, and a Firewall Server. Here are the functionalities I expect: - **User Authentication & Authorization**: Implementation of a secure login system to manage user access. - **Database Integration**: Seamless interaction with MySQL to handle data storage and retrieval. - **Data Input & Retrieval**: Efficient and user-friendly mechanisms for inputting and querying data. While not specified, I am open to suggestions on the programming language or framework, though compatibility with Linux CentOS...

    $32 (Avg Bid)
    $32 Avg Bid
    16 bids

    I'm seeking a skilled developer to craft an ASP.Net Web Forms application, primarily focusing on training. The application should be developed in C#, capitalizing on an XML-based database. The essential plugins the site ought to utilize are VueJS, Bootstrap, jQuery, and Toastr. The primary purpose of this web application is to provide a platform for dynamic learning. Being a document and task tracking solution, the application should also contain useful components for customer support. In terms of training, I am looking for: • User Training: This forms the bulk of the functionality and should be user-friendly. • Administrator Training: It should be easily administrable and include back-end functions. The applicant should possess the ability ...

    $185 (Avg Bid)
    $185 Avg Bid
    24 bids

    I'm seeking a cook who has the equipment and know how to film themselves cooking with walnuts. They will need to live somewhere where they can buy quality walnuts to use OR they can live in the U.S. I know that the Middle East and Eastern Europe, as well as some parts of South America also have good walnuts, perhaps even China. The particular type of cuisine does not matter, each recipe just needs to feature walnuts prominently. We are walnut farmers who sell our walnuts, and we're looking to use the videos as part of promoting walnut use (in particular OUR walnuts). Videos can be between 1 and 3 minutes long, but I'm not interested in AI generated. I want an actual person doing the cooking and documenting the process. Please bid your per video rate. To ensure you ...

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

    I am seeking help with creating application forms. The ideal candidate should be proficient in data entry and understanding unique fields that are typically incorporated into such forms. • Proficient in creating forms, specifically application forms • Ability to design forms in a concise and logical manner • Able to work within a month timeframe Given that I skipped the specific information requirement, a well-rounded understanding of diverse categories that fall into application forms, from personal details to skills, and qualifications is a plus. Further, demonstrating fast turnaround times on similar projects will be highly regarded.

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

    I am looking to incorporate Windows Store payments into my current WPF application. There are some specifics I need to be considered: - This project will focus solely on In-app purchases rather than external payments. - The type of In-app purchases will be based on subscriptions. I am seeking a professional with expertise in: - Previous experience integrating Windows Store payments into a WPF application is heavily preferred. - Experience in creating and managing subscription-based in-app purchases is also a must. - Knowledge of UWP (Universal Windows Platform) is required. With the right skills and experience, this engagement should be essentially seamless. Ensuring that in-app purchases for subscriptions run smoothly and reliably in my WPF app is the main concern for ...

    $50 (Avg Bid)
    $50 Avg Bid
    6 bids

    What we're looking for: a developer to perform a minor fixes in a Laravel application. In your proposal, please share a brief summary of your experience and tell us about a recent Laravel project you’ve worked on.

    $62 (Avg Bid)
    $62 Avg Bid
    29 bids

    I have a iOS application with a few bugs that needs fixing, this will require you to maybe edit some things on our website as well, the website is created in PHP. So please bear in mind this bug may reequire website work as well as API work as well. iOS applicaiton built in: - Objective C - Native App and UIKit I will share the bugs document when we speak in freelancer chat.

    $205 (Avg Bid)
    $205 Avg Bid
    53 bids

    I have the software BeDrive (PHP based + mysql) installed into IIS (Windows server 2019). No Apache. Here a "demo" of the product: (you can login for free). The application is customized (logo changed, layout modified, ...) into my server and works corretly. The application is running into an intranet (no extranet connection). There are personal data and I'm not allowed to share the access in remote desktop. The support required is by a REALLY expert both in IIS and BeDrive product who will have to guide us to - suggest IIS configurations and security patching - implement more customizations - implement a backup/restore plan - implement a diskspace improvement (2 or more local disks or distribuited environment) - ... This is an activity that can last over...

    $171 (Avg Bid)
    $171 Avg Bid
    29 bids

    We are looking for a node js experience candidate for Strapi node js deployment. We are working on a node js stripi project project. This project need to deploye on the vps server having cpanel account. We have done basic configuration, need some help in the deployment. Should have node project deployment experience.

    $100 (Avg Bid)
    $100 Avg Bid
    10 bids

    We are looking for a node js experience candidate for node js deployment. We are working on a node js stripi project project. This project need to deploye on the vps server having cpanel account. We have done basic configuration, need some help in the deployment. Should have node project deployment experience.

    $18 (Avg Bid)
    $18 Avg Bid
    8 bids

    I'm looking for an experienced iOS developer who can assist me with updating the Apple license on my current app and uploading new IPA files. I possess access to the Apple Developer Program and the necessary certificates for this project, but need professional skills to implement these changes. Key requirements include: - Proficiency in iOS app development - Extensive experience in updating Apple licenses - Ability to upload IPA files correctly - Good troubleshooting skills Your job will simply be to ensure the app's license is updated accurately and any new IPA files are uploaded seamlessly. Knowledge of app maintenance and updates is a must. I'm looking forward to your bids.

    $301 (Avg Bid)
    $301 Avg Bid
    10 bids

    I'm launching an ambitious venture aimed at replicating the iconic coating used by Kentucky Fried Chicken for an irresistible flour product. I require a skilled professional to help create...famed KFC flour. Ideal candidates should possess: - Extensive experience in food chemistry or culinary science. - Background in replicating or creating flour mixes for commercial use. - Knowledge of industrial food production and safety standards. The project will involve: - Research and development of a unique flour blend. - Testing for taste consistency and quality assurance. - Scaling the recipe for mass manufacturing. Collaboration will be key, as I'm receptive to expert insight to perfect this product. Your creativity and technical skills will be integral to the success of th...

    $9 / hr (Avg Bid)
    $9 / hr Avg Bid
    7 bids

    I'm seeking an experienced developer to build a web application capable of user authentication. It's essential that the system connects flawlessly to a database located in a local server. While the type of data to be entered in the forms isn't yet defined, the created functionalities should allow for versatility in input options. Ideal candidates will have a strong background in creating secure, reliable web applications and expertise in database connectivity.

    $134 (Avg Bid)
    $134 Avg Bid
    31 bids

    ...a completed .NET application that implements a Telerik visual from Kendo to create a Gantt chart from SQL Server data. Unfortunately, the application is currently not starting and is failing to display data on the Gantt chart. • **Current Status:** The application is completed but has operational issues that need immediate attention. • **Existing Issues:** The significant problems are two-fold: 1. Trouble with starting the application 2. Complications in showing data on the Gantt chart The ideal candidate should be proficient in troubleshooting .NET applications, and have experience with Telerik's Kendo UI and SQL Server integration. You should have a knack for debugging and problem-solving application issues. Your task will majo...

    $392 (Avg Bid)
    $392 Avg Bid
    49 bids

    I need a talented illustrator to bring my vision of a large, traditional-style tattoo to life in a full-color design. Here's what I'm looking for: ...portfolio featuring large, color tattoos - Ability to work with detailed design briefs - Knowledge of color theories for tattoo longevity Looking for someone who can deliver a bold and beautiful tattoo design that's ready for inking. Your creativity and experience with tattoo artistry will make you the perfect candidate for this project. Let's create something truly iconic! I would like the recipe in my grandmothers handwriting, as if it were on a piece of paper (see references) as well as the hearts to look like the Valentine’s Day candy pink and purple hearts. (XoXo, be mine etc) & roses or a rose. N...

    $85 (Avg Bid)
    $85 Avg Bid
    62 bids

    I'm in need of a proficient C# developer with a solid background in application development. Key Responsibilities: - Developing a mobile application specifically for the Android platform. Ideal Candidate Profile: - Proven experience in application development, specifically, mobile applications. - Proficiency in C# is a must. - Knowledge of Android application development is crucial. The project aims to build a mobile application. The favored candidate should be capable of utilizing their skills in C# and have experience developing applications for Android. Mastery of app development will be critical for success in this role.

    $15 (Avg Bid)
    $15 Avg Bid
    4 bids

    Need help designing a mobile app prototype with the following requirements. - Onboarding / sign up flow - Home screen design / navigation bar - Invite friends flow - View of a user profile - Edit profile / settings - A Tik Tok style feed mockup that includes comments buttons

    $19 / hr (Avg Bid)
    $19 / hr Avg Bid
    87 bids