Calmify is a mental health app designed to help users relax and improve their mental well-being through interactive games, short tasks, and soothing videos. The website is developed using React and aims to provide a positive and engaging experience for users.
- Features
- Installation
- Technologies Used
- Contact
- Games: Short games like Simon Says, Flappy Bird, Color Matching, and Stone Paper Scissors to help users relax and divert their minds.
- Tasks: Short tasks such as breathing exercises and gratitude questionnaires to promote positive thinking.
- Shorts: Positive and relaxing videos, shorts, and images designed to soothe and calm the mind.
- Clone the repository:
git clone https://github.com/CodexRaunak/Calmify.git
- Cd in in the frontend directory:
cd Calmify/frontend
- Install the dependencies
npm install
- Cd in in the frontend directory:
cd backend
- Set up environment variables
Create a .env file in the backend directory and add the following variables:
MONGODB_URI = your_database_link
- Install the dependencies:
npm install
- Run the server in the backend directory:
npm run dev
- Start React in the frontend directory:
cd frontend npm run dev
- Mongo Db
- React Js
- Express
- Node Js
- Project Maintainer: Raunak
- Email: [email protected]
- GitHub: CodexRaunak