A simple short app, to manage all your recipes and discover hundred of new recipes.
To check the working demo of the application visit here: https://recipes-book.vercel.app/ . In case you don't want to create an account when you visit, here are the credentials for testing purpose only:
Email: [email protected]
Password: recipe-book
1. Clone the repository in your system using:
git clone https://github.com/harsh863/recipe-book.git
2. Navigate to root directory of the project and run npm install
in your terminal to install all required packages.
3. To run the project run ng serve
or npm run start
in your terminal.