Skip to content

Commit

Permalink
chore: Update live preview image in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thedemonsid committed Jul 10, 2024
1 parent 7027d97 commit 7646739
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
**Hanma Fitness Dojo** is a full-stack application designed to help users achieve their fitness goals through personalized workout and nutrition plans. This platform caters to individuals at all levels of their fitness journey, providing tools for tracking progress, managing diet, and staying motivated.

## Live Preview
Check out the live version of **Hanma Fitness Dojo** here: [![Hanma Fitness Dojo](https://iili.io/dfvbujV.png)](https://hanma-fitness-dojo.vercel.app/)
Check out the live version of **Hanma Fitness Dojo** here:

[![Hanma Fitness Dojo](https://iili.io/dfvbujV.png)](https://hanma-fitness-dojo.vercel.app/)

## Tech Stack :
<img src="https://img.shields.io/badge/html5%20-%23E34F26.svg?&style=for-the-badge&logo=html5&logoColor=white"/> <img src="https://img.shields.io/badge/css3%20-%231572B6.svg?&style=for-the-badge&logo=css3&logoColor=white"/> <img src="https://img.shields.io/badge/react%20-%2314354C.svg?&style=for-the-badge&logo=react&logoColor=white"/> <img src="https://img.shields.io/badge/nodejs%20-%2314354C.svg?&style=for-the-badge&logo=nodejs&logoColor=white"/> <img src="https://img.shields.io/badge/markdown-%23000000.svg?&style=for-the-badge&logo=markdown&logoColor=white"/> <img src="https://img.shields.io/badge/github%20-%23121011.svg?&style=for-the-badge&logo=github&logoColor=white"/> <img src="https://img.shields.io/badge/git%20-%23121011.svg?&style=for-the-badge&logo=git&logoColor=green"/>
Expand Down Expand Up @@ -51,7 +53,7 @@ Check out the live version of **Hanma Fitness Dojo** here: [![Hanma Fitness Dojo
```bash
git push origin <branch-name>
```
7. Before committing your changes, make sure to configure the OAuth credentials for Google and GitHub. Obtain the OAuth client ID and secret for both platforms and add them to the `.env` file in the project root directory. The file should look like this:
7. Before committing your changes, make sure to configure the OAuth credentials for Google and GitHub. Obtain the OAuth client ID and secret for both platforms and add them to the `.env` file in the project root directory. The file should look like this:

## Environment Variables Setup
| Environment Variable | Description |
Expand All @@ -72,7 +74,9 @@ Check out the live version of **Hanma Fitness Dojo** here: [![Hanma Fitness Dojo
| `NEXTAUTH_SECRET` | Your NextAuth Secret |
| `NEXTAUTH_URL` | The URL for your NextAuth application |

Thank you for your contribution to **Hamna Fitness Dojo**! We appreciate your help in making our project better.
Thank you for your contribution to **Hamna Fitness Dojo**! We appreciate your help in making our project better.

## Refer to the [CONTRIBUTING.md](CONTRIBUTING.md) file for more information on how to contribute to this project.

### License

Expand Down

0 comments on commit 7646739

Please sign in to comment.