Bread Baker's Apprentice is a web application made for bread bakers who want to store all of their recipes in one place while reaping the benefits of software built specifically with the bread baker in mind. A user can create, edit, delete, and view recipes and their automatically calculated details including hydration, total weight, and expected preparation time. Users can also convert from metric to imperial, and can log in and manage their recipes, while viewing a collection of all recipes stored in our database.
Clone the repo from github to your machine
git clone https://github.com/ellymaimon/bread-bakers-apprentice.git
Then, navigate into the directory
cd bread-bakers-apprentice/
This program is dependent that you already have node installed on your machine and node package manager. Afterwards run the install command.
npm install
To run the application, run the start command
npm run start
- JavaScript ES6
- React 16
- React Router
- React Redux
- Redux-Form
- Semantic UI React
- Revalidate
This software is licensed under the MIT license.
Copyright (c) 2018 Elly Maimon
