Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 743 Bytes

File metadata and controls

14 lines (11 loc) · 743 Bytes

Full Stack Contact Management App

This is a full stack web application built using Python with Flask for the backend and JavaScript with React for the frontend. The main functionality of this application is to manage contacts, allowing users to create new contacts, update existing ones, and delete contacts as needed.

Features

  • Create New Contact: Users can add new contacts by providing necessary details such as first name, last name, and email.
  • Update Contact: Existing contacts can be edited to update information.
  • Delete Contact: Users have the ability to delete contacts they no longer need from the system.

Technologies Used

  • Backend: Python, Flask
  • Frontend: JavaScript, React
  • Styling: CSS