A CRUD application that allows users to manage their contacts. It is built with React and utilizes Firebase Firestore for data storage.
- Add new contact
- Update a contact
- Delete a contact
- Search contacts by name
- Mark or unmark a contact as favorite
- Vite to initialize React project
- Vanilla CSS to style UI components
- React Router v6 to implement client-side routing
- Firebase Firestore for data storage
- Vercel for deployment
Contacts Manager is deployed on Vercel. To visit the live deployment, click here.
Demo video of the project is uploaded on youtube. To watch the demo video, click here.