Created using Flask and MongoDB
app.py
requirements.txt
Procfile (for Heroku deployment)
dir\todo
dir\static
dir\assets
emoji.css
emoji.js
style.js
twemoji.min.js
dir\images
favicon.png (16x16)
no.png (25x25)
yes.png (25x25)
dir\templates
index.html
searchlist.html
update.html
pip install flask
pip install bson
pip install pymongo
pip install gunicorn
First Interface of the app running on localhost:port5000:status200
Click on: Add a Task >> Create
Your newly added task has been added to the All Tasks List
Click on Cross ❌ to mark a task complete
Your task has been added ✔️ to Completed Section
Click: Edit icon 📝 >> Update task to the following interface >> Update Task 🚀
Task has been Updated Successfully 🚀 ✅
Click on Delete button 🗑️ to delete a task ✔️
Under Search Reference section: Select Query
After selecting Query >> Type Query Description
Your Selected Task is shown as under
If searched query doesn't exist:
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Unlicense