- Sign up (using Api) only with defined reqres users
- Log in (using Api) only with defined reqres users
- Get users list (from Api) and save it to redux store
- Show & Edit a user (sending request to Api) and save changes to redux store
- Add a new user (sending request to Api) and save changes to redux store
- Delete a user (sending request to Api) and delete user from redux store
In the project directory, you can run:
yarn install
yarn dev
- react.js
- nextJS
- mui
- react-redux
- axios