geekychakri / flowapp

A minimalist productivity app.

Home Page:https://getintoflow.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Flow

A Minimalist Productivity App

Demo

Here's a quick demo of the app.

Flow - A Minimalist Productivity App

Features

  • Ambient Sounds
  • Pomdoro Timer
  • Todo List
  • Timeboxing
  • Notes
  • LoFi Radio

Run Locally

Clone the project

  git clone https://github.com/GeekyChakri/flowapp.git

Go to the project directory

  cd flowapp

Install dependencies

  npm install

Create an .env file in root and add your variables

  AUTH0_SECRET=
  AUTH0_BASE_URL=
  AUTH0_ISSUER_BASE_URL=
  AUTH0_CLIENT_ID=
  AUTH0_CLIENT_SECRET=
  DB=
  DB_KEY=

Start the app

  npm run dev

Tech Stack

  • NextJS

  • HarperDB

  • Auth0

  • Framer Motion

  • Vercel

Author

GeekyChakri

About

A minimalist productivity app.

https://getintoflow.vercel.app


Languages

Language:JavaScript 71.2%Language:CSS 28.8%