Homework 6 by React course, GoIT school - Phonebook

This project was bootstrapped with Create React App.

You can find live page here.

There is a updated task from this repository and refactored with Redux toolkit. Styling is done by CSS modules. Contacts are saved to browser's local storage so there are saved after the page is refreshed and after the browser is restarted.

Styling is done by CSS modules

Coded by Tlostiuk Veronika.

PHONEBOOK

App's initial view:

Screenshot_15

Vanilla validation on input fields without possibility to add an ivalid contact:

Screenshot_13

All contact's list, allowing the user to delete previously saved contacts:

Screenshot_17

Filter by contact name:

Screenshot_16


HOW TO RUN THIS PROJECT LOCALLY

Clone this repo: git clone https://github.com/Veronikanos/goit-react-hw-06-phonebook.git

In the project directory, you can run:

npm install

then

npm start

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.
You may also see any lint errors in the console.