Skip to content

aniketsinha5552/zen-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zen☯️

JavaScript React Firebase Redux MUI

About the app

Lo-fi and pixel-art themed virtual study environment, equipped with useful features such as To-do list, ZenBot(AI chatbot), custom music player and ambient sounds player, beautiful looking themes and a lot more. This project was essentially born out of my desire for an all-in-one space for all my study needs throughout university ☯️

🚀Features

  • ZenBot : An AI ChatBot to answer all your questions
  • Ambient sound effects for relaxing
  • Minimalistic todo list to keep track of all your tasks
  • Custom Lofi-Music player
  • A Trivia game to challenge your knowledge
  • Beautiful themes
  • Inspirational quotes
  • Clock, Stopwatch, Real time weather card

Test login email: test@123.com pass: test@123

💫 Do give it a star if you liked it!

image image image

🚀Local Setup

  1. git clone https://github.com/aniketsinha5552/zen-client.git
  2. npm install
  3. create a .env file in root folder
  4. sample .env
REACT_APP_CHAT_API_KEY = [OpenAI api key]
REACT_APP_FIREBASE_API_KEY = [firebase app config api key]
REACT_APP_WEATHER_API_KEY = [open weather api key]

Commit lint

  • build
  • chore
  • ci
  • docs
  • feat
  • fix
  • perf
  • refactor
  • revert
  • style
  • test

eg: feat: [module name] new feature...