/dashgo

An administration and monitoring site, with dashboard.

Primary LanguageTypeScript

DashGo

Description   |    Requirements   |    Technologies   |    Usage   |    Demonstration


License Repo size Top lang Stars repo Forks repo Pull requests Last commit

Report bug · Request feature


Description

An administration and monitoring site, with dashboard.

The project was developed as an incentive to learn and improve myself more in the subject of declarative interface using Chakra UI, and to know new data fetching libraries (React query), dashboard charts (Apex charts), fake api (MirageJs), bulk random data generator (Faker) and form controllers (React hook form).

Requirements

Technologies

  • ReactJs
  • NextJs
  • Typescript
  • Chakra UI
  • Apex Charts
  • React query
  • React hook form
  • MirageJs (fake api)

Usage

You can clone it on your pc using the command:

git clone https://github.com/Lissone/dashgo.git
cd dashgo

Install dependencies using:

yarn
#or
npm install

Run application:

yarn dev
#or
npm run dev

Demonstration

Demo dashboard Dashgo

License

Distributed under the MIT License. See LICENSE for more information.

Made with ❤️ by Lissone