A simple and responsive phonebook application built with React. Users can add and remove contacts, with data stored in the browser's localStorage for persistence.
- Add new contacts with name and phone number
- Display a list of saved contacts
- Remove contacts from the list
- Data is saved in
localStorageand persists across sessions
- React (with Hooks)
- JavaScript (ES6+)
- HTML5 & CSS3
- LocalStorage API
- public/
- index.html
- src/
- App.js
- App.css
- index.js
- .gitignore
- package-lock.json
- package.json
- README.md
-
Clone the repository:
- git clone https://github.com/lapcevicmarko/React-Phonebook-App.git
- cd React-Phonebook-App
-
Install dependencies:
- npm install
-
Start the development server:
- npm start
-
Open your browser at:
This project is open-source and available under the MIT License.
Developed by Marko Lapčević.