Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.39 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.39 KB

Get It Done!

  • Collaborative project on a To-Do List application that greatly helps in productivity! That allows you to prioritize your tasks and perform basic functionalities like creating and deleting task cards which is also available in dark and light modes.
  • Processed user inputted information in the local database of the app to dynamically create cards of tasks and set its mentioned priority and sort it accordingly.
  • Utilized the wire-framing software Balsamiq to create a UI for the application in order to allow different scenes to interact with each other.

Implementation

git clone https://github.com/Sahethi/Get-it-done.git

You can then run it on live server.

Screenshots

Screenshot 2022-04-05 at 3 17 39 AM

Tech Stack

  • JavaScript
  • jQuery
  • SASS CSS
  • IndexedDB API

How to Use?

  • To create a task
    • Enter the Task Title and Details with Create Task Prompt.
  • To add priority to a task
    • Add priority according to !!!(Highest) - !(Lowest).
  • Delete the task
    • Click on trash symbol.
  • Complete the task
    • Click on Task Card Title.
  • Switch Modes
    • On opening the hamburger menu, you can switch modes between Dark and Light.

Authors