Dmytro Lytvyn
Offer Dmytro work on your next project.
Rating
Portfolio
-
Delivery App — Full-featured delivery service (Full Stack)
Web ProgrammingComprehensive web application for ordering goods.
• Frontend: Developed in pure JavaScript (or React, if used) with dynamic cart updates and filtering.
• Backend: Server-side on Node.js using the Express framework.
• Database: Design and work with MongoDB through the Mongoose ORM.
… Implemented order storage in the database, cost calculation logic on the server side, and user request processing. The project demonstrates skills in creating Client-Server architecture.
The source code is available on GitHub: https://github.com/dino004/delivery-app
-
Weather App
Web ProgrammingAn application for tracking weather conditions in real time. Integration with an external REST API has been implemented. Project features: processing asynchronous requests, working with JSON data, dynamic interface updates, and responsive layout for mobile devices. The source code is available on GitHub: https://github.com/dino004/weather-app
-
React Task Board — Optimized Task Manager
Web ProgrammingAdvanced version of the task manager, developed on React 19. The main focus is on component architecture and state optimization using Context API. The application has high performance, a responsive interface, and reliable data management logic without unnecessary re-renders.
-
Task Board — Task Manager in pure JavaScript
Web ProgrammingWeb application for task management, built on Vanilla JS. Implemented full CRUD cycle, DOM manipulation, and data storage in LocalStorage. The project demonstrates confident mastery of basic ES6+ syntax, event handling, and the document object model. The source code is available on GitHub: https://github.com/dino004/task-board