Articles in this series
Install Rails, Deploy to Heroku · Welcome to the first post in the Project: DoList series. In this series we will be building a Todoist...
Install and Setup Devise · This article will describe how to setup user authentication (sign up, sign in, forgot password) using Devise...
Create Project CRUD Pages, Install Hotwire · This article will describe how to create the Project CRUD pages (Create, Read, Update, Delete) and then wire...
Implement Project Tasks · In this article we will add the ability to manage tasks per project and then mark them as completed. Create the Task Model Run...
Sort Tasks, Sort Projects · In this article we will add the ability to sort Tasks and Projects. We will need to do the following: Install a frontend...
Add Drop-Down Actions for Tasks and Projects · In this article we will add the drop-down menus for tasks and projects that contain the "Edit" and...