A responsive web application to manage contacts efficiently.
Users can add, update, delete, and search for contacts. Built with React, Vite, Tailwind CSS, React Icons, Material UI, and Firebase. Features include real-time updates, form validation, and seamless CRUD operations. Utilizes React hooks (useState
, useRef
, useEffect
) and custom hooks for state management and side effects.
- React: UI library
- Vite: Build tool
- Tailwind CSS: Utility-first CSS framework
- React Icons: Icon library
- Material UI: Component library
- Firebase: Database for storing contacts
- React Hooks:
useState
,useRef
,useEffect
, custom hooks
- Clone the repo:
https://github.com/AdityaJani616/Contact-App.git
- Navigate to the project directory:
cd contact-app
- Install dependencies:
npm install
- Run the app:
npm run dev
Add, edit, delete, and search contacts with a user-friendly interface.