Date: 10th February 2021
Simple ToDoList Web Application
In this application, first, there is a login session. Users can log in only into the web app using the username “admin” and password “12345”. Should check the login validation and if the login true, then using the concept of “Callback Function”, redirect to the main page.
On the main page, there is a navigation bar with menus (Todo List, LogOut). On the Todo list page, you have to retrieve the daily tasks (to-do lists) from the API (https://jsonplaceholder.typicode.com/todos) and in that mark the todos that you are already completed. If you marked 5 todos as completed, then an alert box will pop up and show “ Congrats. 5 Tasks have been Successfully Completed ” (Use the concept of Promise() for the validation of 5 Completed TodoLists ).
When you click on the LogOut menu in the navbar, it should redirect to the login page. The whole User Interface should be responsive by using Bootstrap or any other Framework.
Requirements
- must use Bootstrap
- login page - username "admin" and password "12345"
- redirect to the main page using callback function
- navigation bar - Todo List, LogOut
- retrieve daily tasks from API - https://jsonplaceholder.typicode.com/todos
- option to mark todo's already completed
- congrats message for completing 5 Tasks
- logout option in menu redirects to login page
[Version] : [major].[minor].[patch] Version: 0.0.0
Github page: https://jothomas1996.github.io/ict_fsd_cs1/