odin-codespace/restaurant
smiggiddy 694c1f10dc
Some checks failed
Build and Push Docker Images / build (admin-dashboard) (push) Failing after 15s
Build and Push Docker Images / build (battleship) (push) Failing after 9s
Build and Push Docker Images / build (calculator) (push) Failing after 9s
Build and Push Docker Images / build (cv-project) (push) Failing after 9s
Build and Push Docker Images / build (inventory) (push) Failing after 10s
Build and Push Docker Images / build (library) (push) Failing after 10s
Build and Push Docker Images / build (messages) (push) Failing after 9s
Build and Push Docker Images / build (nodejs-mini-message-board) (push) Failing after 10s
Build and Push Docker Images / build (portfolio) (push) Failing after 9s
Build and Push Docker Images / build (restaurant) (push) Failing after 9s
Build and Push Docker Images / build (shopping-cart) (push) Failing after 9s
Build and Push Docker Images / build (signup_form) (push) Failing after 8s
Build and Push Docker Images / build (tictactoe) (push) Failing after 9s
Build and Push Docker Images / build (weather) (push) Failing after 9s
ready to deploy
2025-05-03 00:14:04 +00:00
..
app feat: production 2023-12-20 12:25:51 -05:00
devops ready to deploy 2025-05-03 00:14:04 +00:00
2d7cc6f78c63a38a83f2.jpg Restaurant project (#9) 2023-12-20 12:19:12 -05:00
05009c5164530cdb9ac0.ttf Restaurant project (#9) 2023-12-20 12:19:12 -05:00
bundle.js feat: production 2023-12-20 12:25:51 -05:00
ee384c85ee67825b545c.ttf Restaurant project (#9) 2023-12-20 12:19:12 -05:00
index.html feat: production 2023-12-20 12:25:51 -05:00
README.md adding devops 2025-05-02 16:47:07 +00:00

Restaurant Project

Description

This project is a multi-page web application for a restaurant. It utilizes HTML, CSS, and JavaScript to create a dynamic and interactive user experience. The application features several pages including a menu, contact and a home page.

Getting Started

Follow these instructions to get the project up and running on your local machine.

Prerequisites

  • Web Browser (Chrome, Firefox, Safari, etc.)
  • Text editor or IDE (VSCode, Sublime Text, Atom, etc.)

Installation

  1. Clone the Repository
bash
    git clone [repository URL]
    cd restaurant
    
  1. Install Dependencies
bash
    cd app
    npm install

Build

To build the application:

bash
    npm run build

Running Locally

To run the application:

bash
    npm start

This command will bundle the application with webpack and serve the file to your browser at http://localhost:8080.

Project Structure

  • index.html: The main HTML file.
  • src/: Contains the JavaScript, CSS, and asset files.
  • src/index.js: The main javascript file.
  • dist/: Contains the bundle.js file.

Contributing

Contributions are welcome! Please read the contributing guidelines before getting started.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.