Site needs code cleaned工作

筛选

我最近的搜索
筛选项:
预算
类型
技能
语言
    工作状态
    2,000 site needs code cleaned 份搜到的工作,货币单位为 USD
    Trophy icon excel-based bulk QR code generator 已经结束 left

    I'm seeking a skilled developer to create a utility that generates bulk invoices using imported Excel data, with a unique feature: every invoice will embed a scannable QR code leading to directions for delivery. The project would need to: - Utilize Excel data for automated invoice generation - Embed a QR code on each invoice - Enable the QR code to display a Google Maps view of the delivery location once scanned - Ensure that scanning the QR code also reveals the name and contact information of the deliverer Ideally, you should have: - Proficiency in Excel data manipulation - Experience in QR code generation and integration - Familiarity with Google Maps or other map services APIs - Knowledge on incorporating detailed data extraction through QR codes...

    $13 (Avg Bid)
    加保
    $13
    14 项参赛作品

    I am in need of a solution that can facilitate the conversion of Canva project files into PNG images that can be displayed on my Wordpress website. Ideally, the whole process should be automatic. Key Requirements: - Develop an HTML code capable of converting Canva project files into PNG format. - The code should maintain a reasonable amount of quality from the original Canva files; with a variable resolution permitted. - Desired image resolution is medium (around 150 DPI). This project would be a great fit for someone proficient in web scripting, specifically HTML. A working knowledge of image rendering and content management systems, particularly Wordpress, would be a bonus. Understanding of aspects related to image resolution and quality preservation during the conversion...

    $103 (Avg Bid)
    $103 平均报价
    77 个竞标

    I need a competent full stack developer to help with the creation of a language learning flashcard application that will be integrated into my Wordpress LearnPress site We have language learning courses, and we want to integrate the vocabulary from those courses into a flashcard application on our site. So I will be providing the flashcards, including text, audio and images. The flashcard application should work similar to Anki and Memrise (old Memrise) Key Features: - User is doing a lesson in our courses and clicks to add the vocabulary from that lesson to the flashcard application - User can go to the flashcard application. The first screen they will see is a dashboard with some basic statistics ("due cards", "new cards", "known cards") and...

    $750 - $1500
    加封
    $750 - $1500
    68 个竞标

    I am seeking an experienced web developer to build an engaging and user-friendly website for women's clothing brands. This project involves creating an e-commerce platform and also showcasing our unique collections. Key Features: - An aesthetically pleasing product catalog to showcase our clothing items in a way that encourages purchase. - Shopping cart functionality for a seamless checkout experience. - Payment gateway integration for secure, trouble-free transactions. Ideal Skills & Experience: - Previous experience building e-commerce websites is a must. - Knowledge of the latest web development tools and trends. - Proven track record of creating visually appealing product catalogs. - Experience integrating shopping carts and payment gateways. This project requires a freelan...

    $361 (Avg Bid)
    $361 平均报价
    34 个竞标

    I'm currently experiencing slow performance issues with my WordPress website. I've actually pinpointed a specific malware infection that is hindering my web performance. I now need a dedicated expert to remove this. Key Responsibilities: - Perform thorough malware removal - Ensure website's optimal performance post-removal Ideal Skills: - Extensive experience with WordPress - Advanced knowledge of web security - Proven background in malware detection and removal - Ability to start immediately

    $129 (Avg Bid)
    $129 平均报价
    149 个竞标

    I'm seeking for a proficient web developer to revamp my existing online therapy e-commerce website. I desire to enhance my site's functionality, appearance, and user experience. The preferred platform for the upgrade is WooCommerce. Key Aspects: - Convert the existing site to WooCommerce - Improve interactive features for better user experience - Ensure the new design is responsive and mobile-friendly - Prioritize site speed and security Ideal Skills: - Proficient in WooCommerce - Excellent understanding of e-commerce website development - An eye for design and user experience - A good grasp on SEO best practices - Prior experience in health-related websites is a plus. I'm excited to collaborate with someone who can transform my website into a top-not...

    $114 (Avg Bid)
    $114 平均报价
    30 个竞标

    I'm on the lookout for an experienced developer to create a novel concept: a fantasy sports website focused around the Stock Markets. Here are some of the things you'll be responsible for: - Designing a user-friendly interface for user registration and profile creation. - Implementing drafting and team management features. - Building in real-time scoring and statistical tracking. - Implementing a secure and reliable payment gateway. - Crafting a system to manage various contests. While this project is in its nascent stages, I expect fewer than 1000 user registrations to start, so scalability will be important moving forward. Prior experience with fantasy sports websites or financial market websites would be a significant advantage. I'm looking for someone who can bring t...

    $204 (Avg Bid)
    $204 平均报价
    4 个竞标

    As a dog breeder, I'm seeking a creative and skilled freelancer to design a fun and playful WP website for my business. The intended website should feature: - 6-10 pages: This includes the home, contact, and about us pages, amongst others. - Puppy gallery: A dedicated page to show off our adorable puppies. Photos should be displayed in a user-friendly format and easy to update. - Appointment scheduling system: A system for visitors to book appointments or visits to our location. - Breed information pages: Informative pages regarding different breeds we deal with. Ideal candidates should have previous experience in playful design and knowledge of WordPress. Further, a background in developing appointment booking systems or similar functional elements will be appreciated. The capabili...

    $996 (Avg Bid)
    $996 平均报价
    133 个竞标

    I am looking for a skilled React developer who can successfully integrate several APIs into an existing user interface. Key Responsibilities would include: - Integration of Sign-In and Sign-Up APIs (Google/Email) - Addition of job listing function with robust filter options such as job category, location, and job type - Incorporation of subscription management functionality - Ensuring the full operation of Create, Read, Update, and Delete (CRUD) functions on user profiles APIs are already prepared and the UI is mostly complete, with around 80-85% completion. The job would begin as soon as possible. The ideal candidate should have proven experience with React Development and API integrations, as well as being able to thrive in a fast-paced, project-focused environment. Familiarity wit...

    $164 (Avg Bid)
    $164 平均报价
    43 个竞标

    I'm looking to create a blog website that effectively showcases the services I offer. The main functionality of the site would be to display my offerings, with a dynamic, engaging platform for blog content. Key features of the website should include: - Intuitive navigation - Professional yet attention-grabbing design - Blogging functionality - Integrated display of services The ideal candidate for this project will have: - Proven experience in building exceptional blog websites - Strong knowledge of UI/UX design - Ability to translate my vision for the site into a functional, visually appealing platform. Please include examples of similar projects you have completed in your proposal. This project is a central part of my brand's digital strategy, so attention t...

    $20 / hr (Avg Bid)
    $20 / hr 平均报价
    69 个竞标

    Milestone 1: Using Python implement a machine learning algorithm (multiple linear regression) to predict startup profits (). The following steps should be done and need to be explain the code using # comments 1. Read the dataset from the csv file and put input data in X and output data in Y. 2. Deal with missing and categorical data (Data cleansing, even if there are no missing data) . 3. Divide data into four subsets (X_training, Y_training, X_test, and Y_test). 4. Train the learning model using (Linear regression algorithm) 5. Make a list of predictions Y_pred and compare it with Y_test. Explain what do you remark? 6. Make a prediction for a given data sample. 7. Without using "predefined functions" Find the following: 7.1. Total deviation of the regression line 7.2....

    $35 (Avg Bid)
    $35 平均报价
    6 个竞标

    I'm looking for an experienced freelancer to correct broken links and formatting issues on my WordPress website. Those interested in the job should be well-versed in troubleshooting and resolving issues in WordPress websites. Key Task: - Fixing broken links - Correcting formatting issues Ideal Skills: - Profound experience in WordPress - Demonstrated success in similar problem-solving tasks Please include examples of relevant past work in your application for consideration.

    $19 (Avg Bid)
    $19 平均报价
    25 个竞标

    When a vistor add product to the cart, it prompt that added successfully. However, the cart does not show the product in the cart. only member is able to add the product to the cart.

    $84 (Avg Bid)
    $84 平均报价
    71 个竞标

    ...features for the website, the site should intuitively cater to both job seekers and talent-seeking companies. Therefore, creation of offerings like job search functionalities, resume building tools, and detailed company profiles are expected. • The platform should also serve as a hub for coaching needs, specifically personal coaching and executive coaching sessions. Freelancers applying for this task must include: • Detailed project proposals, indicating how they intend to combine these diverse services into one seamless platform. The ideal candidate should possess: • Experience in website development, particularly job boards and coaching platforms • Proven track record in integrating diverse services into one platform • The ability to intuit ...

    $290 (Avg Bid)
    $290 平均报价
    13 个竞标

    ...timeframe For 15m timeframe display fractals on the 1h timeframe For 1h timeframe display fractals on the 4h timeframe For 4h timeframe display fractals on the D timeframe For D timeframe display fractals on the W timeframe For W timeframe display fractals on the M timeframe For M timeframe display fractals on the 3M timeframe For 3M timeframe display fractals on the 12M timeframe Existing code for basic fractal indicator //@version=3 study("Fractals - Custom Periods", overlay=true) fractalPeriods = input(title="Fractal Periods", defval=2, minval=1, type=integer) bullFractal = pivothigh(fractalPeriods, fractalPeriods) bearFractal = pivotlow(fractalPeriods, fractalPeriods) plotchar(bullFractal?true:na, title="Bull Fractal", location=, offset=-...

    $69 (Avg Bid)
    $69 平均报价
    4 个竞标

    As the owner of a large e-commerce platform, I'm seeking an experienced SEO specialist to improve search engine rankings. Key areas in need of enhancement include content optimization, technical SEO, and link building. The goal of the project is to optimize the website to cater to general consumers, thereby increasing visibility on search engines. With high-level proficiency in SEO strategies, the ideal candidate should be able to dissect our website and provide comprehensive SEO solutions for boosting organic growth and improving our reach to a wider customer base.

    $75 (Avg Bid)
    $75 平均报价
    61 个竞标

    Hi, I got website for my webdesign agency and the website is almost completed. I need someone to use AI, filled the informations around the website, the ones are missing, and add projects on portfoloio , and other small changes. The website is hosted in my web hosting, but other freenlacer start the job, and didn't give me access to the panel, someone will need to find the login and change it.

    $108 (Avg Bid)
    $108 平均报价
    51 个竞标

    My website is currently lagging in terms of speed. It takes more than 5 seconds to load and this is not conducive to the user experience. With mostly images and graphics on the site, I am seeking a freelancer adept at WordPress and optimization techniques to lower the page load time, improve server response time, and optimize the images. Skills & Experience Needed: - Proficiency in WordPress - Proven record in website speed optimization - Proficient in image optimization techniques - Understanding of server response issues Expectation: - Reduce page load time significantly - Enhance server response time - Implement image optimization for better speed.

    $16 (Avg Bid)
    $16 平均报价
    12 个竞标

    Remove Malware redirect from wordpress site

    $76 (Avg Bid)
    $76 平均报价
    109 个竞标

    I'm currently facing significant issues on my WordPress site, likely due to the JS/Agent Trojan. The symptoms include: - Slow website performance - Unexpected pop-ups and redirects - Discovery of suspicious files/ code changes - Enhancement of anti-virus blocking mechanisms Efforts have been made to mitigate this including scanning my website with antivirus software, updating WordPress and its plugins, as well as removing suspicious files or code changes. Despite these steps, the problem persists. Thankfully, I have a backup of the site prior to Trojan detection. I'm in the need of an expert freelancer, ideally with significant experience in WordPress security and malware removal, to completely clean my website from this Trojan. This project requir...

    $136 (Avg Bid)
    $136 平均报价
    56 个竞标

    I'm seeking a skilled and experienced web developer, proficient in both front and backend development. I need a professional yet user-friendly informational and service providi...web development. Strong understanding of HTML, CSS, JavaScript, and responsive design is required. - Proficient in backend web development. A strong understanding of server-side languages and database management is critical. - The ability to create seamless user navigation is a must, ensuring a user-centric approach to their work. - Familiarity with creating SEO friendly websites to help increase site visibility. This project offers an excellent opportunity to use a range of web development skills to create a comprehensive and engaging website for the public. Let's create something meaningful and...

    $295 (Avg Bid)
    $295 平均报价
    21 个竞标

    ...will be built on WordPress using the Elementor Pro plugin. We will provide the development instance along with the Elementor Pro plugin for implementation. ### Design Goals: 1. Professionalism and Specialization: We aim for our website to exude professionalism while highlighting our specialization in serving Specialist Medical Practices and Schools, showcasing our understanding of their unique needs and challenges. 2. User-Friendly Navigation: The website should feature intuitive navigation, making it effortless for visitors from medical and educational backgrounds to access information about our services, expertise, and contact details. 3. Clear Call-to-Actions: Implement clear and compelling calls-to-action (CTAs) tailored to our target markets, prompting visitors to engage wi...

    $166 - $497
    加精 加封
    $166 - $497
    55 个竞标

    I'm looking for a skilled WordPress developer, ideally with experience in creating online marketplace platforms. The platform needs to be focused on connecting students and tutors, similar to preply.com. Key Features: - Three User roles: Student, Tutor, and Admin. - Similar to - Each role requires distinct functionalities: For Students: - Should be able to browse through tutor profiles - A system for booking sessions with a chosen tutor - Providing ratings and reviews for tutors - Capability to conduct online lessons For Tutors: - Creation of an individual tutor profile - A feature to set their availability for sessions - A system to receive and manage session bookings. I value good and efficient communication as we implement and adjust, so I'm seeking someone who va...

    $148 (Avg Bid)
    $148 平均报价
    65 个竞标
    Android Source Code Setup 已经结束 left

    Seeking an experienced Android developer to assist with setting up Android application source code on a development platform. With the initial job focusing solely on setting up the code without any customizations, the ideal candidate should demonstrate proficiency in the following: - Efficiently working with Android platform - Debugging for potential issues during setup - Knowledgeable in working with a range of development environments No customization or extra modification is required from your end at this stage. The goal of this project is a functional, ready to go Android app based on the provided source code. Kindly ensure your experience aligns with the skills detailed above. Your previous experience setting up Android apps will be strongly advantageous.

    $90 (Avg Bid)
    $90 平均报价
    12 个竞标

    Web Development and Deployment for Compliance Platform We are seeking a skilled web developer to work on a two-phase project. The successful candidate will be responsible for implementing key functionalities, making basic edits and deploying the platform to Melbourne IT and Dig...ensuring full functionality. Requirements: Proven experience in web development, especially in dynamic form creation and handling, user dashboard design and deployment on cloud platforms. Ability to work efficiently under tight deadlines. Strong communication skills and responsiveness. Deliverables: Fully functional web application as per the detailed requirements in Phase 1 and Phase 2. Source code and deployment documentation. Selection Criteria: Proposals will be evaluated based on the freelancer...

    $333 (Avg Bid)
    $333 平均报价
    86 个竞标

    Can you help me out with a small code snippet please? I noticed somehow a few image thumbnail sizes are missing for some images on my sites. So I‘d need a small snippet to put in to display the full size image as a fallback when the requested thumbnail size is not found. Sample this is not found, so in this case it should use: So it should use this should apply to any thumbnail size. Can you please help me with that? A working code snippet will get the job.

    $30 (Avg Bid)
    $30 平均报价
    38 个竞标
    [URGENT] C/C++ CODE 已经结束 left

    ...who can swiftly identify and fix the unidentified errors plaguing our code. While we are currently unsure of the specific errors, you should be prepared for a range of issues, including but not limited to compiler errors, segmentation faults, and undefined behavior. Your role will be debugging our existing code to ensure optimal performance. Since our objective and error details remain unclear, freelancers who can provide comprehensive approaches and solutions will get our attention. While presenting your proposal, please include: - Personnel experience troubleshooting C/C++ errors. - Examples of past work related to error detection and solution. - Your detailed plan for unraveling and resolving the issues in our code. Remember, quick turnaround is critical for u...

    $166 (Avg Bid)
    $166 平均报价
    46 个竞标

    ...Shopify e-commerce website for me. The site will require a range of features to help optimise my online store. Ideal candidate will have the following: - Extensive experience building Shopify e-commerce websites - Understanding of UI/UX principles for ecommerce - Great knowledge in implementing and managing inventory systems - Capability to work in a customer review system and live chat support Your responsibility will include, but not limited to: - Designing an efficient Shopify e-commerce website - Implementing live inventory management - Incorporating a system for customer reviews - Adding live chat support for better customer service The primary goal of this project is to have a customised, user-friendly e-commerce website on Shopify. The site should offer a seaml...

    $78 (Avg Bid)
    $78 平均报价
    37 个竞标

    I'm in need of an expert with bountiful experience in Laravel PHP. The task involves creating a multivendor e-commerce website primarily dedicated to the retail of industrial tools and supplies. Key requirements include: • Expertise in Laravel PHP • Ability to deliver a modern design aesthetic • Experience in e-commerce website development, ideally with previous examples of industrial or tool-focused sites. Your role will be from bootstrapping the website to ensuring a smooth UX design that facilitates easy navigation. Bidders should have a proven track record of creating successful e-commerce websites, particularly on the Laravel PHP platform. Knowledge of modern design and experience in the industrial tools sector are added plus. Please chat me should you need mo...

    $228 (Avg Bid)
    $228 平均报价
    39 个竞标

    I have an article directory site that I had recently upgraded by a freelancer with a newer version of MySQLi so it would run again. The site is working but I have just noticed there's a minor error in the database that won't let you enter the proper "Category" of a new article with a drop-down window when you try to add a new one (see attached image). This is done in the site's web-based control panel. Just looking to get this fixed, it shouldn't take too long if you know what you're doing. Sorry I am not willing to pay more than $10 to get this done, I've already spent so much money on it and fooled around with people who couldn't fix the original problem of upgrading the MySQL to begin with.

    $16 (Avg Bid)
    $16 平均报价
    19 个竞标

    I...in case of further damage for the building and the antique. Your evaluation is crucial in providing a clear understanding of the risks associated with the site, including the stability of the structure, potential falling hazards, or other related risks. Ideal skills for this project: - Experience in risk assessments, particularly for historical sites - Expertise in understanding flood-related damage to structures - Background in developing safety and first-response plans -expertise in Conservation and restoration of antiques. The outcome expected from this assessment is a thorough understanding of the potential risks to the site from flood damage, as well as a first aid plan for immediate response. This will help to preserve these important historical sites for fu...

    $90 (Avg Bid)
    $90 平均报价
    27 个竞标

    ...developer to create a slick, user-friendly, and compelling Woocommerce site. No specific direction was provided as to the purpose or target audience for my website, thus versatility and creativity will be key. **Desired Skills** • Proven experience in WordPress and Woocommerce • Understanding of appealing design and seamless UX • Versatility in styles and themes to cater to undefined audience • Creativity in visual and functional elements Applicants are requested to consider the following points when applying: • Include details of your past work and experience • Provide a comprehensive proposal for the project. This project demands an adaptable, experienced, and imaginative professional who can intuitively design and develop a site to attr...

    $146 (Avg Bid)
    $146 平均报价
    81 个竞标

    ...through a series of updates, featuring prominently the implementation of In-App Purchases (IAP). Adeptness in handling Apple Store submissions and approval process is a prerequisite. Key Responsibilities: - Execute IAP implementation favoring a "single tier subscription" model. Understanding the specifics and subtleties of subscription-based purchases will be vital for this. - Update the existing code to ensure smooth functionality and enhance user experience. -making Change to IAP -publishing to app store and meeting all requirements for ios release Ideal Candidate: - Proficient in React Native - Proficient in iOS submission and approval process - Familiarity with implementing IAP - Previous experience with subscription-based applications Let's work together ...

    $66 (Avg Bid)
    $66 平均报价
    5 个竞标

    I'm looking for a developer skilled in automation and WordPress integration to help create an efficient daily content import and display system for my website. - Import Source: The content will be imported from ads. - Import Frequency: Operation is to be completed once per day. - Style of Layout: The imported content should be displayed using a grid layout. Ideal candidate should be proficient in handling APIs, knowledgeable on RSS feeds and social media platforms, familiar with ad content, and experienced in Wordpress layout customization. It's also advantageous if you have experience scheduling tasks for automating content import.

    $320 (Avg Bid)
    $320 平均报价
    63 个竞标

    Convert webpages on to wordpress using our editor and picostrap5 theme. Edi... and picostrap5 theme. Editor and theme will already be installed on the project. Livecanvas is an html editor. When visiting , the site should load to Five pages to be identically converted: All images used on the site will be hosted on the wp app. Editor Requirements Header/Footer The header and footer will navigate on the WP site. With exception of the order forms.

    $378 (Avg Bid)
    $378 平均报价
    67 个竞标

    I'm searching for an experienced web developer to help bring my vision of a professional e-commerce site to life on the Shopify platform. As the site is aimed towards professionals, it should reflect an appealing, professional aesthetic and user interface. Ideal Skills and Experience: - Prior experience in designing and implementing professional-grade e-commerce sites - Strong understanding of the Shopify platform - Exceptional eye for clean and professional design - Ability to consider and implement user-friendly design for an easy shopping experience - Great knowledge of SEO and ability to incorporate SEO practices into the site design - Experience in optimizing a site's performance and speed. Your responsibility will be to design and build a fully fun...

    $344 (Avg Bid)
    $344 平均报价
    91 个竞标

    Web Developer pentru Site de Cultură Generală **Descriere:** Suntem în căutarea unui web developer talentat și creativ pentru a se alătura echipei noastre în dezvoltarea unui site de cultură generală captivant și educativ. Candidatul ideal va fi responsabil de proiectarea, dezvoltarea și implementarea funcționalităților cheie ale site-ului, precum și de asigurarea unei experiențe plăcute și intuitive pentru utilizatori. Site-ul va fi destinat publicului larg și va acoperi o gamă variată de subiecte din domeniul culturii generale, inclusiv artă, istorie, știință, literatură și multe altele. **Responsabilități:** - Dezvoltarea și implementarea site-ului de la zero sau utilizarea unor platforme CMS precum WordPress pentru construcția acestuia. ...

    $486 (Avg Bid)
    $486 平均报价
    41 个竞标

    I'm searching for a skilled developer to enhance my e-commerce platform by integrating a Wishlist functionality. The ideal candidate will have ample experience in developing user-friendly features for e-commerce platforms. Must Know Html css javascript Specifically, I require the following services and features incorporated: - Wishlist Functionality: This should allow customers to selectively place items for future purchase consideration. A seamless and straightforward UI/UX is crucial. About Section Enhancement: - Skillful creation of a compelling "Mission and Vision" segment that will effectively communicate our brand ethos to our customers. To succeed in implementing these initiatives, your skills and experience should include: - Proven experience in e-commerce platfo...

    $15 (Avg Bid)
    $15 平均报价
    9 个竞标

    ...through a series of updates, featuring prominently the implementation of In-App Purchases (IAP). Adeptness in handling Apple Store submissions and approval process is a prerequisite. Key Responsibilities: - Execute IAP implementation favoring a "single tier subscription" model. Understanding the specifics and subtleties of subscription-based purchases will be vital for this. - Update the existing code to ensure smooth functionality and enhance user experience. -making Change to IAP -publishing to app store and meeting all requirements for ios release Ideal Candidate: - Proficient in React Native - Proficient in iOS submission and approval process - Familiarity with implementing IAP - Previous experience with subscription-based applications Let's work together ...

    $68 (Avg Bid)
    $68 平均报价
    5 个竞标

    This project involves the design and development of a professionally looking, SEO-optimized, multi-lingual, CMS-based corporate website primarily intended for lead gene...Features Required: - Fully responsive/mobile-friendly - Consistent corporate style across the entire website - Maximum of 10 pages per language (Arabic/English) - Contains sections providing an overview of our company, our services, and an active blog Ideal freelancer should: - Have experience in creating CMS websites from scratch - Be proficient in both Arabic and English for seamless bilingual site development - Demonstrate a track record in SEO-optimized, lead generation website design - Detail orientation to ensure a clean, professional, corporate design - Have a minimum of 3 years experience in website desig...

    $1282 (Avg Bid)
    $1282 平均报价
    44 个竞标
    softphone source code 已经结束 left

    I'm in need of an experienced developer to design and build a softphone application. Key Project Requirements: - As development requirements have not been specified, it is assumed that the application should be compatible across all main operating systems like Windows, MacOS, and Linux. - Softphone's features weren’t specified, but usually, a robust softphone should have features like call recording, conference calling, and instant messaging. Ideal Skills and Experience: - Proven experience in creating effective softphone applications. - Strong knowledge of cross-platform development. - Familiarity with voice-over-IP (VoIP) technologies and protocols. Application Instructions: Even though not specified, it's generally best to include your past work, detailed proj...

    $143 (Avg Bid)
    $143 平均报价
    14 个竞标

    As someone who appreciates superseded versions of sites that once thri... Key functionality priorities include: - User account creation: The ability for users to register and manage their own account details. - Posting and browsing ads: Users should be able to freely post classified ads and search through existing ones. - Messaging between users: A secure system for users to communicate directly and swiftly. I currently have access to the cache version of the site which will be an instrumental aid in this project. This task would suit someone with experience in legacy website replication and an understanding of old, possibly outdated, designs. Here is the cache website : :// Thanks in advance for your time! :) Cem

    $1430 (Avg Bid)
    $1430 平均报价
    71 个竞标

    I am in the process of creating a diverse website with three primary focuses including: a Punjabi blog, an NRI blog, and a shirt printing operation. - I would like the Punjabi blog to mainly feature news articles and cultural events. So if a freelancer has a deep understanding of the Punjabi culture and great writing capabilities, that would be ideal. - The NRI blog will provide personal stories, tips on immigration, and job opportunities targeted towards the non-resident Indians. Hence, writers with a good grasp on these topics are preferred. - In addition, the website will also support a shirt printing business. Skills in e-commerce website design and a good grasp on the latest fashion trends would greatly help. In essence, I am looking for professionals with a blend of creative writ...

    $3 / hr (Avg Bid)
    $3 / hr 平均报价
    22 个竞标

    ...I'm seeking to build a secure and anonymous chatting site that allows enjoyable interaction among its users. Here is what the project entails: - SECURITY: I desire an expansive security implementation, featuring End-to-end encryption and Two-factor authentication. Your experience in implementing such solutions will be advantageous. - USER RANKING SYSTEM: My site will feature various ranks assigned to users. Therefore, experience in creating similar ranking or level-up systems should make you a suitable candidate. - GAMING OPTIONS: The site must include Multiplayer games, Single-player games, and Real-time chat games. Your capacity to produce engaging and high-quality online games will be key. - GROUP CATEGORIES: The chatrooms on this site will be cat...

    $228 (Avg Bid)
    $228 平均报价
    10 个竞标

    I'm seeking a capable and creative individual who is adept with HTML, CSS, and Bootstrap to help me design an impressive e-commerce website. I envisage a clean and professional design that exudes the essence of my business. Features to Incorporate: - A Blog Section: For updated content and customer engagement. - Contact Form: For customer inquiries and/or feedback. - Portfolio Section: To showcase our range of products. Evidently, candidates with experience designing e-commerce websites would be looked upon favorably. An eye for detail and a knack for clean, professional design elements is ideal. Both design acumen and technical proficiency will be crucial for this job.

    $109 (Avg Bid)
    $109 平均报价
    19 个竞标

    ...project: - **Better User Interface**: The current website's interface requires a significant overhaul. Make it intuitive, easy-to-navigate, and visually appealing. - **Mobile Responsiveness**: It's vital that the website appearance and functionality work flawlessly across all mobile devices, irrespective of screen size or operating system. - **Additional Feature**: An online booking system needs to be integrated with our website. The system should be user-friendly and efficient. Ideal candidates for this job should have extensive experience in web development, user interface design, and mobile-first design principles. Proficiency in developing and integrating online booking systems will be considered a plus. This project is a brilliant opportunity to demonstr...

    $100 (Avg Bid)
    $100 平均报价
    16 个竞标

    Plumbing/Piping engineer required to design a piping layout for a single toilet with 1 water closet and 1 wash basin using IPC code. - Prepare detailed plumbing drawing for hot/cold water supply, plumbing, drain & vent discharge for a single toilet in a Modular Building. - Prepare indicative BOM and specs for appliances, accessories, piping, tubing and fittings. - Write notes for appliance supplier and piping installer to ensure compliance with IPC, IFGC and ADA codes. Skills and Experience: - Knowledge of IPC code for Plumbing and IFGC Code for Propane Water Heater

    $132 (Avg Bid)
    $132 平均报价
    18 个竞标