A simple recipe app, built with these following technologies :
Please make sure you have these following software installed in your system:
- Node.js
- NPM / Yarn
- Git
Just clone the repository:
$ git clone https://github.com/aumtuhin/The-Green-Lounge
CD to the cloned directory then we have to install the necessary dependencies using either NPM or Yarn:
$ npm i
$ yarn start / npm start
As we are using Firebase authentication we need to configure our firebase web api key
const config = {
apiKey: "",
authDomain: ",
projectId: "",
storageBucket: "",
messagingSenderId: "",
appId: "",
measurementId: ""
};
Then again run
npm start / yarn start
Now visit
http://localhost:3000
The recipe images I collected from Delish.
Star, Fork, Pull request and contribution will be much appreciated.