Hi, I'm Kritam Chaudhary. This ePortfolio showcases the skills I've learned in web fundamentals, applied to agriculture technology. Responsive layouts, styled components, and client-side logic.
To me, being a full stack developer means understanding how the entire application comes together. It's split into two main areas:
This is everything the farmer sees in their browser. We build it using HTML for structure, CSS for styling, and JavaScript to make it interactive. Think of it as the farm dashboard interface.
This is the server and database where farm data is stored securely. Crop yields, soil information, and fertilizer records are processed here using languages like PHP or Python.