21-year-old frontend developer from Arkansas, USA πΊπΈ
I like to develop sleek & responsive websites, play video games and talk to all the ducks in my jeep when I get stumped.
React
React is a JavaScript library for building user interfaces, developed by Facebook (now Meta). It is component-based, allowing developers to create reusable UI elements that efficiently update and render based on state changes.
Vite
Vite is a fast build tool and development server for modern web projects. It improves development speed by using native ES modules and a highly optimized build process powered by Rollup.
HTML
HTML is the standard language used to create and structure web pages. HTML works alongside CSS for styling and JavaScript for interactivity, forming the backbone of web development.
CSS
CSS is a stylesheet language used to control the appearance and layout of HTML elements.
Javascript
JavaScript is a versatile, high-level programming language used to add interactivity and dynamic behavior to web pages.
Typescript
TypeScript is a superset of JavaScript that adds static typing, making it easier to catch errors during development. It enhances code maintainability and scalability by enforcing type safety and supporting modern JavaScript features.
Tailwind
Tailwind CSS is a utility-first CSS framework that simplifies styling by providing pre-built classes for design elements like spacing, colors, typography, and responsiveness.
MongoDB
MongoDB is a NoSQL database that stores data in a flexible, JSON-like format called BSON. It is schema-less, allowing dynamic and scalable data structures.
Git
Git is a distributed version control system used to track changes in code and collaborate on software development.