Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.31 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.31 KB

Contacts Manager

static-badge static-badge

0. Table of Contents

  1. Overview
  2. Main Features
  3. Tools and technologies used
  4. Live Deployment
  5. Demo Video

1. Overview

A CRUD application that allows users to manage their contacts. It is built with React and utilizes Firebase Firestore for data storage.

2. Main Features

  • Add new contact
  • Update a contact
  • Delete a contact
  • Search contacts by name
  • Mark or unmark a contact as favorite

3. Tools and technologies used

  • 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

4. Live Deployment

Contacts Manager is deployed on Vercel. To visit the live deployment, click here.

5. Demo Video

Demo video of the project is uploaded on youtube. To watch the demo video, click here.

Preview