App for searching, displaying and bookmarking recipes (fetched from an API) in order to plan their meals
https://reciperadarapp.netlify.app/
- pull this repository or download it and open the project folder in your text editor's command line
- type "npm i" in the command line to install all dependencies
- "npm run dev" in the command line to run development
- "npm run build" in the command line to initiate the build process
- Responsive app design: Tailwind media queries to work for mobile, tablet and desktop screens
- Accounts functionality: creating accounts and logging in to save recipes
- Recipe Viewing: Paginated results panel + Recipe photo and a table of ingredients adjustable per # of servings
- Meal Planning: planning meals for next 7 days based on saved/bookmarked recipes
- Page Routing: React Router
- State management: Redux toolkit + React
- CSS: Tailwind CSS + Vanilla CSS
- Vite.js
- React DOM
- ESLINT
- Tailwind CSS
- React Redux
- Redux Toolkit
- React Router DOM