Welcome to the Finance Dashboard project! This application provides a comprehensive view of financial data, offering insights and analytics to help you manage your finances effectively.
This Finance Dashboard is built using the T3 Stack, a modern stack for creating full-stack applications with TypeScript and React. The project is bootstrapped with create-t3-app
, which provides a solid foundation for development with a set of pre-configured tools and libraries.
- Next.js: A powerful React framework for building server-side rendered applications and static websites.
- Auth0: A robust authentication and authorization platform to secure your application with ease.
- Prisma: A modern ORM (Object-Relational Mapping) tool for managing and querying your database efficiently.
- Tailwind CSS: A utility-first CSS framework for rapidly building custom designs without leaving your HTML.
- shadcn/ui: A collection of UI components designed for building modern user interfaces with ease.
- Supabase: An open-source alternative to Firebase that provides a suite of tools for building real-time applications and managing your database.
- Real-time financial data visualization
- Interactive charts and graphs
- Secure user authentication and authorization
- Responsive design with modern UI components
- Efficient data management and querying
-
Clone the repository:
git clone https://github.com/your-username/treasure-track-app.git cd treasure-track-app
-
Install dependencies:
npm install # or yarn install
-
Set up environment variables:
- Copy
.env.example
to.env
and fill in the required values.
- Copy
npm run dev
# or
yarn dev