This project provides up-to-date COVID-19 statistics and trends from around the world, allowing users to track and compare data across different countries. The application is built with React, TypeScript, and Vite, ensuring a modern and efficient development experience.
- React: A JavaScript library for building user interfaces.
- TypeScript: A superset of JavaScript that adds static types.
- Vite: A build tool that provides a fast development environment with Hot Module Replacement (HMR).
- Tailwind CSS: A utility-first CSS framework for creating custom designs with ease.
- Axios: A promise-based HTTP client for making API requests.
- React Query: A library for managing server-state and caching data in React applications.
- React Router DOM: A library for handling routing in React applications.
- ESLint: A tool for identifying and fixing problems in JavaScript and TypeScript code.
- Prettier: A code formatter that ensures consistent style across the codebase (Used with ESLint).
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/global-covid19-insights.git cd global-covid19-insights
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
If you have any questions or suggestions, feel free to reach out to me at [email protected].