This app lets users interact with their accounts and make/update orders and their info.
You can start the app locally with the following commands:
npm i
npm start
It should run on http://localhost:5173/
.
The elements
folder will have the smaller, reusable functionality, like search bars and styled containers.
The components
folder will have the compound functionality, like the navbar and header.
The screens
folder will have the larger functionality that makes up a whole page, like the user info and user actions pages.
- Figma design:
https://www.figma.com/file/Be3O95Dt7bLIyzmNMc61yo/Example-Dashboard?type=design&node-id=0-1&mode=design&t=bzW4JS4IDtESQoz5-0
- Architecture diagram