The COVID-19 Testing Gap: an interactive data visualization
The COVID-19 Testing Gap is a website that aims to address the critical lack of access to COVID-19 testing across the country. By visualizing each state's testing relative to their population, this website provides an insight into the disparities in testing accessibility.
The COVID-19 Testing Gap website addresses the critical issue of unequal access to COVID-19 testing across states in the country. By visualizing testing data relative to each state's population, the website serves as a valuable tool in understanding and highlighting the disparities in testing accessibility. You can install the website by cloning the repository, installing dependencies, and starting the development server.
Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Recharts is a powerful and easy-to-use React library for building customizable and interactive charts. Built on D3.js, it offers a wide range of pre-built chart types, such as line, bar, pie, and scatter charts, all of which can be composed with a declarative syntax.