This project gives the DOM manipulation practice by dynamically rendering a simple restaurant homepage using only JavaScript to generate the entire contents of the website.
Original project specification: The Odin Project
- Html, CSS, and JavaScript;
- Bootstrap;
- Git and GitHub.
- Node.js
To get a local copy up and run the project, follow these simple example steps:
You can download the code to your personal computer cloning the repository using the following command:
git clone https://github.com/anapdh/restaurant-page.git
After cloning the repository and opening it in your code editor, run the following code in the terminal:
npm install
And now:
npm start
Run the application by launching your local webserver in the browser: http://127.0.0.1:5500/dist/index.html
👩🏼💻 Ana Paula Hübner
- GitHub: @anapdh
- LinkedIn: LinkedIn
- Twitter: @dev_anahub
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.