Description | Requirements | Technologies | Usage | Demonstration
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).
- ReactJs
- NextJs
- Typescript
- Chakra UI
- Apex Charts
- React query
- React hook form
- MirageJs (fake api)
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
Distributed under the MIT License. See LICENSE
for more information.