Skip to content

CreepyMemes/forkify-js

Repository files navigation

My Happy SVG

Forkify Project

Build and Deploy

Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge

Introduction

This is a vanilla js project based on MVC architecture and uses publish-subscribe design pattern for handling events

This app is hosted here on github pages and a demo is avalable here

Important

edit .env file with your api key generated from https://forkify-api.jonas.io/

Installation

Tip

This project uses npm package manager

After downloading a copy of this repo, to install all the dependancies run:

npm install

Usage

After having installed everything to start the dev server run:

npm run dev

To build for production run:

npm run build