Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.61 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.61 KB

React module - Phonebook React App

One of the series of tasks aimed at in-depth knowledge of React.

Task completed during the GoIT Fullstack Developer course. It's Phone Book application with the ability to register, login, user updates, and work with a private collection of contacts.

It's connected with the ready-made backend (https://connections-api.herokuapp.com/docs/).

It supports all necessary operations on the contact collection, as well as registering, logging in and user update with JWT.

Routing added with the React Router library.

Interface styling made with Material UI.

Demo Link

https://dominikdanielewicz.github.io/goit-react-hw-08-phonebook/

Technologies

  • HTML HTML5
  • CSS CSS3
  • JavaScript JavaScript
  • React React
  • Redux Redux
  • Material UI Material UI