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
https://contact-manager-react-app-gules.vercel.app/
Make sure you have Node.js and npm installed on your machine.
- Clone the repository:
git clone [repository_url]
- Install dependencies:
npm install
- Run the development server:
npm run dev