Covid19 Stats IN

screenshot of Covid19 Stats IN
react
react-native

This app helps in tracking COVID-19 cases in India using covid19India apis

Overview:

The COVID19 Stats India application is a remarkable tool developed with React Native that provides real-time statistics about COVID-19 cases in India. It's designed with modern development practices and tools, making it an excellent resource for both developers wanting to learn and users looking to stay informed on the pandemic. The application embraces a user-friendly interface that not only displays essential data but also offers offline capabilities, ensuring that users can access information whenever needed.

This app serves as a valuable resource dedicated to the React Native development community, showcasing how to effectively use modern frameworks to tackle real-world problems. With its impressive functionality and design, the COVID19 Stats India app stands out as a must-have for anyone interested in tracking COVID-19 statistics.

Features:

  • Redux: Manages the application state globally, making it easy to share data across components.
  • Redux Saga: Handles side effects in a more manageable way, allowing for cleaner code and better maintainability.
  • React Navigation: Simplifies navigation between different screens within the app, enhancing user experience.
  • React Native Gesture Handler: Provides a smooth and responsive touch interface for more interactive app features.
  • Axios: Facilitates easy API calls to retrieve COVID-19 data, ensuring the app stays updated with real-time information.
  • Eslint (Airbnb config): Enforces coding standards and best practices, which helps maintain code quality throughout the development process.
  • Offline Capable: Allows users to access stored data even when they are not connected to the internet, ensuring continuous usability.
react
React

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

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.