All Projects → ishitakapoor26 → HealthBliss-Hacktoberfest2021

ishitakapoor26 / HealthBliss-Hacktoberfest2021

Licence: MIT license
HealthBliss is a static responsive website which provides its users with good health reads on how to overcome anxiety, depression and bipolar disorders. Check the readme to know more.

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to HealthBliss-Hacktoberfest2021

wazuh-puppet
Wazuh - Puppet module
Stars: ✭ 25 (+13.64%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Resources
No description or website provided.
Stars: ✭ 25 (+13.64%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
HackFest21
Only valid pull requests will be allowed. Use python only and readme changes will not be accepted.
Stars: ✭ 53 (+140.91%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
-HactoberFest2021-For All Beginers-
Raise Genuine PRs, Your PRs will be accepted, Star This Repo, You aren't allowed to Update README.md
Stars: ✭ 33 (+50%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
stocktwits-sentiment
Stocktwits market sentiment analysis in Python with Keras and TensorFlow.
Stars: ✭ 23 (+4.55%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Certificate-Generator-UI
This is the UI for an awesome Certificate Generator and this is a part of Hacktoberfest 2021.
Stars: ✭ 18 (-18.18%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Leetcode-scripts
Repo for creating awesome leetcode solution scripts to make my panda smarter
Stars: ✭ 16 (-27.27%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
hacktoberfest 2021
This is a repository for anyone wishing to contribute to HacktoberFest 2021
Stars: ✭ 51 (+131.82%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Hacktoberfest-2021
An Open Source repository to Teach people How to contribute to open sources.
Stars: ✭ 98 (+345.45%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
algorithmshacktoberfest2021
Some algorithms, than i need some help to complete !
Stars: ✭ 25 (+13.64%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
hacktoberfest2021
For Beginners, students and developers this is a great opportunity to learn and contribute to open source.
Stars: ✭ 79 (+259.09%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Angular
A repositoy to learn and boost your Angular skills. It contains cheatsheet, code, articlues and all learning resources you need.
Stars: ✭ 49 (+122.73%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
PracticeApp
A "must-have a look" project for newcomers in android.
Stars: ✭ 38 (+72.73%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
react-bootcamp-notes
Bu repo Kodluyoruz Earlybird Front-End Talent Bootcamp boyunca aldığım tüm notları saklar.
Stars: ✭ 60 (+172.73%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
stopwatch
Stop watch using javascript
Stars: ✭ 18 (-18.18%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Dev-Essentials
A Chrome Extension, built to keep you updated with the latest happenings, upcoming contests and, new tech innovations.
Stars: ✭ 16 (-27.27%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
DSA-Practice
Open to hacktoberfest 2021
Stars: ✭ 11 (-50%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
tempat-kontributor
Merupakan tempat bagi kalian untuk berkontributor bersama kami
Stars: ✭ 33 (+50%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
HacktoberFest-21
A mentorship initiative to help beginners kickstarting their open-source journey by completing Hacktoberfest'21 challenge | Curated list of beginner-friendly issues for Hacktoberfest 2021 | Raise PR to add your issues
Stars: ✭ 27 (+22.73%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Hacktoberfest2021-DSA
If You know the implementation of any DSA related topic/problem then you can contribute it in this repo. Raise Genuine PRs only. Your PRs will be accepted, keep patience. Star this Repo. You aren't allowed to Update README.md. Welcoming developers, content writers, and programming enthusiasts.
Stars: ✭ 232 (+954.55%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021

GitHub

Health Bliss

Explore the docs »

· Report Bug · Request Feature

About The Project

Health Bliss is a website that runs the resources from one of the world’s top 10 mental health resources-support. Health Bliss provides you with good physical and mental health reads which can be used to improve mental health and bring healthy changes to your life. Health Bliss can help you find digital mental health resources from some of most trusted mental health organisations.

Tech Stack

forthebadge  forthebadge  forthebadge

📌 Getting Started

Refer to the following articles on the basics of Git and Github and can also contact the Project Mentors, in case you are stuck:

📜 Instructions to follow while contributing to HealthBliss

PRs Welcome Open Source Love svg2

Are you a newbie in the world of open source and want to Contribute to our Open Source Project ? Don't worry we got your back

Below are the steps to follow to contribute to this project:

1. Fork this repository.

2. Clone your forked copy of the project.

git clone --depth 1 https://github.com/<your_user_name>/HealthBliss.git

where your_user_name is your GitHub username. Here you're copying the contents of the first-contributions repository on GitHub to your computer.

3. Navigate to the project directory 📁 .

cd HealthBliss

4. Add a reference(remote) to the original repository.

git remote add upstream https://github.com/ishitakapoor26/HealthBliss.git 

5. Check the remotes for this repository.

git remote -v

6. Always take a pull from the upstream repository to your main branch to keep it at par with the main project(updated repository).

git pull upstream main

7. Create a new branch.

git checkout -b <your_branch_name>

8. Make necessary changes and commit those changes

9. Track your changes✔️ .

git add . 

10. Commit your changes .

git commit -m "Relevant message"

11. Push the committed changes in your feature branch to your remote repo.

git push -u origin <your_branch_name>

12. To create a pull request, click on compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repo you are suppose to make a PR to.

13. Add appropriate title and description to your pull request explaining your changes and efforts done.

14. Click on Create Pull Request.

15. Hurray You have created a PR to the HealthBliss 💥 . Sit back patiently and relax till then the project maintainers will review your PR. Please understand, there will be some time taken to review a PR and can vary from a few hours to a few days too so be Patient and keep contributing.

📌 Opensource Programs

This project is a part of following Open Source Program


Our Valuable Contributors :

Code of Conduct

License

forthebadge forthebadge forthebadge

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].