This project is a React-based pizzeria menu application developed with Vite.
It features a user-friendly interface to display and manage the menu, with routing, state management, and local storage integration.
The project also includes a navigation bar for seamless user experience.
- React Components: The menu is built using reusable React components.
- State Management: Utilizes
useStatefor managing the application state. - Side Effects Management: Incorporates
useEffectfor local storage synchronization. - Routing: Configures routes for Home and Owner pages.
- Navbar: Includes a responsive navigation bar.
"Created Owner page displaying personal information, profile image, and favorite movies list using useState hook. Added corresponding peliculas-style.module.css for styling and updated README.md accordingly."
- Node.js (v16 or later)
- npm or yarn
Clone the repository:
git clone <repository-url>Navigate to the project directory:
cd <project-directory>Install dependencies:
npm installStart the development server:
npm run devOpen your browser and navigate to the provided URL (usually http://localhost:3000).
Build the project:
npm run buildPreview the build:
npm run previewThis template provides a minimal setup to get React working in Vite with HMR (Hot Module Replacement) and some ESLint rules.
@vitejs/plugin-react: Uses Babel for Fast Refresh.@vitejs/plugin-react-swc: Uses SWC for Fast Refresh.
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled.
Check out the TypeScript template for information on how to integrate typescript and typescript-eslint in your project.
This project is open source and available under the MIT License.

