https://github.com/thesparkvision/thrive
This is a web application I made under tinkerhub work from home workshop for 2 weeks
https://github.com/thesparkvision/thrive
flask python3 webapp
Last synced: about 1 month ago
JSON representation
This is a web application I made under tinkerhub work from home workshop for 2 weeks
- Host: GitHub
- URL: https://github.com/thesparkvision/thrive
- Owner: thesparkvision
- Created: 2020-04-21T14:38:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T09:59:26.000Z (over 3 years ago)
- Last Synced: 2025-03-17T07:46:03.795Z (over 1 year ago)
- Topics: flask, python3, webapp
- Language: HTML
- Homepage: http://todomasterapp.herokuapp.com/
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask todo app
Project Idea:
Thrive
This is a web application useful for making todo lists to manage your productivity with add,update,delete options
Project Link:
http://todomasterapp.herokuapp.com/
Brief Description:
This is a web application made using Python Flask framework. The application will be used for facilitating users to make ToDo lists. It will support multiple users with their own Todo List section. The users can make Todos on it, on completion can remove them. In case in some change of plans, can edit the task. If required, we would add an admin functionality also to make it good.
Expected Interfaces:
System Flowchart
Project Plan
Day One: Make a hello world app
Day Two: Make another main page
Day Three: Make a navigation bar
Day Four: Make a footer
Day Five: Learn database and add models to Flask app
Day Six: Learn how to do CRUD operations on database using Flask
Day Seven: Style the front page
Day Eight: Style the main page
Day Nine: Improve the page
Day Ten: Make the header footer reusable
Day Eleven: Do some more improvement
Day Twelve: Deploy the app on Heroku
My Experience
I learnt how to use Slack app using this program which is used by industry. Also during this program I got to explore git more.
I got to learn about the flask basics and how I can connect my app to database. Also during this program I improved my HTML-CSS basics and learnt how to build a header and a footer. I now know how to deploy my applications on Heroku anytime. Also this program got me excited with Flask development. I never had thought I could enjoy this very much. I am grateful that I got this oppportunity to be part of this program