Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guhandelta/react-bun-tanstack-expense-tracker
Expense tracker application using React 18, Bun, Hono Server, and Tanstack Router + Query
https://github.com/guhandelta/react-bun-tanstack-expense-tracker
bun honojs reactjs tanstack-query tanstack-router
Last synced: 11 days ago
JSON representation
Expense tracker application using React 18, Bun, Hono Server, and Tanstack Router + Query
- Host: GitHub
- URL: https://github.com/guhandelta/react-bun-tanstack-expense-tracker
- Owner: guhandelta
- Created: 2024-06-03T13:15:28.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T00:46:48.000Z (7 months ago)
- Last Synced: 2024-10-25T10:36:46.284Z (about 2 months ago)
- Topics: bun, honojs, reactjs, tanstack-query, tanstack-router
- Language: TypeScript
- Homepage:
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-bun-tanstack-expense-tracker
## Developed an Expense tracker application with the UI developed using ReactJS and the Backend using Bun & Hono, utilizing Tansatck Query and Router to make the date fetching and page routing much faster and seamless
### This application's architecture hosts both the front-end and the back-end from the same directory instead of having the codebase in separate folders.
### Vite's proxy is utilized here to make it seem like both the front-end and back-end are hosted under the same domain, localhost:5173. By proxying the requests to the backend hosted under localhost:3000 to go through localhost:5173, where the UI is hosted, this makes it seem as if the request and response are to and from the same domain, which prevents CORS errors.