- I have Implemented a new logic to simulate the basic and admin user view.
- Check src/services/user.js - we have two users there; user1 is an admin, user2 is a basic user.
- Change the value of const user = ___ to 1 or 2 depending on which view you want to see on your browser.
- To work on admin page go to src/pages/admin
- To work on basic user page goto src/pages/basic
**Your todo: Check the design and develop the self affirmation page for a basic user.
Thanks