- 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.
git clone https://github.com/Sahethi/Get-it-done.git
You can then run it on live server.
- JavaScript
- jQuery
- SASS CSS
- IndexedDB API
- 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.