HTML
The HyperText Markup Language or HTML is the standard markup
language for documents designed to be displayed in a web browser.
CSS
Cascading Style Sheets (CSS) is a style sheet language used for
describing the presentation of a document written in a markup
language.
Java Script
A programming language used to add interactivity to websites
created with HTML and CSS
TypeScript
TypeScript is a free and open-source high-level programming
language developed by Microsoft that adds static typing with
optional type annotations to JavaScript.
React
React is a JavaScript library for building interactive user
interfaces and web applications quickly and efficiently with
significantly less code than you would with vanilla JavaScript.
Redux
Redux is a predictable state container designed to help you write
JavaScript apps that behave consistently across client, server,
and native environments, and are easy to test.
TailwindCSS
Tailwind CSS is a popular CSS framework that is entirely
utility-first and provides users with low-level CSS classes in
PostCSS that can be used to define components and designs
independently.
MaterialUI
Material-UI is an open-source user interface framework for React.js,
a popular JavaScript library for building user interfaces.
Styled-components
Styled-components is a popular library in the world of web
development, especially when working with React.js, that allows you
to write actual CSS code to style your components in a highly
dynamic and efficient way.
GitHub
GitHub is a website and cloud-based service that helps developers
store and manage their code, as well as track and control changes
to their code.