Application created with the next stack:
react, react-redux, @reduxjs/toolkit, react-i18next, material-ua, jsonplaceholder.typicode.com
- Loading News from jsonplaceholder by API.
- User's validation and Login process;
- Loading and Deleting News with redux dispatchers;
- Two interface translations (Uk & En) with react-i18next;
- The application saves login session in Local Storage;
- Secure Profile Page without authorization;
- Material UI (MUI) Design components, React Library.
For checking authorization use the next data:
login: admin
password: 12345
Runs the app by following the link