-
Notifications
You must be signed in to change notification settings - Fork 0
About the application
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.

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).

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.


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.

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

Ruby on Rails bootcamp project