Skip to main content

Dashboard Web

Modern dashboard application built with Next.js and TypeScript

Technologies

Next.jsTypeScriptTailwind CSSReact QueryZustandSocket.io

Preview

/img/logovibra.png

Project Structure

├── app/
├── components/
├── src/
│ ├── api/
│ ├── components/
│ ├── config/
│ ├── helpers/
│ ├── models/
│ ├── pages/
│ ├── services/
│ └── utils/
├── public/
└── styles/

Getting Started

Prerequisites

  • Node.js v20.13.1 or higher
  • npm or yarn

Installation

  1. Clone the repository
git clone https://github.com/desobsesor/dashboard-web.git
  1. Install dependencies
npm install
# or
yarn install
  1. Run the development server
npm run dev
# or
yarn dev

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

Features

  • Modern dashboard interface
  • Real-time updates with Socket.io
  • State management with Zustand
  • Data fetching with React Query
  • Responsive design with Tailwind CSS

Authors ✒️

Built by

  • Ermes Guarnizo Motta - Engineer System Teacher UNAD - Guarnizo2023
  • Yovany Suárez Silva - Full Stack Software Engineer - desobsesor

License 📄

This project is under the MIT License - see the file LICENSE.md for details

Expressions of Gratitude 🎁

⌨️ With ❤️ for the educational community.