This project was made by Create React App for educational purposes. For dating and setting additional features refer to documentation.
This React App is a single-page web application with authorization for storing contacts, where you can add, filter and remove information. The app implements features such as routing, auth, working with state, storing and changing data.
-
Authorization.
-
Contacts adding and removing.
-
Data filtering.
Follow these instructions to get the project up and running on your local machine.
Before running the app, you need to have Node.js and npm installed on your machine. You can download them from the official Node.js website here.
- Clone the repository to your local machine.
- Open a terminal window and navigate to the project directory.
- Run npm install to install the project dependencies.
- Running In the project directory, run npm start.
- Open http://localhost:3000 in your browser to view the app.
First, the user must register, and then log in. The main functionality of the app takes place on the Contacts page, where the user can add, delete and filter contacts.
To contribute to the project, create a pull request and wait for the project owner to review it.
Ihor Leonov.