You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a simple React application developed as an introductory task. It demonstrates fundamental React concepts, including component-based architecture, props, state, and basic application…
The app is now split into two fully independent interfaces: • Client Panel – for end users to browse, select, and book excursions • Admin Panel – for administrators to manage excursions in real tim…
This landing page project demonstrates the use of HTML5, SCSS, and JavaScript to create a modern, dynamic, and visually engaging design. The workflow was optimized using Gulp, streamlining tasks su…
The original slider was functional but built with older JavaScript syntax and global functions. My job was to rebuild it into a clean, maintainable class-based module, making full use of ECMAScript…
This project involves creating a single, comprehensive React component called TasksManager. Its primary purpose is to manage a list of tasks, allowing users to add new tasks and track the time spen…