The Address Book Project is a simple web application that allows users to manage their contacts. It provides functionalities to add, view, update, and delete contacts. The project consists of a server-side application built with Node.js and Express, and a client-side application using HTML, CSS, and JavaScript.
- Add new contacts with details such as first name, last name, phone number, and email address.
- View a list of all contacts with their details.
- Update existing contacts with new information.
- Delete unwanted contacts from the address book.
-
Server-side:
- Node.js
- Express.js
- MySQL (or your preferred database)
- CORS for handling cross-origin resource sharing
-
Client-side:
- HTML
- CSS
- JavaScript
- Fetch API for making asynchronous requests
-
Clone the repository:
git clone git@github.com:your-username/address-book.git