This is a ReactJS project that allows users to select a city and an area, and it displays all the restaurants in that area.
- Users can select a city from the provided list.
- Users can select an area within the selected city.
- The application will display a list of restaurants in the chosen area.
- Each restaurant will have details such as name, address, cuisine type, etc.
- The application will display the positions of all restaurants on a map.
- Users can click on a restaurant to view more information.
Food.mp4
Make sure you have the following installed before running the project:
- Node.js: Download and install Node.js
-
Clone the repository:
git clone https://github.com/yahyamourid/Reactjs-resto.git
-
Navigate to the project directory:
cd your-project
-
Install the dependencies:
npm install
or
yarn install
4.Launch the application:
npm start
or
yarn start