Groverio / To-Do-List

A simple and intuitive To-Do List application to manage your tasks effectively. Features include task creation, editing, deletion.
https://groverio.github.io/To-Do-List/
MIT License
47 stars 141 forks source link

Addition of database #41

Open ayush1009208 opened 1 month ago

ayush1009208 commented 1 month ago

Hey correct me if i am wrong i cannot find any sort of databse in you files...if you want i can add a database to your website

divanshu-go commented 1 month ago

@ayush1009208 you can do so by Opening a PR. we will be happy to review it

ayush1009208 commented 1 month ago

Ohhk assign this issue to me under hacktober tag...will submit the pr by the evening And how shall I share the api keys?

RohithNair27 commented 1 month ago

Not sure what you mean by API here, according to the code the whole project is client side only

divanshu-go commented 1 month ago

@ayush1009208 you don't need to share keys. Can you please explain what type of database you are trying to implement

ayush1009208 commented 1 month ago

I will firebase real time database

divanshu-go commented 1 month ago

I meant to explain your full approach. BTW the following app is client-side there is no need of adding database now You can wait until we switch over to server-side approach.

divanshu-go commented 1 month ago

@ayush1009208 feel free to open a seperate Issue for the server-side application