Manage your recipes!
Here is a working live demo: https://recipes-app.netlify.com/
- Add recipe steps.
- Manage ingredients.
- Fav and archive recipes.
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
- Clone this repository
git clone https://github.com/guidosantillan01/recipio
- Go into the repository
cd recipio
- Install dependencies
npm install
- Run the app, you will then be able to access it at
localhost:3000
npm start
Note: If you're using Linux Bash for Windows, see this guide or use
node
from the command prompt.
This project uses a number of open source projects to work properly:
- Pure Javascript
- Webpack 4.5.0
- MomentJS
- uuidv4
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
- Guido Santillan Arias - [email protected] - www.guidosantillan.com
This project is licensed under the MIT license - see the LICENSE file for details.