Productivity like never before
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.
- 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
- Add Tasks management
- Responsiveness
> 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