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