Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.11 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.11 KB

To-Do Application

Site URL (Try it Yourself!)

https://todo-app-md5o.onrender.com/

About

Application for keeping track of tasks with progress bar to indicate percentage completed.

Technologies Used:

-   React, JavaScript, PostgreSQL, Express

-   Deployed using Render

Usage Instructions

1. To be able to use the app, sign in or sign up using the input fields.

2. Once logged in, add a task by clicking the add new button on the top right.

3. Name your tasks and assign the current progress to the task using the slider.

4. In order to edit the task, click the edit button on the right of that task. This will allow you to update the name and progress of the task.

5. In order to delete the task, click the delete button on the right of that task. The task will be deleted and no longer show.

Usage Quirks

-   Logging in or signing up can take a while to process as render loads in the backend of the application. Please be patient when clicking submit when logging in or signing up