/Vibes

Improve your productivity by listening to your favorite library of songs and stations.

Primary LanguageJavaScript

Vibes

Productivity like never before

React Badge Firebase

Visit

What is Vibes?

A clean and beautiful application which helps you to achieve the focused flow-state and get it done. Listen to a plethora of lo-fi stations also add or remove your own. Manage your session goals with in-built pomodoro timer and tasks manager.

Overview

VibeSS VibeSS1

Features

  • Authentication (login/register with email-password)
  • CRD custom Video Stations
  • Stations management across devices for a single account
  • Link validation if the link is from YT only
  • YT video check if it's exists or not
  • Dynamic Admin Stations which can be added from firebase(No client deployment needed)
  • Rain and Ocean ASMR sounds for relaxation
  • Pomodoro timer with customizable settings
  • Clean UI with frosted glass finish to give you the vibe

Future Scope

  • Add Tasks management
  • Responsiveness

Project setup 💻

> Cloning the repo
    >> git clone https://github.com/harshkc/Vibes.git
    >> cd Vibes
> Install all dependencies 
    >> yarn install
> Setup the env variable in client directory
    >> touch .env 
    >> copy the variable name from .env.example
    >> setup your own Firebase API keys
> Start the app on localhost:3000
    >> yarn dev