This is a contact managment react app
Find the deployed version of the app here: ContactMaster App
The ContactMaster App is a comprehensive contact management solution that empowers users to efficiently organize, store, and interact with their contact information. Seamlessly blending contact management with COVID-19 data visualization, this app offers a holistic approach to staying connected and informed.
Contact Management: Easily add, view, and delete contact information. The app provides a user-friendly interface for entering essential details such as names, phone numbers, email addresses, and additional notes.
Intuitive UI: The app boasts an intuitive user interface designed for effortless navigation and interaction. Users can swiftly access and manage their contact list with a few simple clicks.
Data Visualization: Stay informed about the latest COVID-19 statistics with dynamic charts that present trends and insights. From global data to country-specific statistics, the app provides valuable visualizations that help users grasp the current pandemic situation.
Interactive Map: Gain a geographical perspective on COVID-19 cases using the interactive map feature. Users can explore different regions, view case densities, and access relevant information to make informed decisions.
- Clone the repository:
git clone https://github.com/your-username/your-repo.git
- Navigate to the project directory:
cd your-repo
- Install dependencies:
npm install
Add a Contact: To add a new contact, click on the "Add Contact" button and provide the required details. You can include a name, phone number, email, and any notes you find relevant.
View Contacts: The "View Contacts" section allows you to see your entire contact list at a glance. Scroll through your contacts, search for specific individuals, and find their details with ease.
Delete Contacts: If you need to remove a contact, simply select the contact from the list and use the delete option. Confirm your choice, and the contact will be removed from your list.
COVID-19 Charts: Navigate to the COVID-19 section to explore various charts showcasing pandemic trends. From daily cases to recovery rates, these charts offer valuable insights into the global situation.
Interactive Map: Access the map feature to visualize COVID-19 cases geographically. Zoom in and out, click on markers for details, and get a real-time understanding of how the pandemic is affecting different areas.
If you'd like to contribute to the project, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Add your changes"
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
This project is licensed under the MIT License.