socratic617 / Chat-Gpt-Ascend

4 stars 0 forks source link

User component #21

Closed DannyGarciaDEV closed 7 months ago

DannyGarciaDEV commented 7 months ago

What I did: I created an user component and fixed the buttons when clicking to dark mode.

import UserCard from "./components/UserCard";

How to test it:

  1. git pull
  2. checkout User-Component
  3. cd client
  4. npm install
  5. npm run dev
  6. click on dark mode button
  7. UserCard (we can style it after we have all the components together)

usercom

buttonscomn