From b1a83c3d26d01c6c990c3f5d4b1a288ecc86d7a1 Mon Sep 17 00:00:00 2001 From: Simrah <77649156+simraha@users.noreply.github.com> Date: Thu, 2 Jun 2022 20:59:58 -0400 Subject: [PATCH] Update README.md --- README.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a14232..d2bafe7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,29 @@ -# Pod5 -Pod-5 +# Pod-5 Grind + + + +

Description ✍️

+

Grind is a multi-purpose app that allows users to keep track of their tasks and manage their time. The pomo-timer comes integrated with a notes pages and todo lists so users can efficently track their progress.

+ +

Features

+
  • Pomodoro Timer with break implementation
  • +
  • Notes page for brainstorming
  • +
  • Notion Integration
  • +
  • To-do list with priority queue
  • +
  • Tracked progression based on to-do list
  • + +

    Requirements

    + +

    Installations

    + +

    Tech Stack 🖥

    +

    Frontend:

    +
  • HTML5, Javascript, CSS
  • +
  • Bootstrap
  • + +

    Backend:

    +
  • Python
  • +
  • Django
  • +
  • Notion API
  • + +

    Acknowledgements