Nazib Md. Badrul
@Najib199
π΅ Website Developer π’ SEO Expert
Top Repositories
Build a basic Todo App using HTML, CSS, and Vanilla JavaScript. The app should allow users to add, delete, and display todos.
JavaScriptYou will build a simple Todo List simulation using JavaScript only (no input, no browser UI). Each todo item will be represented as an object with two properties: The task title (like "Do homework") The completion status (true if done, false if still ongoing) Your job is to organize all the todos into two separate categories:
JavaScriptBuild a responsive restaurant landing page using only HTML and Bootstrap 5. This project will help you understand how to build modern layouts using Bootstrap's built-in classes and componentsβno custom CSS allowed.
HTMLBuild a simple blog database using raw SQL to practice table creation, relationships, and queries.