Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yevheniidatsenko/goit-react-woolf-hw-02-phonebook

⚛️ React Hometask - Phonebook
https://github.com/yevheniidatsenko/goit-react-woolf-hw-02-phonebook

css3 goit goit-react-woolf-hw-02-phonebook javascript react

Last synced: 5 days ago
JSON representation

⚛️ React Hometask - Phonebook

Awesome Lists containing this project

README

        

# Phonebook Application

This is a simple React application for managing contacts in a phonebook.

## Features

- Add new contacts with a name and phone number.
- Display a list of contacts.
- Filter contacts by name.
- Responsive design for various screen sizes.

## Components

- **App**: The root component managing the state of contacts and filter.
- **ContactForm**: Component for adding new contacts.
- **ContactList**: Component for displaying the list of contacts.
- **Filter**: Component for filtering contacts by name.

## Installation

1. Clone this repository.
2. Run `npm install` to install dependencies.
3. Run `npm start` to start the development server.

## Technologies Used

- React
- CSS Modules

Feel free to explore the code and use it as a reference for your own projects!