consuelo-th / consuelo-frontend

0 stars 0 forks source link

build the mental health tips for a basic user #13

Open hassanyahya400 opened 1 year ago

hassanyahya400 commented 1 year ago
  1. I have Implemented a new logic to simulate the basic and admin user view.
  2. Check src/services/user.js - we have two users there; user1 is an admin, user2 is a basic user.
  3. Change the value of const user = ___ to 1 or 2 depending on which view you want to see on your browser.
  4. To work on admin page go to src/pages/admin
  5. To work on basic user page goto src/pages/basic

**Your todo: Check the design and develop the mental health tips page for a basic user.

Thanks

hassanyahya400 commented 1 year ago

This task is specifically for @e-iroro. @techbone please take her through so she can understand the project structure and what she needs to do