PersonHub

PersonHub is a MERN stack web app simplifying personal information management. Easily add, view, update, and delete persons with a user-friendly interface. Ideal for learning MERN stack basics and building upon for more complex projects.

Tech Stack :
PersonHub

🧑‍💼 PersonHub

Table of Contents

About The Project

PersonHub is a web application designed to simplify the management of personal information. Built with the MERN stack (MongoDB, Express.js, React.js, Node.js), this project showcases a straightforward implementation of CRUD (Create, Read, Update, Delete) operations.

Key Features

  • Add New Persons: Easily add individuals by providing their name, email, and age.
  • View All Persons: Display a list of all entered persons in an organized manner.
  • Update Details: Modify the information of any person with ease.
  • Delete Persons: Remove any person from the list with a single click.

Purpose

The primary goal of PersonHub is to provide a practical example of a full-stack application using the MERN stack. It demonstrates how to connect a React frontend to a Node.js and Express backend, and how to perform CRUD operations on a MongoDB database.

Why PersonHub?

  • Learning Resource: Ideal for developers who are new to the MERN stack and want to see a complete application in action.
  • Reusable Codebase: Provides a solid foundation that can be expanded and customized for more complex projects.
  • User-Friendly: Focuses on simplicity and ease of use, ensuring that even those with minimal technical background can navigate and use the app effectively.
PersonHub exemplifies how modern web development technologies can be leveraged to create efficient, user-friendly applications. It serves as both a learning tool and a base for further development.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.
  • npm

Installation

  1. Clone the repo
  2. Install NPM packages
  3. Start the client using
  4. Start sever using

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
  1. Fork the Project
  2. Create your Feature Branch
  3. Commit your Changes
  4. Push to the Branch
  5. Open a Pull Request

Contact