File: /var/www/vhosts/favepage-dev.2amigos.us/docroot/README.md
### Introduction
The app that needs to be created is going to become a back office app that allows the person managing FavePage to set up basic configuration parameters, manage the marketing aspects of the app and many others.
This app will be used internally at Fave Page by trained users, but must remain user friendly.
### Tasks
1. Build a generic login screen, two fields and a call to the API, generic error handling.
2. Build a page similar to https://thirdpartydev.ambitiousplant-6f28b80d.eastus2.azurecontainerapps.io/tag-manager which allows the user to manage the tags in the app. This should allow standard CRUD operations, including re-shuffling of the order. If any of the operations isn't supported as per the POSTMAN file attached, please request this to the FavePage team.
### Tech stack
Our preferred tech stack:
- React - use standard CRA (TS or JS, either is fine)
- Redux
- Redux Sagas - if you prefer to use RTK query that's fine.
- UI library - use your ui library of choice, we don't have a preference apart from it being open source
### REST API
Please see the postman file attached.