This project is a React application built with Vite that allows users to explore and view beans and recipes from the Jelly Belly Wiki API. The app provides an interactive and efficient way to access and display beans & recipes.
- Bean Search: Users can browse and view jelly beans from the Jelly Belly Wiki API.
- Recipe Search: Users can browse and view recipes from the Jelly Belly Wiki API.
- Dynamic Routing: View details of individual beans and recipes using dynamic API endpoints.
- Responsive Design: Built with CSS to ensure a clean and user-friendly interface across devices.
- API Integration: Fetch data dynamically using the Jelly Belly Wiki API.
- React: For building the user interface.
- Vite: As the build tool for fast and efficient development.
- CSS: For styling the application.
- Postman: Used for testing API endpoints during development.
This project integrates with the Jelly Belly Wiki API to fetch and display beans & recipe data.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh