Budget: 2000 UAH Deadline: 2 days
Good day!
At your service.
Currently available.
Have a nice evening!
Budget: 2000 UAH Deadline: 2 days
Hello.
I have reviewed your project.
I specialize in WordPress and WooCommerce.
Feel free to reach out, we will discuss your project.
Portfolio link -> Freelancehunt
Budget: 2500 UAH Deadline: 3 days
Hello, I am interested in your project.
I would be happy to contribute my experience and efforts for its successful implementation.
I look forward to your decision.
Budget: 2000 UAH Deadline: 3 days
Good day. I have many years of experience in website development on various CMS and frameworks. I will help complete the tasks for your website quickly, efficiently, and effectively.
Budget: 2000 UAH Deadline: 1 day
Good day, Oleksandr! I have reviewed your task and am happy to assist you. I will do everything efficiently and quickly!
Budget: 2000 UAH Deadline: 2 days
Hello. I have familiarized myself with the task, I am ready to complete your project, I have extensive experience working with Wordpress, feel free to reach out.
Budget: 2000 UAH Deadline: 1 day
Hello, Oleksandr! I have been developing websites on WordPress and integrating payment systems for over 10 years. I am ready to create a website on WordPress and install a simple template. I would be happy to collaborate!
Budget: 5000 UAH Deadline: 2 days
Hello. I have extensive experience with WordPress. I am ready to collaborate.
Budget: 2500 UAH Deadline: 3 days
Hello.
I am ready to do it.
My works: Freelancehunt
Budget: 2000 UAH Deadline: 1 day
Good day, I have been working in web programming for over 6 years.
I work with REST API, frameworks, and CMS such as Laravel, Yii2, WP, OpenCart, etc. I am ready to complete the task.
You need to provide access to FTP and the admin panel.
Budget: 2000 UAH Deadline: 3 days
Hello.
I work with WordPress constantly, ready to complete the task.
Feel free to reach out, we will discuss in more detail.
Budget: 2000 UAH Deadline: 2 days
Good day. I am ready to start working. I will install the template and replace the content. Feel free to reach out!
Budget: 2000 UAH Deadline: 2 days
Alexander, good afternoon. I am free right now and can set up the site on WP, replace the content, and configure the form for sending to email.
Write to me, I will be happy to help you.
Budget: 2000 UAH Deadline: 2 days
Good day, Oleksandr!
I am ready to take on the project. Let's discuss the details and start the execution. Please send the template you want to establish in private messages.
I will be happy to help!
Budget: 2000 UAH Deadline: 1 day
Good day.
I work with Wordpress and other platforms.
I would be happy to be helpful.
Budget: 2000 UAH Deadline: 1 day
Good day, I periodically do exactly these tasks, I can do it now.
Budget: 2000 UAH Deadline: 2 days
Hello!
I am ready to install and configure the template on WP for you.
Feel free to contact me!
Budget: 2000 UAH Deadline: 2 days
Good day, Oleksandr!
I have been engaged in the development and maintenance of websites for a long time, specializing in WordPress.
I have experience in performing similar tasks. I am ready to complete the task quickly and efficiently.
💼 My portfolio: Freelancehunt
Feel free to reach out. I will be happy to collaborate.
Budget: 2000 UAH Deadline: 7 days
Good day, Oleksandr!
I am ready to complete your task.
I will set the deadlines according to the workload and your budget, but I am ready to start today.
Respectfully, Viktor!
Budget: 2000 UAH Deadline: 2 days
Hello, Oleksandr!
My name is Stanislav, I have experience in website maintenance. I can help you with template installation.
My key advantages:
I adhere to deadlines and guarantee quality task execution.
I work with CMS (WordPress, OpenCart).
I focus on results and improving your website's performance.
I would be happy to discuss the details of your project. I hope for cooperation!
Best regards,
Stanislav!
Budget: 2000 UAH Deadline: 1 day
Good day, Alexander
My experience as a web developer is 5+ years
I will complete your task of setting up and installing a template on WP in a short time and with high quality! I will set up sending from forms to email or messenger in the chatbot
I will get started right away!
Budget: 2000 UAH Deadline: 2 days
Good day.
I am ready to take on your task.
My tech stack: HTML5, CSS3, SCSS, FlexBox, Grid, JS, PHP, Responsive layout, WordPress.
Examples of WordPress sites: https://www.digitalbusiness.fr/, https://www.detective-casino.com/
Budget: 2000 UAH Deadline: 1 day
Good day. I work with WordPress. I have free time to complete the assigned task.
Is there a template you are interested in, or do you need to find one?
I would be happy to collaborate.
Budget: 2000 UAH Deadline: 2 days
Hello.
I have experience working with WP, and I will gladly complete your order.
Feel free to contact me, I will do everything)
Budget: 2000 UAH Deadline: 2 days
Good day, I am ready to complete this task, please send detailed t3
___________________________________________________________________________
Proposals concealed
Proposals are currently absent
Current freelance projects in the category Web Programming
TECHNICAL TASK Development of a Digital Signage system for a network of advertising screens 1. General description of the systemThe system is designed for remote management of media content (video, images) on a network of televisions running Android TV. Architecture:Backend / Control Panel (Admin Panel): PHP (Laravel / Yii2 or pure PHP) + MySQL.Frontend (Player on TV): HTML5 / JavaScript (Single Page Application), which runs on TV in full-screen mode via the Fully Kiosk Browser app.2. Functional requirements: Control Panel (Admin Panel on PHP)2.1. Screen (Television) ManagementAbility to add/remove screens in the system.Each screen is assigned: Name (geo-point), unique ID (device_token), and status (Online/Offline).Monitoring (Ping): Displaying the TV status in real-time. If the TV has not sent requests for more than 5 minutes, color its status red (Offline). 2.2. Content Management (Media Library)Uploading files (video, images) to the server.Deleting files (with automatic deletion of the physical file from the server).Ability to view (and modify) on which screens each individual media file is broadcasted.Setting the playback order of files. 2.3. Server API (for communication with TV)Implement REST API (JSON):POST /api/ping — receives its ID from the TV, records the last activity time (for Online status), and returns the current playlist version.GET /api/file/device_token — returns the current JSON array with links to media files, their order, and display time settings.3. Functional requirements: Client Player (HTML5/JS on TV)The player is a web page that is opened on the TV. The main task of the client is autonomy.3.1. Caching and Synchronization (Offline Operation)Upon startup, the player requests the playlist via the API.Local Storage: All files from the playlist (video/images) must be loaded into the internal memory of the browser (using Cache API or IndexedDB). Streaming (playing directly from the internet) is prohibited.Synchronization: If new content is added on the server, the player loads it in the background without interrupting the current display. After loading is complete, it adds it to the broadcast. If content is deleted on the server, the player must remove it from the local TV cache to avoid filling the device's memory.Offline Mode: In the complete absence of the internet, the player endlessly loops the last successfully loaded playlist. 3.2. Playback and RotationCyclic playback of content and according to the order set in the admin panel.For images, the display duration in seconds must be set (default 10 sec).Transitions between videos must be smooth, without black screens and noticeable page reloads. 3.3. Logging and Error Control (Failure Protection)Handling Corrupted Files: If a video file is corrupted and cannot be played, the player must skip it and turn on the next one in order, rather than hanging on a black screen.Show Logs (Analytics): The player must record in local memory the fact of each successful playback of a video. When the internet is available, this data is sent in batches to the server (POST /api/logs), so that statistics can be viewed in the admin panel: "Video A on TV #3 was shown 450 times in a day and 2365 times in total".4. Optimization Requirements for Android TVThe player interface must not contain any control elements (cursors, scroll bars, buttons). Only clean content on the full screen.JS code must be optimized for memory (timely clearing unused DOM elements and object URLs), as budget televisions have strict limitations on RAM and may crash the tab due to memory leaks after 12-24 hours of continuous operation.
Task Description: We are looking for a developer to create a simple web-based parking space management system without monthly paid subscriptions, turnkey.What is available: A detailed parking layout in DWG (AutoCAD) format. In total, about 500 parking spaces.Main task: It is necessary to transfer this layout to a web interface so that each parking space becomes clickable and dynamically changes color (for example, Green — Free, Red — Occupied). This is an electronic register for long-term rentals (manual data entry by the manager is planned; automation with sensors, barriers, or cameras is not needed).Role distribution and access: Manager: Works from a computer in the office. Has access to the "admin panel," where they can change the status of each parking space (free/occupied) and enter a description (for example, the name of the renting company). Security: Located on the premises, connects from mobile devices (phone, tablet, or laptop) via mobile internet. Security has view-only access (Read-only). They click on a space and see information: Space number, Status, Company name. They do not have the ability to change anything.Implementation requirements: Turnkey work: from adapting the layout for the web to deploying the system and database. The map interface must be responsive for easy scaling and finger clicks on smartphone screens. Propose the optimal way to host the system: either deploying on our office PC (external access setup will be needed for the security's mobile internet) or using free cloud limits.Please, in your response, suggest your version of the tech stack and architecture (where it is better to host the database so that security has access from 4G), and also indicate the estimated cost and timeline for the project. Important note regarding budget and functionality: The project is being done exclusively for internal use and basic convenience. We DO NOT need complex design solutions, CRM systems, integrations with payment gateways, SMS notifications, and the like. We need a maximally simple, concise, and functional interface without excess code. Therefore, please assess the project adequately — offers with overpricing will not be considered. Thank you.
Experienced OpenCart developer needed for project acceptance and further support I am looking for an experienced OpenCart programmer (not a studio) who can professionally accept the online store from the current developer and will further handle its support, development, and SEO optimization. About the project Online store on OpenCart. The project is approximately 99% ready and verified according to the technical specifications. A technical audit needs to be conducted before the final handover of the site. After the handover, long-term cooperation for project development is planned. Main tasks Conduct an audit of the code and project structure. Check the quality of the implemented functionality. Check the installed modules, their compatibility, and correct operation. Assess the security and stability of the site. Check the performance and suggest recommendations for improvement. Check the implemented SEO part and propose a further optimization plan. Ensure that the project is fully ready for independent support without dependence on the previous developer. Check the correctness of the transfer of all accesses: source code; database; FTP; hosting; domain; email; administrative panel; installed modules and their licenses. If necessary, participate in communication with the current developer during the project handover. Provide a list of recommendations and comments before the final acceptance. Further cooperation After the site acceptance, regular work on the project is planned: development of new functionality; SEO optimization; performance improvement; integration with external services; technical support. Candidate requirements A specialist is needed who: has significant experience specifically with OpenCart; has a good understanding of OpenCart architecture and popular modules; has experience in auditing and supporting existing projects; can reasonably assess the quality of completed work; takes agreements seriously and adheres to agreed deadlines; is interested in long-term cooperation. In your response, please indicate experience working with OpenCart; examples of implemented online stores; whether you have conducted technical acceptance or audits of other projects; estimated cost: technical audit; participation in project acceptance; hourly or project support after the handover. Preference will be given to specialists with many years of experience working with OpenCart, who take their work seriously, adhere to agreed deadlines, and are ready to become a technical partner of the project for the long term.
It is necessary to migrate the Opencart online store from PHP 7.4 to PHP 8.x. Currently, the core version is 3.0.3.8. We read that most likely the core will also need to be migrated to version 4.0 and there shouldn't be many difficulties... The functionality is mostly custom, and there are also Simple, OCFilter, Nova Poshta. We are waiting for recommendations and an approximate price. Ideally, someone who has already done similar work.
Hello everyone, we need to create a website for event creation and ticket sales. Possible options include using a ready-made template, a framework, or your own solution. It is preferable that you have experience in developing websites for ticket sales. We will send examples of websites in private messages. If necessary, we will create a prototype. If you have previously worked on similar websites, please send examples in private messages. We will discuss the details in private messages. Thank you and have a great day!