Money small project php일자리

필터

내 최근 검색 기록
필터링 기준:
예산
최대
최대
최대
유형
보유 기술
언어
    프로젝트 진행 단계
    2,000 money small project php 건의 일자리 확인, 급여 기준: USD

    I'm searching for a PHP developer with experience in PHP 8.0 to create a mailer program for me. This program would specifically need to send emails from a mailbox on the domain to Gmail accounts seamlessly. For a freelancer to be successful in this, skills in PHP 8.0 and extensive understanding of mailer programs is required. The primary use of this PHP script would be for sending subscription notifications. Please bid only if you're capable of delivering this specific functionality. - Skill Requirements: PHP 8.0, Mailer Programs - Functionality: Sending Emails from domain mailbox to Gmail I need to make sure my PHP Mail Script is using good coding practice and make sure we have all header information set correct so that we do not ge...

    $34 (Avg Bid)
    $34 (평균 입찰가)
    25 건의 입찰

    I am looking for an experienced Telinta PortaSwitch freelancer to help set up and configure our switch and provide assistance for the first 3 platform should be designed with specific functions in mind: - Billing and customer management - Voice over IP (VoIP) configuration - Integrated prepaid and postpaid calling The ideal freelancer for this project should have a strong background in Telecommunications and VoIP services, and should have previous experience with Telinta PortaSwitch software. Knowledge in billing and customer management systems will also be highly preferred. My expectation is to work with someone who has already set up this switch and can do so quickly.

    $41 / hr (Avg Bid)
    $41 / hr (평균 입찰가)
    25 건의 입찰

    I'm searching for an experienced developer to construct a PHP code editor. Key Requirements: - Support for several programming languages, including HTML, JavaScript, CSS and PHP. - It should have a specific feature - Code Formatting, to ensure cleaner and error-free coding. - Instead of using traditional GUI or command-line interfaces, I prefer to have an order display system. Experience and Skills: - Proven expertise in PHP, HTML, JavaScript, and CSS. - Extensive knowledge in design and development of interactive interfaces. - Prior experience developing coding editors is a major advantage. - Strong grasp of code formatting techniques.

    $29 (Avg Bid)
    $29 (평균 입찰가)
    45 건의 입찰

    I'm in need of a PHP developer to help create a comprehensive website. The specifics of the website have not been determined, therefore freelancers will have the freedom to showcase their creativity while fulfilling the basic functions of a PHP website. - Ideal Skills: PHP, Web Development, Creative Design, User Experience, Website Optimization - Experience: Freelancers with previous experience constructing PHP websites are preferred. Experience in developing user friendly interfaces and optimizing websites for better performance will be a plus. While the main purpose of the website, the exact functionalities and the criteria for successful application have not been specified, I value innovative ideas and thorough project proposals in freelancers....

    $124 (Avg Bid)
    $124 (평균 입찰가)
    36 건의 입찰

    I am seeking a highly skilled individual or team to create a PHP website. Although the whole scope of the project wasn't defined, the notion of creating a PHP site suggests a need for a range of capabilities. Key Responsibilities: - Design and develop a PHP website from scratch - Exceptional knowledge of PHP is essential Ideal Skills: - Expert PHP website development - Familiarity with E-commerce, Informational, or Blogging websites - Ability to incorporate features such as user registration and login, product catalog, and search functionality - Proven experience in similar projects Please include in your application: - Your experience with PHP websites - Brief detail of your proposed approach - Past work demonstrating your ...

    $176 (Avg Bid)
    $176 (평균 입찰가)
    29 건의 입찰

    I'm in need of an experienced PHP developer to help create the backend for a gaming system. The main requirements include: - Strong PHP skills - Proven experience in system creation - Database integration; API integration The game in question is a betting game, so any prior experience or understanding of this game type would be a plus. The ideal freelancer will be efficient, detail-oriented, and capable of creating a robust backend that can handle heavy user traffic and processes. Your task is to build out the backend, integrate it with the existing database, set up API integration for users, and ensure the system functions seamlessly. Don't worry if you're not an experienced game developer - as long as you're a PHP wizard, we want you on board!

    $13 / hr (Avg Bid)
    $13 / hr (평균 입찰가)
    57 건의 입찰

    I need to convert the following Perl code to PHP: The expected output is a PHP class that can convert a docx file into text. The attached zip contains a mockup of such class (with demo code) and a test docx file. The task is straight forward. If you place a bid, expect it to be accepted. If you fail to deliver, you'll be subjected to a bad review. This is to avoid wasting my time with autoposters and people who lowball the bid and then try to ask for more money. You have been warned. Read the brief, check the code and place a bid accordingly.

    $220 (Avg Bid)
    $220 (평균 입찰가)
    23 건의 입찰

    I'm seeking for an experienced developer to code a unique ranking system for my T6ZM server under JavaScript (JS) code which ties with Game Script Code (GSC) The objective of this project is to make the gaming experience more exciting, engaging and a reason to come back. Well it goes like this, Ranks will be numerical from 1 to 100, with each rank costing double the amount of the previous rank (starting at 2000 points for rank 1). i want to create a command called ".rankup" that checks the player's money balance and deducts the appropriate amount if they can afford it, If the player can afford it, update their rank and apply the points multiplier bonus. if they don't, notify them saying they don't have enough also, update their clan tag to disp...

    $21 (Avg Bid)
    $21 (평균 입찰가)
    5 건의 입찰

    I have an existing php script (front end and admin panel) that was designed on PHP 7.2-4 and I am looking to upgrade it to PHP 8.2. This requires updating the functionalities of the script as well as ensuring mysql compatibility to make it fully workable.

    $39 (Avg Bid)
    $39 (평균 입찰가)
    45 건의 입찰

    ...flexible. If you have some experience and/or interest in making money in the stock market, hence; will be value added. Required Skills: - General Python proficiency: You should be able to touch on a variety of Python programming tasks including, but not limited to web scraping, data analysis, and automation tasks. Based on the initial tasks, your role may grow to encompass a wider range of skills and tasks. - Adaptability: Since the specific version of Python to be used was not specified, you should be fluent in both Python 2.x and Python 3.x. However, we might prefer 3.x, which is more recent and has more features. If you are adaptable, proficient in Python, and ready to tackle different kinds of tasks, then this project is for you. Please make your bid outlining your...

    $28 (Avg Bid)
    $28 (평균 입찰가)
    21 건의 입찰

    I have a php server that is a backend of an andoid/iphone app. The app registers itself to Firebase, and I would like to send push messages he devices via FCM REST API. It is working well if I get the oAuth Token myself and add hard-coded to the POST message. The goal of this project is to provide me with a PHP code that gets the oAuth Token programmatically, as in: I expect a working code something like this: // START $client = new Google_Client(); // WHATEVER ..... // Authenticate and get the access token if ($client->isAccessTokenExpired()) { $client->refreshTokenWithAssertion(); } $accessToken = $client->getAccessToken(); // Access token to use with FCM REST API $token = $accessToken['access_token']; echo "Access Token for

    $10 - $30
    봉인형
    $10 - $30
    6 건의 입찰

    I'm looking for an expert who can perform an asset and market approach valuation on a small business I intend to buy. This project will require: - A thorough understanding and interpretation of provided balance sheets and income statements - A comprehensive review and analysis including clear explanations of your findings - Concrete strategic recommendations for the business purchase, based on the analysis The ideal candidate should have experience in finance, specifically in performing business valuations. Strong analytical skills with the ability to clearly communicate complex financial information will be critical for this project. Your work will influence an important investment decision, so accuracy and detail-oriented approach are paramount.

    $208 (Avg Bid)
    $208 (평균 입찰가)
    50 건의 입찰
    $20 / hr (평균 입찰가)
    87 건의 입찰

    This project requires someone with a strong command of PHP and Android app development. The task at hand is twofold: 1. **Connect PHP Admin to Android Apps**: - I need my PHP admin linked to both the user and the driver app. 2. **Improve App Functionality**: - Once the PHP admin is connected, I expect real-time updates on both apps. - There should also be enhanced user account management features: this includes improved data tracking and analytics. The ideal freelancer for this job should have experience with PHP and Android app development, including interfacing web and mobile applications. Understanding user account management and kickstarting real-time updates are key. This is an Easy Android studio edit and ill do a fixed $30 bu...

    $32 (Avg Bid)
    $32 (평균 입찰가)
    13 건의 입찰

    I'm seeking a freelancer with strong communication skills to develop a promotional YouTube video for my PHP script. The video is geared towards non-technical individuals, so it must be easy-to-understand and engaging. In particular it should: - Promote the PHP script - Highlight the script's usability, customizability, and integration capabilities Ideally, I'd like to work with someone who has proficiency in PHP so they can adequately understand and present the script. A background in video production, particularly instructional or promotional content, is a must. A basic understanding of YouTube SEO would be a bonus.

    $50 / hr (Avg Bid)
    $50 / hr (평균 입찰가)
    2 건의 입찰

    PHP Website Migration: GoDaddy to HostGator I require an experienced web developer to expedite the transition of my PHP-based website from GoDaddy to HostGator. The website is extremely simple test taking website. Take a test and store results in a database then show results to an administrator. There are 4 customer facing screens. With an immediate start and swift completion required, it's essential that the chosen freelancer can handle this task with utmost efficiency and precision to ensure uninterrupted service. Key Tasks & Expectations: - Move PHP website from current host (GoDaddy) to new host (HostGator) - Ensure full functionality throughout and after the transition - Maintain website performance and prevent data loss Ideal Skills: - Advanced k...

    $27 (Avg Bid)
    $27 (평균 입찰가)
    49 건의 입찰

    I am in need of a skilled PHP developer who can create a script facilitating file manipulation, specifically file uploading. The primary task for the script is to enable the uploading of document type files efficiently. .php 5.6.40 file to migrate to version 8.2.17 convert the file so it works on version 8.2.17 It's a very simple job for a php expert

    $28 (Avg Bid)
    $28 (평균 입찰가)
    14 건의 입찰

    Objective: To set up and configure Microsoft Office applications for a small business in New Delhi, India, to modernize operations and enhance productivity. Key Requirements: Primary MS Office Applications: Excel: For managing data, performing calculations, and creating reports. Outlook: For email communication, scheduling, and task management. SharePoint: For document management and collaboration among team members. Installation Scope: The MS Office suite will be installed on 1-5 devices to accommodate the needs of the small business. User Proficiency: The users of the MS Office suite are beginners. Therefore, the setup will include basic configuration and user-friendly customization to ensure ease of use.

    $923 (Avg Bid)
    $923 (평균 입찰가)
    36 건의 입찰

    Looking for a skilled web developer who can build a PHP website from scratch with some specific functionalities. Key tasks will include: - Building custom functionalities - The prime requirement is an individual cashback wallet for each user. This will need to be fully integrated and functional, keeping user experience in mind. - Payment integration - The cashback wallet should not be integrated with any Swift banking system, Google Pay, PayPal, or Stripe. Instead, it will be tied to our own proprietary payment system. The ideal candidate for this project should have: - Proven experience in PHP website development. - Strong skills in integrating custom functionalities within a website. - Knowledge and experience in secure payment gateway integration. - Good unders...

    $100 (Avg Bid)
    $100 (평균 입찰가)
    21 건의 입찰

    This is a $15 Job We currently have a perfect working counter but returns {"messages":"1"} As you can see is using JSON_ENCODE But we need more of a normal php echo that returns something like: <?php echo $userNotesRequest, count; ?> 1 below is what we using now ---------------------------------------------------------- <?php include("../../"); if (!isset($_SESSION["id"]) || $_SESSION['usertype'] != "chatusers") { exit(); } else { $userNotesRequest = mysqli_query($linkID, "SELECT COUNT(*) as count FROM chatusersnotes WHERE userToId='" . $_SESSION["id"] . "' AND seen=0 ORDER BY createdAt DESC;")...

    $47 (Avg Bid)
    $47 (평균 입찰가)
    23 건의 입찰

    I'm looking for a proficient PHP developer to troubleshoot and fix an ongoing issue on my website. For more than 2 weeks, the site has been displaying 'Undefined variable error' and ‘Syntax error’ messages across all the pages, including the homepage, about page, and contact page. Key requirements for the project include: - In-depth knowledge and understanding of PHP and its related functionalities. - Proven track record of troubleshooting and fixing PHP-based issues. - Ability to work promptly and efficiently, as the issues have been affecting the website for quite a while. I value clear communication, so kindly provide an explanation of how you plan to tackle the issues before you begin. Looking forward to working with the best fi...

    $21 (Avg Bid)
    $21 (평균 입찰가)
    21 건의 입찰

    I need assistance with designing packaging for a small shipping box (less than 12 inches). This project will require creating an engaging and cost-effective design that can be printed on boxes. It's important for the design to be visually captivating, and align with the identity of our brand. (((( the design idea is already available, just need it to be implemented )))) Ideal candidate should have: - Extensive experience in packaging design - Creativity and originality in their design approach - Attention to detail and ability to adhere to brand guidelines - Understanding of printing costs and ability to design cost-effectively - Ability to work with tight deadlines. Let's encapsulate the essence of our brand in a box!

    $26 (Avg Bid)
    $26 (평균 입찰가)
    44 건의 입찰

    I am in need of poison oak removal for a small area of up to 500 sq ft. The area is easily accessible, the poison oak is growing among some other ivy. Ideal candidates should have: - Proven experience in weed control or a similar field - Proper equipment and protection gear Manual removal preferred.

    $30 - $250
    지역별
    $30 - $250
    0 건의 입찰

    ..."I am an expert in Azure App service Linux" We have a PHP code mounted on the app service but when we run PHP Artisan DB:show we get a PDO expection This Task will be performed on an y "ANYDESK" session as we will not be providing any access to any of our environment. So if you are ok with that pls quote otherwise No We need of a skilled PHP, MySQL, and Azure expert to enable a connection between PHP code on an Azure App Service Linux and a MySQL database. , the successful applicant will be responsible for: - Establishing, testing, and troubleshooting the DB connection. - Ensuring the code can perform essential tasks like data insertion, retrieval, and updating operations flawlessly. Ideal Skills & Experience: - Proficiency in ...

    $13 (Avg Bid)
    $13 (평균 입찰가)
    4 건의 입찰

    I require a proficient accountant to assist with tax preparation for my small business. An ideal match would have experience in: - Detailed tax preparation specifically for small businesses - Knowledge and ability to use tally erp9 accounting software Your job will be to meticulously prepare the tax return and ensure everything is accurate and up-to-date. I seek someone detail-oriented, reliable, and with a solid background in accounting and tax preparation. Previous experience with small businesses would be a major advantage.

    $12 / hr (Avg Bid)
    $12 / hr (평균 입찰가)
    36 건의 입찰

    THIS IS AN AGENCY, I HAVE CLIENTS I NEED YOU TO EDIT THE VIDEOS QUICKLY. If you are a good fit I can give you more and more videos and can earn reoccurring money. I'm in urgent need of a skilled video editor who can breathe life into my TikTok and YouTube shorts AND MAKE LONG FORM CONTENT. My main objective is to increase engagement on these platforms, so the videos need to be crafted in a way that draws views, likes, comments, shares, and eventually, followers. The primary task will involve trimming hour-long videos down to ten-to-fifteen-minute engaging clips. Although I don't have a specific style in mind, the videos must have a good flow and keep the viewers hooked from start to finish. Key Objectives: - Increase platform engagement - Create engaging, flowy 10-15 ...

    $30 (Avg Bid)
    $30 (평균 입찰가)
    35 건의 입찰

    My project is to design a large (3-4 inches) metal car visor clip that is multi-functional, primarily for mounting small devices. This design should prioritize functionality as well as masculine aesthetic value. Attached are rough sketches I've made (including another sketch needed for a desk version, similar to a metal business card holder). Having a consideration for metal tooling would be a big plus. I'll need to make thousands of these, and if somebody understands a technique / design that could save some money during the manufacturing process, I would put them at the top of the list. Ideal Skills: • Engineering • Industrial design • Experience in working with metal Project Details: • Material - Metal • Usage...

    $1027 (Avg Bid)
    $1027 (평균 입찰가)
    56 건의 입찰

    I need 2-3 appeal docketing statements done. Maybe just 2. I have to call the court clerk to see if the 1st one was done. My previous Upwork attorney lied to me the whole year scamming me for money. The 4th dirty attorney to do nothing to rescue my son. I don’t see my child bc the dad pays the judge and attorneys off. He’s a cheating married doctor who lives next to the judge in Tennessee. These docketing statements are due immediately. am currently seeking a legal professional with expertise in family law cases to update three existing docketing statements for an ongoing family law case. The tasks to be undertaken include the following: 1. **Identification of Parties:** Ensure that all parties involved in the case are correctly and thoroughly documented within each...

    $579 (Avg Bid)
    $579 (평균 입찰가)
    15 건의 입찰

    I need assistance with my small residential architecture project, which is less than 1000 sq ft. I'm seeking an experienced professional who can provide the following services: - Design layout: Develop a comprehensive and innovative layout for my compact space. - 3D modeling: Generate 3D models of the design that will help me visualize the final outcome. Ideal candidates should have previous experience in residential projects, particularly working with small-sized spaces. A strong understandings of maximizing such spaces for function and aesthetics is necessary. Proficiency in architectural 3D modeling software will also be highly valued. I'm looking forward to a stunning but practical design that fits into my small space.

    $161 (Avg Bid)
    $161 (평균 입찰가)
    70 건의 입찰

    Quisiera convertir un pdf a word con php, le paso una url del pdf y me descarga convertido en word

    $22 (Avg Bid)
    $22 (평균 입찰가)
    47 건의 입찰

    We're in need of a PHP developer who can jump in and navigate through uncharted territories. Our project is versatile and requires immediate attention. - Your tasks will be to better integrate our databases, enhance our backend operations and work on web application development. - An ideal candidate possesses strong problem-solving skills, versatility and a track record of meeting tight deadlines. - We want to see your past work, experience and detailed project proposals. - You will be working on undefined PHP projects which may include building websites, creating web applications, or customizing existing PHP work. - A keen eye for detail and the ability to adapt quickly will be your key to success in this role.

    $93 (Avg Bid)
    $93 (평균 입찰가)
    36 건의 입찰

    Back in the hayday of PHP ( circa 2011) our young company created a volunteer manager for a local extended car facility. It still works to a degree but I think most of the mysql queiries are depreciated and I'm Wordpress guy who does not code. Curretly the client is just trying to get a volunteer admin password to change but it won't save. Would be good to future proof this software.

    $25 / hr (Avg Bid)
    $25 / hr (평균 입찰가)
    150 건의 입찰

    I am seeking a seasoned PHP developer capable of editing a core script. New Functionality: 1. To the subscription plan setup, we will add a field called "Total Searches" , "Total Chats" and Total Notifications" 2. Each time someone clicks on the search button, it will reduce the total number of searches available. Same of notifications 3. User has the ability to enter "Notification key words" 3. Each time someone uploads a file, it should be sent to be indexed via an api call. 4. If the notification key words are discovered when the file is being indexed, a notification should be sent to the customer stating that X file has referenced the search term.

    $40 (Avg Bid)
    $40 (평균 입찰가)
    37 건의 입찰

    I require an intuitive interface developed in PHP for fridge temperature tracking. Key requirements include: * Flexible Addition: The system must allow the option of adding fridges as and when required. * Daily Updates: The system needs to update and display the temperature of each fridge twice daily. (hand-write) * Celsius Display: All temperature readings should be displayed in Celsius only. The ideal candidate for this project would have a strong command of PHP and experience with data input and display interfaces, as well as a basic understanding of temperature monitoring systems. An ability to deliver a user-friendly, intuitive interface is essential.

    $42 (Avg Bid)
    $42 (평균 입찰가)
    24 건의 입찰

    we need someone with a huge experience in PHP things... lets chat to check the details...

    $13 / hr (Avg Bid)
    $13 / hr (평균 입찰가)
    76 건의 입찰

    We need a freelancer to... Wordpress: small CSS fixes on woocommerce inside plugin WORKS TO DO: - we are working with plugin, so you must know it or have experience with it. You can check this === - improve with CSS = homepage + product listins and product details page (will send screenshots); Total budget for this job is $ 32,00.- dollars, since it is just some CSS details. Please do not bid more than that amount. A plus can be paid if done fast and as indicated. Please only bid if you have at least more than 10 positive feedbacks, and will be available on IM during the project. Happy Bidding!!!

    $101 (Avg Bid)
    $101 (평균 입찰가)
    83 건의 입찰

    I have had limited time per day, so I did not give much thought into ui/ux for my opensource project that I have been working on in the past few moths on/off , I currently aiming to build the SaaS version of the opensource project, before such time/money invesment I want to work on renovate the ui/ux, with the following goals : - Elevate user experience, - Boost visual attractiveness, and - Uplift conversion rates. For 3 main components : - Landing page : Redesign, enhance and renovate UI/UX , add pricing section to landing page and registration page, login page. - Documentation page : Renovate documentation UI/UX , improve navigation and overall layout of solution documentation with focus on developer experience. - Portal : improve page and data display with

    $132 (Avg Bid)
    $132 (평균 입찰가)
    49 건의 입찰

    I need a professional with a deep understanding of Stripe, to integrate it into my third-party web application. The main purpose of this integration is to enable online payments on my platform. The instructions: My webapp uses a webservices API for some admin and user tasks. The command for updating a users credit in my app is "". Create a billing page/form so that when the user goes to pay the link will update to use the users username for the data_username parameter and the amount they payed into the data_amount parameter and then stripe will handle the payment and once the payment is complete will update the users credit in the app using the webservices API. Skills and Experience Required: - Strong experience in Stripe API integration - Familiarity with web-based applica...

    $10 / hr (Avg Bid)
    $10 / hr (평균 입찰가)
    93 건의 입찰

    I'm seeking a skilled and talented PHP developer to improve my webpage's user interface and functionality. my webpage about quiz system and running good but I want to add the following: 1- add date aof attempting the exam to the page () 2- add different type of questions (matching and true or false) with auto correction. 3- add function for teacher to be able to upload file (video or image) to any question 4- show student attempt and print it summary: I want to improve the exam section(adding different type of questions) know the date when the student attempted the exam know which questions he answered wrong

    $42 (Avg Bid)
    $42 (평균 입찰가)
    67 건의 입찰

    I'm seeking a skilled designer with experience in small spaces and a flair for modern aesthetics. This project involves a complete makeover of my small bathroom. It's a comprehensive task that will include: - Redesigning the layout to optimize the limited space. - Choosing modern bathroom fixtures that blend functionality and style. - Selecting tiles and flooring that complement the overall design. With your creativity and ability, I'm hoping to transform my dull bathroom into a chic, modern sanctuary. Prior experience with bathroom design and a portfolio of modern styles is highly valued.

    $17 / hr (Avg Bid)
    $17 / hr (평균 입찰가)
    50 건의 입찰

    More details: We are making some changes to this dashboard tool : We need to make two changes in the product in above link. This is a code for dashboard tool, we just need to create two separate databases and a few UI changes to create buttons for using tha...streamline this process, I propose adding a tab or checkbox in our Point of Sale (POS) system when selling the product, prompting the staff to confirm whether the empty cylinder has been received. If yes, it should update the Empty Cylinder stock; if no, it should not. Database management, Creating Two New database and a button in a dashboard., Need someone Who understand complex Backend Architecture in php & Mysql.

    $14 (Avg Bid)
    $14 (평균 입찰가)
    17 건의 입찰

    ...get use to the sites (about 12) the issues tend to be the same. DO NOT apply just to work temporarily because you need money today, please. I dont want to invest time for someone who will just fix a few tasks and then disappear. No place holders, please! I need someone who is serious and can do the work, if you are not an expert dont waste my time please! MAX BUDGET $5 an hour and looking to eventually work with you directly after this project, a team would be great this way i can make sure i always can get someone to work. If you bid more than this, I know you didn't read this. The current sites have several issues going on which is due to breaks with theme/plugins and php versions. Note this is an hourly job for fixes as needed, not full time, about 10-20 ho...

    $7 / hr (Avg Bid)
    $7 / hr (평균 입찰가)
    64 건의 입찰

    ...our existing Laravel PHP API, I'm looking for an experienced professional who can deliver high-quality refactoring work to enhance its functionality and efficiency. Scope of Work: - Authentication Improvements: The chosen freelancer will need to notably enhance the security of our API. Expertise in implementing OAuth is necessary as we'd like to incorporate this system into our API. Additionally, we would like to simplify the user registration process to facilitate user access. - Performance Optimization: The API currently experiences bottlenecks in resource usage. I want these issues to be identified and resolved, creating an API which operates more efficiently. Ideal Skills & Experience: The ideal candidate for this project is highly proficient in Lar...

    $31 (Avg Bid)
    $31 (평균 입찰가)
    43 건의 입찰

    ...with our audience. The skincare line is a competitive industry and with that being said this position is for a designer that posses determination and be resourceful so that we stand out from the competition. must be able to work independently and be resourceful. Some information is already provided on our products but it needs to be rewritten and placed. We will pay good money to someone who can take this part of our project off our plate to free our time to work on other aspects of the business. If you think you will be that person for our skin care line. drop us a line as to why you think you will be the person for this job. and why we should hire you. We add this to the end of our post so that we do not have any automatic replies. Its important that you are avaiable d...

    $1861 (Avg Bid)
    $1861 (평균 입찰가)
    143 건의 입찰

    Buysiness name is : The Pawnshop - Main colors: Red and White - We sell guitars, guns and tools and do loans. Be creative. The logo has to resemble that. Maybe a gun and a guitar in it. - Any Logo that was created with a automatic logo creator or does not fit the description will be rejected. -Any Logo with just words will be rejected. A pawnshop is a place where people can borrow money if the leave something there for equal value. It is also a place where we sell good that people do not pick up.

    $165 (Avg Bid)
    상금 보장형
    $165
    424 건의 응모작

    I'm seeking an expert in data management who can assist with both data entry and analysis tasks on a small scale – less than a 1,000 entries. Key Responsibilities: - Entering textual and numerical data accurately. - Analyzing the entered data to provide meaningful insights. Ideal Skills: - Exceptional attention to detail for data entry. - Proficiency in data analysis. - Experience handling both textual and numerical data. Given the size of this project, it's a great opportunity for someone with a keen eye for detail and analytical thinking. I look forward to reading your bid and hopefully working together on this project.

    $30 (Avg Bid)
    $30 (평균 입찰가)
    38 건의 입찰

    I'm looking for an experienced freelancer who can duplicate a small, single-sided and through-hole PCB (50mm x 25mm) that I currently have. The main purpose is to manufacture additional copies, numbering between 10 and 50. - PCB Requirements I will provide both a schematic and a clear picture for the PCB to be replicated. It is very important that the duplicate PCB is exactly identical to the original, without any deviation. - Skills and Experience Ideal candidates should have proven experience in PCB design and prototyping, as well as manufacturing integration. They should demonstrate adeptness at reading and interpreting schematics, along with a high attention to detail to ensure accuracy of duplication. I encourage bidders to explain their duplication process in their ...

    $85 (Avg Bid)
    $85 (평균 입찰가)
    46 건의 입찰

    I'm seeking a highly skilled graphic designer with proficient skills in photo editing and logo design. Here's a brief of what I n...a highly skilled graphic designer with proficient skills in photo editing and logo design. Here's a brief of what I need: - The project entails removing two simple text-only logos from a small photo of a ship with dimensions less than 5x7 inches. - After the current logos are removed, a different logo should replace it (provided). Your discretion and creativity will be handy in ensuring the new logo blends well with the underlying image. - Lastly, I'll need the final work delivered back to me in JPEG format. Previous experience with similar projects and a solid understanding of image manipulation will go a long way in ...

    $325 (Avg Bid)
    $325 (평균 입찰가)
    106 건의 입찰

    I would like to design and program a database and interfaces for website It contains electronic applications The idea of ​​the site is to combine two projects into one project, that is, merging the direct classified advertising project with the freelancing project in one site. I have a Photoshop design that explains the details of the project, consisting of 244 pages

    $4074 (Avg Bid)
    $4074 (평균 입찰가)
    53 건의 입찰