Yurii Vychivskii
Offer Yurii work on your next project.
Rating
Language proficiency level
Skills and abilities
Programming
Portfolio
-
marvel-service
Javascript and TypescriptThe Marvel service I developed is a web application for viewing information about characters, comics, and events from the Marvel universe. The main idea was to provide an interactive display of data from the Marvel API, allowing users to conveniently search and browse content about their favorite superheroes and stories.
Technologies used in development:
React.js
… For creating a component-based approach and dynamic interface updates. Functional components were implemented using hooks (useState, useEffect) to manage state and data.
SCSS
Provided styling for the application with the ability to create nested styles and variables. This allowed for maintaining a modern design with responsiveness in mind.
Marvel API
Used to retrieve data about characters, comics, and events. Axios was used for asynchronous requests for integration.
React Router
The application has multi-page navigation with the ability to switch between the main page, character list, and comic details.
CSS animations and responsiveness
Smooth transitions and interactive elements were added that adapt to different screen sizes.