Skip to content

Contact management app with Charts and Maps using ReactJS, TypeScript, TailwindCSS, React Router v6 and React Query aka TanstackQuery

Notifications You must be signed in to change notification settings

abhisheksharma1310/contact-management-app-with-charts-and-maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact Management App with Charts and Maps

This is a contact management app with charts and maps built using ReactJS, TypeScript, TailwindCSS, React Router v6, and React Query.

The app allows you to manage contacts, view charts showing COVID-19 cases fluctuations, and visualize COVID-19 data on a world map.

Click here to view a live demo

Features

  • Add, view, edit, and delete contacts
  • View a list of all added contacts
  • Line graph showing COVID-19 cases over time
  • Interactive map with markers for COVID-19 data by country

Getting Started

Prerequisites

  • Node.js (at least version 12)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/abhisheksharma1310/contact-management-app-with-charts-and-maps
    cd contact-management-app-with-charts-and-maps
  2. Install dependencies:

    npm install

Usage

  1. Start the development server:

    npm start

    This will start the app in development mode and open it in your default web browser.

  2. Navigate to the Contacts page to manage your contacts.

  3. Navigate to the Dashboard page to view the line graph and the map.

APIs Used

Deployment

This project is deployed on Netlify. Click here to view a live demo.

Technologies Used

  • ReactJS
  • TypeScript
  • TailwindCSS
  • React Router v6
  • React Query
  • Chart.js
  • React Leaflet

Folder Structure

  • src/components: Contains individual components.
  • src/pages: Contains main pages of the app.
  • src/features: Contains Redux slices.
  • src/api.ts: Handles API calls using React Query.
  • src/store.ts: Redux store setup.

Contributing

Contributions are welcome! Feel free to open issues and pull requests for bug fixes, features, or improvements.

About

Contact management app with Charts and Maps using ReactJS, TypeScript, TailwindCSS, React Router v6 and React Query aka TanstackQuery

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published