A Meditation website which assists users to relax leaving the stress.
- Set timer to play a relaxing audio for desired duration
- Different themes are available, you can set according to your mood
Clone the repository
git clone https://github.com/mudar-hussain/Be_Relax
Change to the project directory
cd Be_Relax
In the project directory, you can run the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
- All sounds were downloaded from Google and belong to their respective owners.
- Background images were downloaded from Google Images and belong to the respective owners.
Feel free to contributing to this project! A few guidelines for someone looking to contribute here:
If you're a beginner Fork this repository. Clone your fork on local machine. Make a new branch (say dev). Checkout to the new branch with git checkout <new_branch_name> Do the desired changes and commit them with git commit -m ''. push the change to your fork on GitHub with git push origin <your_branch_name> Make a Pull Request to the original repository, i.e. this one. Note: If you're looking to work on an issue, just make sure that no one else has taken it already. In which case, you can look up other issues or create a new one if you find something missing! ;)
Some guidelines related to the code:
Try to stick to the syntax style followed in the code. This will help everyone to understand your code. Make sure you put comments wherever necessary. Include a visual preview (a screenshot or a GIF?) for any visual design changes if possible. If you want to add a new feature, feel free to do so! :D
Happy Contributing! v
Shoutouts to Google, Stackoverflow and the whole open source community! <3
Do ⭐ the project if you find it good enough. Thanks!