Kush-munot / contact-management-system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contact Management Application

This repository contains a React project that demonstrates a Contact Management Application. Whenever we meet a new person we can add his contact details, edit the contact detais, and Delete Contacts also. This application also shows some chart related data about the COVID 19 Cases.

Installation

  1. Clone the repository:

    git clone <url>
  2. Navigate to the project directory:

    cd frontend
    Install the dependencies:
  3. Installation commands

    npm install
  4. Start the frontend development server:

    npm start
  5. Navigate to the project directory:

    cd backend
    Install the dependencies:
  6. Installation commands

    npm install
  7. Start the development server:

    node server.js
  8. Open your browser and visit http://localhost:3000 to view the application.

  9. Login using demo creds -
    Username - admin@example.com
    Password - qwerty

Technologies Used

React
JSX
CSS
Recharts

License

This project is licensed under the MIT License. See the LICENSE file for details.

In this README file, you can customize the installation instructions, provide usage details, and list the technologies used in your project. You can also add information about licensing or any other relevant details specific to your project.

Remember to include the appropriate LICENSE file in your repository if you choose to use a specific license.

Feel free to modify and enhance the README file to suit your projet

About


Languages

Language:JavaScript 98.3%Language:HTML 1.3%Language:CSS 0.4%