Recipe application with custom recipe uploads
https://forkify-yhf.netlify.app/
Client: Native JavaScript with MVC pattern, Sass
Build tools: parcel@2
Clone the project
git clone https://github.com/Youssif77/forkify.git
Go to the project directory
cd forkify
Install dependencies
npm install
Start the server
npm run start
Build the project
npm run build