Front End Devlopment
html
HTML is the standard markup language for documents designed to be displayed in a web browser
CSS3
CSS is a style sheet language used for describing the presentation of a document written in a markup language such as HTML or XML.
Javascript & Typescript
As of 2022, 98% of websites use JavaScript on the client side for web page behavior. Typescript builds ontop of this with the inclusion of type based variables to make web apps more robust and easier to debug
ReactJS
React is a free and open-source front-end JavaScript library for building user interfaces based on UI components.
Git
Git is a software version control system that is used amongst developers to coordinate and save projects throughout different stages of development
NodeJS
NodeJS is a back-end JavaScript runtime environment that executes Javascript code outside of the web browser
NPM
NPM serves as the default package manager for the Javascript runtime enviornment NodeJS
Sass
Sass is a CSS preprocessor that is used for more efficient and intuitive CSS code