This is a React application that displays the latest Covid-19 data for any country by clicking on it on a world map.
- ReactJS
- Redux
- Redux Saga
- Axios
- Tailwind CSS
To run this application locally, follow these steps:
- Clone this repository: git clone https://github.com/adiguzelburak/kartaca-covid.git
- Navigate to the cloned directory: cd kartaca-covid
- Install the required packages: npm install
- Start the application: npm start
- The application will open in your browser.
When any country on the world map is clicked, it redirects to a page that contains detailed Covid-19 information about that country.
You can try this application live here.