Prathamesh Pichkatefullstackblogs.hashnode.dev·Nov 10, 2024Building a Todo App with React-Redux and Redux ToolkitIntroduction In this blog, we’ll explore how to build a simple Todo application with React-Redux and Redux Toolkit. Redux is a popular state management library, and Redux Toolkit provides a more efficient way to work with Redux in modern React applic...DiscussReact
Pooja Bhavanipoojabhavani.hashnode.dev·Nov 4, 2024Project-9: 🚀 Setting up a Kubernetes Cluster with MiniKube on AWS: Deploying Django Todo App and Managing Network and Services 🌐Section 1: Setting up a Kubernetes Cluster with MiniKube on AWS 🚀 Why MiniKube? MiniKube is a fantastic lightweight tool that lets you run Kubernetes on your local machine. It's perfect for development, testing, and learning purposes. With MiniKube,...Discuss·71 readsminikube
Martin Lubowamartinlubowa.hashnode.dev·Oct 25, 2024How to Build a Todo App with Redux Toolkit, API Integration, and Tailwind CSSIn this tutorial, we’re going to build a simple Todo app using Redux Toolkit and React. We’ll also include API integration, so you get real-time data updates, and style it with Tailwind CSS for an easy, modern design. I’ll explain every piece of code...Discusssoftware development
Shikhar Shuklashikhar99.hashnode.dev·Oct 18, 2024Building a Todo App with React, Vite, and Tailwind CSSIn this tutorial, we will build a simple, yet functional, Todo App using React, Vite, and Tailwind CSS. If you're looking to quickly prototype or create a polished application, these tools offer a great combination of speed, flexibility, and ease of ...Discuss·31 readstodoapp
saileesaileeblog.hashnode.dev·Oct 13, 2024Project 4: Building a To-Do List App – Overcoming Inconsistency and Delivering ResultsProject 4: To-Do List App – A Step Forward in My 40-Day JavaScript Challenge Hello, everyone! I am on a journey to enhance my JavaScript skills through a 40-day project challenge. However, I must admit that consistency has been a struggle for me duri...DiscussJavaScript
Brunobrunobuddy.hashnode.dev·Oct 8, 2024Svelte + Manifest = Giving Svelte a proper backend with 7 lines of code 🧡🦚TL;DR: Using Manifest as backend for Svelte turns it into a full stack application with minimal coding. Check the source code on github # manifest/backend.yml name: My TODO App ✅ entities: Todo: seedCount: 10 properties: - title ...DiscussSvelte
Vibhuti Jainvibhutijain.hashnode.dev·Sep 12, 2024Day 25 Task: Complete Jenkins CI/CD Project - Continued with DocumentationSetup GitHub repository for source code and CI Github Repo - https://github.com/Vibhuti456/node-todo-cicd Setup Job on Jenkins for application Create two EC2 instance one Jenkins master and another Jenkins Slave: Jenkins Master: The Jenkins Mas...Discussdocumentation
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Sep 12, 2024Building a Simple To-Do App with JavaScript: Local Storage and State ManagementIn this tutorial, we’ll build a simple to-do list application using JavaScript, where tasks can be added, removed, and stored persistently using the browser’s local storage. We’ll also explore how to manage the application’s state effectively as it e...DiscussJavaScript
Abhishek Gurjarabhishekgurjar.hashnode.dev·Sep 10, 2024Building a Todo App with Theme Toggle Using ReactIntroduction In this tutorial, we'll build a Todo List Web Application using React. This project helps in understanding state management, event handling, and working with lists in React. It’s perfect for beginners looking to strengthen their skills i...Discuss·1 likeJavaScript
Harshit Sahuharshitsahu2311.hashnode.dev·Aug 16, 2024Deployment of todo-app through jenkins on AWS EC2In this project, I have successfully deployed the Todo-app which is available on my GitHub whose URL I have provided below: https://github.com/harshitsahu2311/Django-todo-automate Firstly, you have to check that is this app is running in your local e...Discuss·216 readsproject-on-jenkins