its-puneet / Geeky-Coders

First time contributors of Hacktober fest 2022
Apache License 2.0
35 stars 120 forks source link

To-Do-List app #171

Closed nikhil-RGB closed 1 year ago

nikhil-RGB commented 1 year ago

Specifications:

ToDo List:

Create a todo list app to manage all your tasks.

Project Preview:


project-preview-light

app-dark-mode

Notes:

1) The app has no hard-coded to-do values, and on launching for the first time, the items list will be blank. 2) This app uses the local file system to store it's to-do data. Data is stored in .txt file in permanent storage assigned to the app, as a JSON object. 3) The app has a dark mode as well, but the default mode is light mode.

Checklist: