Nkiruka Edith OnwugbuforforNkiruka Edithedleychris.hashnode.net·Feb 12, 2023Understanding the Fundamentals of React: A Beginner's Guide.React is not a framework. React is the subject of numerous discussions. Is it a framework or a library? A framework is a complete solution. Everything you need to create your application is already included. A framework usually wants you to code ever...Discuss·17 likes·70 readsReactHooks
Anunay KashyapforAnunay Kashyapanunaykashyap.hashnode.net·Aug 2, 2022To-Do List APP Using HTML, CSS & JAVASCRIPT.INTRODUCTION Today in this blog, you’ll learn how to create a Todo List App in HTML CSS & JavaScript. In this to-do app, you can easily add or delete your task. There are filters button too that helps you to filter the tasks. The tasks you added to t...Discuss·11 likes·238 readstodoapp
DhruvforDhruv Dabhidhruvdabhi.hashnode.net·Jan 27, 2023Django Todo AppCreate Django Project django-admin startproject todoproject Create Django App First, cd into todoproject then create django app python manage.py todoapp Create urls.py file in todoapp . Your file structure should look like this. Open todop...Discuss·3 likes·106 readsPython
Deefordiki the devdiki.hashnode.net·Apr 24, 2023Mastering the Steps: Building a Simple To-Do List App with JavaScriptBeginners often build a to-do app when learning a new programming language because it's simple yet practical, utilizing fundamental programming concepts. It also offers an opportunity to learn about UI design, data storage, manipulation, and interact...Discuss·1 like·31 readsJavaScript
Louis BertsonforLouis Bertsonlouisbertson.hashnode.net·Mar 19, 2023Total.js tutorial: Simple Todo application (part 2)Part 1 of this tutorial has been a success! It was said to be simple, instructive and awesome. Part 1 has shown how easy it was to make a todo application REST API. if you haven't read it yet, just click here to read and play with it before you come ...Discusstotaljs
Louis BertsonforLouis Bertsonlouisbertson.hashnode.net·Mar 14, 2023Total.js tutorial: Simple Todo application (part 1)I have published some blog posts and videos about Total.js Flow, the famous node-red alternative that is entirely written with the Total.js framework. Then I got many feedbacks from people asking me how to get started with the total.js framework. And...Discusstotaljs
Varsha GuptaforSimple to-do list using react hooksvarshagupta.hashnode.net·Mar 2, 2023To-Do-List using React hooksWith the release of React 16.8, React Hooks finally become available to use in our production applications. This allows React developers to make functional components stateful. React Hooks are a powerful tool, so building a to-do list is a good way t...Discuss·1 like·30 readsReact
ReactMojoforReactMojodevkuldeep.hashnode.net·Feb 15, 2023Build a simple ToDo App with NextJS and BootstrapIn this article, we are going to build a NextJS based Todo application. For simplicity, we are not using any database or API calls. ToDo app is an application that shows you a list of items to be completed. You can add new items, remove any item or e...Discuss·42 readsReact
Nkiruka Edith OnwugbuforforNkiruka Edithedleychris.hashnode.net·Feb 12, 2023Understanding the Fundamentals of React: A Beginner's Guide.React is not a framework. React is the subject of numerous discussions. Is it a framework or a library? A framework is a complete solution. Everything you need to create your application is already included. A framework usually wants you to code ever...Discuss·17 likes·70 readsReactHooks
Dev lawrenceforDev Lawrencedevlawrence.hashnode.net·Feb 3, 2023How to build a basic todo app with Vanilla JavaScriptIt is often said that one of the ways to really get better at programming is by building projects. And CRUD (Create, Read, Update, and Delete) apps are one way to improve your coding skills as a developer. In this article, we are going to build a str...Discuss·78 readstodoapp
DhruvforDhruv Dabhidhruvdabhi.hashnode.net·Jan 27, 2023Django Todo AppCreate Django Project django-admin startproject todoproject Create Django App First, cd into todoproject then create django app python manage.py todoapp Create urls.py file in todoapp . Your file structure should look like this. Open todop...Discuss·3 likes·106 readsPython
Bakhtiar RasheedforBakhtiar Rasheedbakhtiar56.hashnode.net·Jan 21, 2023Build a CRUD React Todo App (Part 1)Before following with tutorial, it is necessary to install Nodejs, a javascript runtime environment. Visit this link to install it on your specific machine. Also, make sure to have a Code-editor installed to write our code. I recommend VSCode. It is ...DiscussBuild and deploy CRUD Todo app with React, Vite and FirebaseReact
Aditya Kumar Singhforblogs@saditya9211saditya9211.hashnode.net·Jan 18, 2023An NLP featured To-do List app in Next.jsA to-do list application is one of the simplest and most basic applications that any beginner web developer must build in order to learn and apply the basic concepts of web development. This tutorial focuses on building and deploying a to-do list app...Discussnlp