Ignite Dashgo Next App screenshot

Ignite Dashgo Next App

Author Avatar Theme by Brunofilho1
Updated: 29 Jun 2022
9 Stars

Um dashboard feito em TypeScript, React, Next e Chakra-Ui

Categories

Overview

This project is a dashboard built using TypeScript, React, Next, react-apexcharts, yup, and Chakra-Ui.

Features

  • Built with TypeScript, which provides static typing and improved tooling for JavaScript.
  • Utilizes React, a popular JavaScript library for building user interfaces.
  • Uses Next.js, a framework for server-side rendering and static site generation.
  • Integrates react-apexcharts, a charting library for React applications.
  • Includes yup, a JavaScript schema validator, for data validation.
  • Uses Chakra-Ui, a simple and modular component library for React.

Installation

To clone the application, follow these steps:

  1. Clone the project repository.
  2. Navigate to the project folder.

To start the application, follow these steps:

  1. Run the command npm install to install the dependencies.
  2. Run the command npm run dev to start the application.
  3. The application will be accessible in your browser at http://localhost:3000.

Summary

This project is a TypeScript-based dashboard built with React, Next.js, react-apexcharts, yup, and Chakra-Ui. It provides a range of features such as static typing, server-side rendering, and data validation. The installation process involves cloning the repository, installing dependencies, and starting the application.