Dashboard com dados de vacinação em PT. Feito com React e NextJS
The COVID-19 Vaccination Dashboard project aimed to present the current status of vaccination efforts against COVID-19. Although it is no longer being maintained or updated, it served as a valuable resource during its active phase, showcasing the latest statistics on vaccine administration. The open-source nature of the code allows for adaptations and further development to suit different needs, providing a collaborative platform where users could contribute improvements.
The dashboard was designed to be user-friendly and informative, ensuring that those interested in vaccination data had easy access to essential information. Additionally, the project provided an API for integration with other applications, making it a versatile tool for developers and data enthusiasts alike.
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
Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
Vercel offers built-in support for deploying and hosting Next.js applications, making it a popular choice among Next.js developers.