Zen-Mind is made to support everyone who experience anxiety due to academic, social, financial, and career pressure.
🥇 Winner at ApScript organized by IEEE Apsit SB! 🥳
The Web-App has information on mental wellness and resources, recommended activities to soothe your mind, and provides with interactive tools aimed at helping individuals to get out of a bad cycle of anxiety.
The tools include:
- 📝 A Priority list that allows individuals to arrange their tasks and focus on a things that are important, so they won’t be overwhelmed. This takes a proactive step towards facing issues of anxiety head-on, rather than procrastinating, which is known to cause further anxiety.
- 🍀 A Meditation tool with soothing music for those who just need a breather and to regain their presence.
- 🚧 Back-End: Django, Sqlite3 Database
- 💻 Front-End: Bootstrap, Html5, Css3, JavaScript, jquery
🤖 username: tuntai
🔑 password: Testpass123
- Python 3
- pip 3
git clone https://github.com/Tuntai/Zen-Mind.git
cd Zen-Mind
You can also download the folder and extract all the files in your local system.
Open your IDE install the requirements.
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver