Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nothing9537 committed Oct 31, 2023
1 parent 3315d68 commit e3632ba
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Link
[Link to an IP address with a working application.](http://216.128.146.136/)

For login to the application, you can use 2 profiles with different levels of access. More details - here.

A server was rented on Debian operating system, nginx was configured at the basic level, as well as distribution of static files, as well as gzip.

## Project running

```
Expand Down Expand Up @@ -145,4 +152,12 @@ The project implemented the concept of Feature Flags, which will be used for the

## Working with forms

One of the best solutions at the time of writing the project for working with forms - [react-hook-form](https://react-hook-form.com/get-started) - is pre-integrated into the project. [More about](/docs/form.md)
One of the best solutions at the time of writing the project for working with forms - [react-hook-form](https://react-hook-form.com/get-started) - is pre-integrated into the project. [More about](/docs/form.md)

## New design

At the end of development, the application was completely redesigned to match the Figma layout, using [ToggleFeatures](/src/shared/lib/features/component/ToggleFeatures/ToggleFeatures.tsx) handler functions for components and [toggleFeatures](/src/shared/lib/features/lib/toggleFeatures.ts) for functions that return void or something that is not a component.

To switch the design, you need to click on the user avatar, go to settings and select the new design version there.

----
9 changes: 9 additions & 0 deletions docs/data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Admin

- login - `admin`
- password - `123`

## Manager

- login = `Manager`
- password - `123`

0 comments on commit e3632ba

Please sign in to comment.