Bello-Bello / just_README

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODOit App

TODOit is web application that allow user to schedule their daily tasks and then get time suggestions for other activies that can be added to schedules, and finally schedules are added to user google calender and update

  • User is able to login with gmail account
  • user makes and submit schedule schedules of todo and
  • TODOit application pops up with suggestions for other activities that can be added in-between times
  • such such gym time, walking out, nap time, study time and other lifestyle-related activities
  • User can choose to update schedule tasks and submitted schedule
  • app then save schedule to Google calendar - with reminder set in place already

TODOit app is essentially design to fill help user manage and scheudule thier busy daily activities such that they can fill-in other essentiall event based on app suggestion. It is interesting that that many ToDo app by this particularly unique for the pop-up suggestions design.

This app is designed using Flask web framework as a tool for linking every pecies of the applications together a whole.

  • User Login is implemented using Google Sign-in to allow OAuth Login API for authenticating the user email for security and safety review.
  • Implemented such that use is uniquely identifed in the app and in the linked database for the app.
  • Heroku cloud application is used to eventually host this application and the database for the app operations.
  • Google Calender API was used mainly to link user activities on the TODOit app to user gmail calender updates and notification (https://developers.google.com/calendar/).
  • React was also you make the app for responsive and interactive user interface - to make the pap dynamic and ea-sy**

To clone this app repository

pip install -r requirments.txt

For set up react component set up and running see https://create-react-app.dev/docs/getting-started/

About