Click link: Phonebook.
- "/" - the homepage with button with transition to Contact page (for authenticated users) or to Login page (for unauthenticated users).
- "/register" - a public route for registration a new user with a form.
- "/login" - a public route for logging in an existing user with a form.
- "/contacts" - a private route for managing the user's contact list.
Add new contact filling out the form
Find contact in phonebook by name
Delete or edit contact
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.