A phonebook app that allows you to:
- View a list of names and phone numbers
- Add new names and phone numbers
- Search for a name
- Delete a name and phone number
Frontend: Vite (ReactJS)
Backend : Node/express/MongoDB (https://github.com/ondairos/phonebook_server)
Clone the repository:
git clone https://github.com/yourusername/phonebook-app.git
Install the dependencies:
npm install
Start the Vite.js development server:
npm run dev
- To view,add, delete all phonebook entries, navigate to http://localhost:5173/
Vite.js - JavaScript development server for building the user interface
Axios - HTTP client library for handling the requests