fellipeutaka / cook

πŸ§‘β€πŸ³ An app to help people find new recipes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cook logo

Cook

Repository size Made by Fellipe Utaka GitHub last commit License Stargazers

Project | Technologies | How to use | How to contribute | License

πŸ’» Project

An app to help people find new recipes.

Preview Preview Preview Preview Preview Preview Preview Preview Preview

πŸš€ Technologies

This project was developed with the following technologies:

ℹ️ How To Use

To clone and run this application, first you need to create a spoonacular account. After creating your account, you will need to generate an API key. Afterwards, you will need Git, Node.js and Expo CLI installed on your computer.

From your command line:

# Clone this repository
$ git clone https://github.com/fellipeutaka/cook.git

# Install dependencies
# If you are using NPM
$ npm install

# If you are using Yarn
$ yarn install

# If you are using PNPM (current package manager)
$ pnpm install

After that, copy and paste the .env.example file and rename it to .env. Then insert your token into the API_KEY variable. Great! Now you just need to start the development server.

# Start server (Android)
# If you are using NPM
$ npx expo prebuild

# If you are using PNPM (current package manager)
$ pnpx expo prebuild

$ expo run:android

πŸ€” How to contribute

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name> .
  3. Make your changes and commit them: git commit -m '<commit_message> '
  4. Push to original branch:git push origin <project_name> / <local>
  5. Create the pull request. Or, see the GitHub documentation on how to create a pull request.

πŸ“ License

This project is under the MIT license. See the LICENSE for details.

Made with β™₯ by Fellipe Utaka πŸ‘‹ Get in touch!

About

πŸ§‘β€πŸ³ An app to help people find new recipes

License:MIT License


Languages

Language:TypeScript 97.1%Language:JavaScript 2.9%Language:Shell 0.0%