Skip to content

yahyamourid/Reactjs-resto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant app react js

This is a ReactJS project that allows users to select a city and an area, and it displays all the restaurants in that area.

Features

  • 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.

Video Demo

Food.mp4

Prerequisites

Make sure you have the following installed before running the project:

Installation

  1. Clone the repository:

    git clone https://github.com/yahyamourid/Reactjs-resto.git
  2. Navigate to the project directory:

    cd your-project
  3. Install the dependencies:

    npm install 

    or

    yarn install 

4.Launch the application:

  npm start 

or

yarn start