A CRUD application that allows users to manage their contacts. It is built with React
and utilizes Firebase Firestore
for data storage.
To checkout the live demo video of contacts manager, click on the image below.
Contacts manager is deployed on Vercel. Live link of the deployed project - click here.
- 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