This is a website for a restaurant using React.js. It has a landing page, an about page, a menu page, and a reservation page. The website is responsive and can be viewed on mobile devices.
- CSS
- Docker
- HTML
- JavaScript
- React.js
- Landing Page
- About
- Menu
- Reservation
- Clone the repository:
git clone https://github.com/DavidMiserak/Little-Lemon-FE.git
- Change to the repo directory:
cd Little-Lemon-FE
- Change to the
little-lemon
directory:
cd little-lemon
- Build the Docker image:
docker build -t little-lemon-restaurant .
- Run the Docker container:
docker run -it --rm -p 3000:80 little-lemon-restaurant
-
Open the browser and go to
http://localhost:3000
. -
Enjoy!