React Basic Project: the Recipe App
This was the final assignment for the basic module of the React
course. We had to build an App where you could check out a
couple of recipes and their details, like allergy and diet
labels. It was manditory to add a searchbar to search for
recipes. I also added a filter function for Vegan and Vegetarian
recipes.
I found this project fun to do and a good way to learn the
principles of React, using a single page App.
Design wise I choose for soft and happy feeling colors. After
all, doesn't food make us all happy? I worked with Chakra UI to
be quicker with the styling. The App is also responsive.
Code wise it isn't very complicated. It was a nice way to learn
about useState.
Check out the live version
Check out the code on GitHub