This is a web application built in ReactJS that displays the results of matches in the Qatar 2022 World Cup. Through the app, you can view the results of each match, and even watch the highlights by clicking on the play button.
- View the results of each match in the Qatar 2022 World Cup
- Watch the highlights of each match by clicking on the play button
- Built using ReactJS
You can visit the web app at https://wc-2022.netlify.app/ to see the match results and watch the highlights.
If you want to run the app locally, follow these steps:
- Clone the repository:
git clone https://github.com/shahsuvarli/world-cup-2022.git
- Install dependencies:
npm install
- Start the development server:
npm start
- The app uses the static data to retrieve the match results and highlights.
This project is licensed under the MIT License.