Skip to content

mikechao/forkify

Repository files navigation

🍴forkify🍴

Search over 1,000,000 recipes with the ablity to bookmark and upload custom user recipes

Build Status codecov Known Vulnerabilities

Currently live at https://forkify-mike-chao.netlify.app/ forkify screenshot

🛠️ Installation Steps

  1. Obtain a forkify api key forkify-api and save it

  2. Obtain a spoonacular api key spoonacular and save it

  3. Clone the repository

git clone https://github.com/mikechao/forkify.git
  1. Change the working directory
cd forkify
  1. Create a .env file
touch .env
  1. Put the API keys from step 1 and 2 in .env
FOKRIFY_API_KEY=key from step 1
SPOON_API_KEY=key from step 2
  1. Install NPM packages
pnpm install
  1. Start dev server
pnpm run dev

👷 Built with

  • JavaScript : Programming language used!
  • Visual Studio Code : Integrated development environment
  • codingheroes : JavaScript learning course
  • Parcel : For bundling and building
  • PnPM : JavaScript package manager
  • Travis CI : For continuous integration and continuous delivery
  • Codecov : For code coverage tracking
  • snyk : For scanning for security vulnerabilities
  • Jest : For writing tests and code coverage
  • Netlify : For hosting and servless functions
  • Github : For Repo Storage and source code management
  • Git : For Version Control System

About

A recipe searching and bookmarking site allowing user recipe uploads

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published