Full-Stack Contact Web Application This is a full-stack web application built with Flask for the backend and React for the frontend. It allows users to manage their contacts by performing CRUD (Create, Read, Update, Delete) operations.
Features Create: Add new contacts with details such as name, email, phone number, etc. Read: View the list of existing contacts with their details. Update: Edit contact information such as name, email, or phone number. Delete: Remove contacts from the list. Technologies Used Backend: Flask, SQLAlchemy (for database integration) Frontend: React, JavaScript