- ReactJS
- JavaScript
- Bootstrap
- HTML
- CSS
The PhoneBook App consists of the following files:
- App.js: The main component that renders the Navbar and the PhoneBook component.
- index.css: Contains the styling for the app.
- index.js: The entry point of the application, which renders the root component (App) into the HTML root element.
- Nav.js: The Navbar component that displays the app's title.
- PhoneBook.js: The main component that handles the logic and rendering of the contacts and contact form.
You can try the Demo of this App here:
Here you can see the layout of the App: