HTML5
Latest version of the Hypertext Markup Language used to create web pages and applications with enhanced multimedia and interactivity capabilities.
CSS3
Latest version of Cascading Style Sheets that adds advanced styling features like gradients, animations, and responsive design to web pages.
JavaScript
High-level programming language used to create interactive and dynamic web pages and web applications. It runs on both client and server sides.
TypeScript
Open-source programming language and superset of JavaScript that adds optional static typing, class-based object-oriented programming, and other features.
ReactJs
JavaScript library used to build user interfaces and reusable UI components for web and mobile applications with a declarative and efficient approach.
Next.js
React-based open-source framework used to build server-side rendered web applications with automatic code splitting, optimized performance, and developer-friendly features.
React Context
React API used to share data across components without passing props explicitly, allowing for a more streamlined and efficient data flow in the component tree.
Redux
Open-source JavaScript library used for state management in complex web applications. It provides a centralized store to manage application data and allows for predictable and maintainable state changes.
Material UI
React-based open-source library that provides pre-built components and themes based on Google's Material Design principles for building attractive and responsive user interfaces.
Styled Components
Open-source library for styling React components using CSS syntax inside JavaScript code. It provides scoped styling, dynamic theming, and other advanced features.
Sass
Preprocessor scripting language used to create more organized and efficient CSS stylesheets. It adds features like variables, mixins, and nested rules to standard CSS.
Tailwind CSS
Utility-first open-source CSS framework that provides pre-built and customizable CSS classes for rapidly designing modern and responsive web interfaces.
Framer Motion
hhOpen-source React library for creating smooth and flexible animations and interactive user interfaces using simple and declarative syntax.
Git
Free and open-source distributed version control system for tracking changes in source code during software development. It enables collaborative and efficient code management.
npm
Package manager for Node.js and JavaScript that provides access to a vast collection of open-source libraries and tools. It simplifies the process of installing, sharing, and managing dependencies in web development.
Figma
Cloud-based design and prototyping tool used for creating and collaborating on user interfaces, graphics, and other design projects. It provides a streamlined workflow and real-time collaboration features.