Skip to content

lapcevicmarko/React-Phonebook-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Phonebook App

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.


Features

  • Add new contacts with name and phone number
  • Display a list of saved contacts
  • Remove contacts from the list
  • Data is saved in localStorage and persists across sessions

Tech Stack

  • React (with Hooks)
  • JavaScript (ES6+)
  • HTML5 & CSS3
  • LocalStorage API

File Structure

  • public/
    • index.html
  • src/
    • App.js
    • App.css
    • index.js
  • .gitignore
  • package-lock.json
  • package.json
  • README.md

Getting Started

  1. Clone the repository:

  2. Install dependencies:

    • npm install
  3. Start the development server:

    • npm start
  4. Open your browser at:


License

This project is open-source and available under the MIT License.


Author

Developed by Marko Lapčević.

About

A simple and responsive phonebook application built with React.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors