A React-based web application with routing, query management, and UI components.
- Multiple page routes with React Router
- UI components with shadcn/ui
- State management with React Query
- Authentication flow
- Responsive layout
- Node.js (v14.0.0 or higher recommended)
- npm or yarn
- Clone the repository
- Install dependencies:
npm install # or yarn - Start the development server:
npm run dev # or yarn dev
/src- Source code/components- Reusable UI components/pages- Application pages/lib- Utility functions and hooks
This is a personal side project and is not currently open for contributions.