FoodNook is a modern and responsive restaurant website built using ReactJS. It allows users to browse the restaurant menu and make table reservations effortlessly.
-
Interactive Menu: Display a variety of dishes with images, descriptions, and prices.
-
Table Reservation: Users can book a table by selecting a date, time, and number of guests.
-
Responsive Design: Fully optimized for mobile, tablet, and desktop screens.
-
Dynamic UI: Smooth transitions and animations for a delightful user experience.
Client: HTML, CSS, JavaScript, React.js
- Clone the repository:
git clone https://github.com/bharat40/FoodNook_ReactJS.git
- Navigate to the project folder:
cd FoodNook_ReactJS
- Install dependencies:
npm install
- Start the development server:
npm start
- Open the app in the browser at http://localhost:3000/.
- Navigate through the menu and view available dishes.
- Click on the "Reserve a Table" button to make a booking.
FoodNook_ReactJS/
│-- public/
│-- src/
│ │-- components/ # Reusable components
│ │-- pages/ # Page components (Home, Menu, Reservation)
│ │-- assets/ # Images, icons, etc.
│ │-- styles/ # CSS/Tailwind files
│ │-- App.js # Main component
│ │-- index.js # Entry point
│-- package.json
│-- README.md
- Feel free to fork, contribute, and submit pull requests!