- When it comes to getting meals on the table, using this app will inspire your culinary senses and help you become the chef you've always wanted to be.
- The purpose of this project was to allow students to practice some of the foundational concepts learned so far within the module. There are other extensions that test different skills that we can build on. The project allowed us to personalize/entertain different ideas with HTML/CSS as well as the functionality(JavaScript) behind the web page created.
- Go to this repository
- Follow set up instructions.
- Clone this repository to your local machine
- In your terminal, run:
npm install
npm start
- Enter the following url in your browser: http://localhost:8080/
- Enoy the app!
- Javascript
- HTML
- CSS
- TDD (Mocha/Chai)
- Fetch API
- Filter recipe options by meal category, type of meal or dish by clicking a checkbox.
- Save recipes for later usage.
- Return back to view all recipes
- Use filter features among the save recipes
Visit our published From Pantry to Pan site! here
- A login page would be a great addition, allowing a user to log in to a page account and keep track of their save recipes.
- Adding in transitions via CSS would have appreciated.