Denys Kolomiiets
Rating
Language proficiency level
Skills and abilities
Programming
Services
Photo, Audio & Video
Portfolio
-
Website for a foreign language school
Web ProgrammingThe work was done based on the #next.js framework using modern style libraries #MaterialUI and #Styled-components. Later, an administrative panel was developed and a #postgresql database was integrated for creating, storing, and editing website components.
-
Web weather application
Web ProgrammingSimple weather application created in #react.js
The user enters the desired location, after which a request is sent to the server (using the openweather api) and receives data regarding the current weather, which is displayed in the application interface.
-
Clone of the social network "Twitter"
Web ProgrammingA clone of a popular social network, created exclusively for educational purposes. The work is done based on #next.js with integration of #mongodb database (using #prisma).
Users can register, log in, create posts (tweets), like and comment on tweets of other users, set a profile photo, and edit information about themselves. Everything works dynamically and is displayed in the browser interface without page reload.
-
Clone of the Messenger application
Web ProgrammingCreated solely for educational purposes based on #next.js with integration of #mongodb database.
User can register (using entered credentials as well as authenticate through Google and GitHub accounts), log in, create new chats (for two or more people), delete chats, send text messages and images, set their own profile picture. Communication between chat participants happens in real-time without page reloads (using #pusher service). Also, the user can see who has read their own message in the chat.