A web application that helps users locate restaurants based on their selected locations.
-
Download or Clone the Repository**
- Option 1: Download the project as a
.zipfile and extract it. - Option 2: Clone the repository to your local machine using:
git clone <repository-url>
- Option 1: Download the project as a
-
Open the Project in an IDE**
Navigate to the extracted or cloned project folder and open it with your preferred code editor (e.g., VS Code). -
Initialize the Node Project**
In your terminal (inside the project folder), run:npm init