Skip to content

Commit 5521b23

Browse files
authored
📝 Update docs (#2036)
1 parent 84e4d74 commit 5521b23

File tree

8 files changed

+2
-10
lines changed

8 files changed

+2
-10
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- 💾 [PostgreSQL](https://www.postgresql.org) as the SQL database.
1212
- 🚀 [React](https://react.dev) for the frontend.
1313
- 💃 Using TypeScript, hooks, Vite, and other parts of a modern frontend stack.
14-
- 🎨 [Chakra UI](https://chakra-ui.com) for the frontend components.
14+
- 🎨 [Tailwind CSS](https://tailwindcss.com) and [shadcn/ui](https://ui.shadcn.com) for the frontend components.
1515
- 🤖 An automatically generated frontend client.
1616
- 🧪 [Playwright](https://playwright.dev) for End-to-End testing.
1717
- 🦇 Dark mode support.
@@ -32,17 +32,10 @@
3232

3333
[![API docs](img/dashboard.png)](https://github.com/fastapi/full-stack-fastapi-template)
3434

35-
### Dashboard - Create User
36-
37-
[![API docs](img/dashboard-create.png)](https://github.com/fastapi/full-stack-fastapi-template)
38-
3935
### Dashboard - Items
4036

4137
[![API docs](img/dashboard-items.png)](https://github.com/fastapi/full-stack-fastapi-template)
4238

43-
### Dashboard - User Settings
44-
45-
[![API docs](img/dashboard-user-settings.png)](https://github.com/fastapi/full-stack-fastapi-template)
4639

4740
### Dashboard - Dark Mode
4841

frontend/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FastAPI Project - Frontend
22

3-
The frontend is built with [Vite](https://vitejs.dev/), [React](https://reactjs.org/), [TypeScript](https://www.typescriptlang.org/), [TanStack Query](https://tanstack.com/query), [TanStack Router](https://tanstack.com/router) and [Chakra UI](https://chakra-ui.com/).
3+
The frontend is built with [Vite](https://vitejs.dev/), [React](https://reactjs.org/), [TypeScript](https://www.typescriptlang.org/), [TanStack Query](https://tanstack.com/query), [TanStack Router](https://tanstack.com/router) and [Tailwind CSS](https://tailwindcss.com/).
44

55
## Frontend development
66

@@ -121,7 +121,6 @@ The frontend code is structured as follows:
121121
* `frontend/src/components` - The different components of the frontend.
122122
* `frontend/src/hooks` - Custom hooks.
123123
* `frontend/src/routes` - The different routes of the frontend which include the pages.
124-
* `theme.tsx` - The Chakra UI custom theme.
125124

126125
## End-to-End Testing with Playwright
127126

img/dashboard-create.png

-77.8 KB
Binary file not shown.

img/dashboard-dark.png

45.2 KB
Loading

img/dashboard-items.png

2.46 KB
Loading

img/dashboard-user-settings.png

-61.4 KB
Binary file not shown.

img/dashboard.png

49.2 KB
Loading

img/login.png

15 KB
Loading

0 commit comments

Comments
 (0)