Skip to content

thepravin/contact-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact Manager React App (React Project No. 3)

Overview

This is a simple Contact Manager React app built using Vite. The app incorporates various concepts in React development, including:

  • 🚀 React Installation
  • 🖥 JSX
  • 🧩 Components and Props in React
  • 📝 Form Creation
  • 🔄 Passing Data from Parent to Child
  • 🔀 Passing Data from Child to Parent
  • ⚛️ React Hooks
  • 🎯 Event Handlers
  • 🧠 Adding MUI in React
  • 💾 Local Storage

Live URL

https://contact-manager-react-app-gules.vercel.app/

Prerequisites

Make sure you have Node.js and npm installed on your machine.

Getting Started

  1. Clone the repository: git clone [repository_url]
  2. Install dependencies: npm install
  3. Run the development server: npm run dev

🧑‍💻 Happy coding!