Ben McMahen
Mar 30, 2019
Last week I started a little side project that helps me and my family share recipes. The result is Julienne and I've open sourced it for anyone that's interested. In brief, the stack:
- @{React}|tool:1020| on the front-end + liberal use of hooks.
- @{Firebase}|tool:116| to handle authentication and database persistence. Firebase makes bootstrapping your app so much easier. Auth, especially when combined with react hooks and context, is really powerful.
- Firebase functions and @{Algolia}|tool:589| to provide full-text search of the recipes.
- Sancho-UI (my own design system) for developing the responsive user interface, and react-spring for providing animations.
- @{Emotion}|tool:8770| for handling css because I really love using the
cssprop to style my elements.
I hope the source code can be helpful to some, and would absolutely love contributions!
0 views0



