A restaurant menu application built with a React-Redux front-end and a backend API. This project provides a clean, user-friendly way to browse a restaurant's menu with options for localization.
Check out the live app here: Restaurant Menu App
- Internationalization: Supports multiple languages using
i18n
. - State Management: Managed with
Redux
. - Testing: Integrated with testing libraries for quality assurance.
- Backend API: Built with two simple routes, deployed on Heroku. The backend was crucial to resolve CORS issues.
- Deployments: Frontend hosted on Vercel, backend on Heroku.
- Frontend: React, Redux, Vite, i18n, Vercel
- Backend: Simple API with two routes, Heroku