react-js-by-koustav-moitra.hashnode.devReact ProjectMINISTORE A simple e-commerce app where users can: Final Folder Structure (Vite + React) Project Setup (Vite + Tailwind) npm create vite@latest smart-notes npm install react-router-dom react-toastify npm run dev Tailwind - https://tailwindcss....Feb 2·5 min read
js-notes-by-koustav-moitra.hashnode.devJavaScriptWhat is Programming? What it is Programming means giving instructions to a computer to do a task. Why we need programming We use programming to: Build websites Create apps Automate work Make games Control machines Without programming, computer...Jan 18·28 min read
react-js-by-koustav-moitra.hashnode.devReact JSReact.js is a JavaScript library developed by Meta (Facebook) in 2013. It is used to build fast, dynamic, and interactive user interfaces (UIs) for web applications. React is a tool that helps build user interfaces by breaking the UI into reusable ...Nov 11, 2025·33 min read
ai-for-dev.hashnode.devAI For DEVWhat is AI? AI (Artificial Intelligence) is a technology that enables computers and systems to perform tasks that normally require human intelligence or decision-making. In simple words — it helps machines think, learn, and act like humans. Examples ...Nov 3, 2025·7 min read
html-notes-web-dev.hashnode.devBootStrapWhat is Bootstrap? Bootstrap is a free and open-source CSS framework. Used to build responsive and mobile-first websites quickly. Provides pre-styled components, layout grid, and utility classes. Getting Started with Bootstrap 5.3 Using CDN: <l...Aug 4, 2025·7 min read