Forkify is a recipe application built using JavaScript.
To get started with Forkify, clone the repository and install the dependencies:
git clone https://github.com/UmerrAli/Forkify-VanillaJS.git
npm install
Use parcel to start the application by runnig the start script:
npm start
Then, open your browser and navigate to http://localhost:1234.