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·202 readsproject-on-jenkins
Johndevtasks.hashnode.dev·Aug 9, 2024Angular 18 and Signals: How to Build a Simple Todo List AppIn this post, we'll create a To-Do List application using Angular 18 and Signal. This app will let users add, edit, and delete tasks, mark tasks as complete and filter tasks by their status. Create a new Angular project Open a terminal and type the...DiscussAngular
Devesh Nairblog.deveshnair.com·Jul 22, 2024ToDo AppUpon frequent requests, I have collated a few tasks under the "To Do" app which can give a headstart to DevOps enthusiasts who are at beginner level and want much-needed hands-on.Link: https://github.com/Devesh-N/ToDo-App-Code.gitHIMANSHU SRIVASTAVA and 2 others are discussing this3 people are discussing thisDiscuss·35 readsDevops
Harshit Sahuharshitsahu2311.hashnode.dev·Jul 21, 2024Deploying TO-DO App in Local Virtual MachineSetup Virtual Environment To Install the Virtual Environment run the following command py -m pip install --user virtualenv Now, to create the virtual environment py -m venv env here env -> Name of the virtual environment(you can name as per choice ...Discuss·26 readstodoapp
MOHD NEHAL KHANnehalblogs.hashnode.dev·Jul 16, 2024Build a To-Do List App with Vanilla JS✍️Introduction👋 In this blog, I will demonstrate illustrated steps on how to develop a to-do list application, as well as how I designed my to-do app before the coding phase, now let's get started. Technology Used💻 For Frontend:html, css For Backend:...Discuss2Articles1Week
Atharva Nevaseanevase.hashnode.dev·Jul 12, 2024Deploy a LAMP Stack Application to Amazon LightsailA LAMP stack is a popular set of open-source software used for web development. It stands for Linux, Apache, MySQL, and PHP: Linux: The operating system that runs the server. Apache: The web server software that delivers web pages to users. MySQL:...Discusslamp
OnlineITtutsonlineittuts.hashnode.dev·Jul 8, 2024How to Create Todo App in React JSHey everybody today I’m going to share with you How to Create Todo App in React JS from scratch. Building a Todo app in React JS is a wonderful project for every newbie and experienced developer. This application helps customers manage tasks more eff...Discussreact js tutorial