Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makers Submission by Lokendra Parmar #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions submissions/Makers-Lokendra.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
github repo link: https://github.com/Loki-23/Makers

project: To-Do List

A glance of my submission::
![image](https://user-images.githubusercontent.com/76245744/111874395-16d6d600-89bb-11eb-92bf-6aa5d6ef459f.png)

To-do list keep the record of thing that has to be done in the coming future. we can remove the things one by one when completed.
My list also keep a record of deadLine and approx. time require to complete the work. And it also keep show the short description of the work that has to be done.

Improvements I would like to make::
1) I didnt add a database to the react app.Thus having a perfect backend is the most important and neccessary improvement.
2) My app will arrange the work according to the deadline.
3) While using a database , i will add a login system. Thus different user can use this app accordingly
4) This app must provide notification of the work to be done when the deadline is quite close and work had not been done.