Skip to content

The Contact Management App with Charts and Maps is a web application that allows users to manage their contacts while providing visualizations in the form of charts and maps. Users can store and organize their contact information and view COVID-19 data represented through graphs and a map interface.

Notifications You must be signed in to change notification settings

Milan-98/Contact-Management-App-with-Charts-and-Maps

Repository files navigation

Contact Management App with Charts and Maps

This is a contact management app built using ReactJS, TypeScript, TailwindCSS, React Router v6, and Axios. The app provides a dashboard with charts and maps to visualize COVID-19 data.

Objective

The objective of this project is to create a simple dashboard with the following features:

  • A line graph showing the fluctuations in COVID-19 cases worldwide.
  • A React Leaflet map displaying markers for different countries. Each marker indicates the country name, total number of active cases, recovered cases, and deaths. This information is shown as a popup when the marker is clicked.

APIs

To fetch data and create the dashboards, the following APIs are used:

Instructions

Follow the instructions below to set up and run the app:

  1. Install Node.js and npm (Node Package Manager) if they are not already installed on your machine.
  2. Clone the repository and navigate to the project directory.
  3. Install the project dependencies by running the following command:
npm install
  1. Start the development server by running the following command:
npm start
  1. Open a web browser and access the app at http://localhost:3000.

Technologies Used

The app is built using the following technologies:

  • ReactJS: JavaScript library for building user interfaces.
  • TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
  • TailwindCSS: A utility-first CSS framework for quickly styling the app.
  • React Router v6: Routing library for React applications.
  • Axios: A popular JavaScript library for making HTTP requests.

Screenshots

Here are some screenshots of this app: Vite + React + TS (3) Vite + React + TS Vite + React + TS (1) Vite + React + TS (2)

Demo Link

Check out the live demo of the Netflix clone here.

App Structure

The app follows a well-structured architecture that promotes maintainability and ease of development.

Responsive Design

The app is designed to be responsive and optimized for both desktop and mobile devices. It adapts to different screen sizes to provide a seamless user experience. Date:19 May 2023, Day 158 Of WebDev

Documentation

For more information on the API endpoints used, please refer to the following links:

Contributing

If you'd like to contribute to this project, feel free to submit a pull request. Any contributions are greatly appreciated!

License

This project is licensed under the MIT License.

About

The Contact Management App with Charts and Maps is a web application that allows users to manage their contacts while providing visualizations in the form of charts and maps. Users can store and organize their contact information and view COVID-19 data represented through graphs and a map interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages