MarcosSantosDev / daily-diet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daily Diet

Daily Diet is a mobile application for monitoring your diet. Here you can record your meals and keep track of your progress.

Captura de tela 2024-05-26 114937

πŸš€ Initial steps

Clone the project:

git clone https://github.com/MarcosSantosDev/daily-diet.git

Install the dependencies:

npm install

β˜• Application commands

How to run app ?

To run the application, run the command below:

npx expo start

Use the reactnative.dev to config your enviroment

🀝 Contributing to the project

To contribute, follow these steps:

  1. Clone this repository.
  2. Create a branch:git checkout -b <type>/<branch_name>
  3. Make your changes and confirm them:
  • Common commit message: git commit -m "<type>: message"
  • To commit with commitizen(commit message formatter): npm run commit
  1. Push to original branch: git push
  2. Create the pull request to main branch.

Make with ❀️ by Marcos Santos

About


Languages

Language:TypeScript 99.5%Language:JavaScript 0.5%