A simple restaurant page built using JavaScript to dynamically render content. Made as an exercise for The Odin Project Course:
The Odin Project - JavaScript Restaurant Page
- Dynamically generated content using JavaScript.
- Separate modules for the home, about, and contact pages.
- Webpack for bundling and asset management.
- Clone the repository.
- Navigate to the project directory.
- Install the required dependencies using npm install.
- Run the project using the appropriate script from the package.json.