This is a full-stack phonebook application built using React and Node.js. It allows users to manage contacts with features to add, update, delete, and view phone numbers.
Check out the live application here:
Phonebook App on Render
- Frontend: React, Axios
- Backend: Node.js, Express
- Database: MongoDB
- Hosting: Render
- Add new contacts
- Update existing contact numbers
- Delete contacts
- Search for contacts by name
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/phonebook-app.git cd phonebook-app
- Install dependencies:
npm start
- Open the app at http://localhost:3000