Skip to content

Fawredd CFO Dashboard with Next.js, TypeScript, Tailwind CSS, DaisyUI, API sos-contador.com

Notifications You must be signed in to change notification settings

fawredd/faw-cfo-dashboard

Repository files navigation

Description

Project Title: CFO Dashboard with Next.js, DaisyUI, Prisma, TypeScript, and Tailwind CSS

This project is a CFO dashboard that fetches data from the SOS Contador platform using an API. It is built using the following technologies:

NextJS: A React framework for building server-side rendered and static web applications. DaisyUI: A lightweight CSS framework for Tailwind CSS. TypeScript: A superset of JavaScript that adds static typing to the language. Tailwind CSS: A utility-first CSS framework that provides a robust set of base styles and components.

Key Features:

Data fetching from the SOS-Contador API Interactive charts and graphs to visualize financial data User-friendly interface for easy navigation and data exploration Built with modern and scalable technologies

Target Audience:

This dashboard is designed for CFOs and other financial professionals who need to access and analyze financial data from the SOS Contador platform.

Descripción

Título del proyecto: tablero de control con Next.js, DaisyUI, Prisma, TypeScript y Tailwind CSS

Este proyecto es un tablero de control que extrae datos de la plataforma SOS Contador mediante una API. Está construido utilizando las siguientes tecnologías:

NextJS: Un marco de React para crear aplicaciones web renderizadas en el servidor y estáticas. DaisyUI: Un marco CSS ligero para Tailwind CSS. TypeScript: Un superconjunto de JavaScript que agrega tipado estático al lenguaje. Tailwind CSS: Un marco CSS de primera utilidad que proporciona un conjunto robusto de estilos básicos y componentes.

Características principales:

Obtención de datos de la API de SOS-Contador Gráficos y gráficos interactivos para visualizar datos financieros Interfaz fácil de usar para una navegación y exploración de datos sencilla Construido con tecnologías modernas y escalables

Público objetivo:

Este tablero de control está diseñado para CFO y otros profesionales que necesitan acceder y analizar datos de la plataforma SOS Contador.

Getting Started

edit config.js

edit .env variables

SOS_USER = ""
SOS_PASS = ""
CUIT = ""

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js. Check out our Next.js deployment documentation for more details.