https://github.com/hashfx/todo-app
FullStack ToDo Web-App with Flask and MongoDB
https://github.com/hashfx/todo-app
flask git github localhost mongodb pycharm-ide python unlicense web-application
Last synced: 3 months ago
JSON representation
FullStack ToDo Web-App with Flask and MongoDB
- Host: GitHub
- URL: https://github.com/hashfx/todo-app
- Owner: hashfx
- License: unlicense
- Created: 2021-04-15T12:27:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-16T07:05:23.000Z (about 4 years ago)
- Last Synced: 2025-02-12T08:35:01.393Z (5 months ago)
- Topics: flask, git, github, localhost, mongodb, pycharm-ide, python, unlicense, web-application
- Language: CSS
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ToDo App (web-based)
Created using Flask and MongoDB
## TODO App
### Developer: Harsh Soni
### Contributors: Harsh Soni
## Directories in todo-app
+ 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### Libraries used:
```
pip install flask
pip install bson
pip install pymongo
pip install gunicorn
```## Interface
### First Interface of the app running on localhost:port5000:status200
### Get all tasks here:

### All Completed tasks:
### Create a task:
#### Click on: **Add a Task** __>>__ **Create**
### Your newly added task has been added to the **All Tasks List**
### Click on **Cross** :x: to mark a task complete
### Your task has been added :heavy_check_mark: to **Completed Section**
### Update a Task:
#### Click: Edit icon :memo: __>>__ Update task to the following interface __>>__ Update Task :rocket:
### Task has been Updated Successfully :rocket: :white_check_mark:
### Delete a Task
#### Click on **Delete** button :wastebasket: to delete a task :heavy_check_mark:

### Task Search Queries
#### 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:

## Contribution
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.## License
[Unlicense](https://choosealicense.com/licenses/unlicense/)# Thanks [**Code Blooded Creatures!+!**](https://hashfx.github.io/harshfx/)