Skip to content

About the application

Alejandra Rivera edited this page Jun 28, 2022 · 3 revisions

Welcome to the ToDo-List wiki!

ToDo List for the Ruby on Rails Bootcamp project.

When you start the application, the first thing you will see is the page to log in or create an account.

image

For each user, there will be different tasks. And these tasks will only be displayed within the account they belong to. To test this function, I recommend creating two users and in each user create different tasks (You can create a task in the upper right corner).

image

With this application, you can create a task, display its details (by clicking on the title of each task), delete a task, edit a task and mark it as completed. The application will tell you when you created and when you completed a task.

image

image

When creating a task, it is mandatory that it has a title, so if the title is not entered, the page will not perform the option to create a task.

image

When creating an account, it is mandatory to enter an email address and password.

image

Clone this wiki locally