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
Random Shops is a Redux project where people can order pizza without authentication.
This project was built on the Fast React Pizza Co webiste made in Jonas Schmedtmann's react course mentioned below, but instead of using the same api link. i used the FakeStoreApi which had other items to be put on display, but the webiste keeps the same functionalities.
- React
- Tailwindcss
- React Router
- Redux
- FakeStoreApi
I made this project with the help of Jonas Schmedtmann in his React course on Udemy: React Course