An open API service indexing awesome lists of open source software.

https://github.com/mariosantosdev/dashgo

Application development in the Ignite Bootcamp of Rockeseat
https://github.com/mariosantosdev/dashgo

apexcharts chakra-ui miragejs nextjs react-hook-form react-query

Last synced: about 2 months ago
JSON representation

Application development in the Ignite Bootcamp of Rockeseat

Awesome Lists containing this project

README

          

# Dashgo

This project was created on [Ignite Bootcamp](rocketseat.com.br/ignite).

This is a fake dashboard built to improved knowledges about consume APIs

## Some Images

Home Page
Users List Page

## Technologies

- [NextJS](https://nextjs.org/) - Framework to ReactJS
- [Chakra UI](https://chakra-ui.com/) - Modern Library to build beautifuls designs
- [React Hook Form](https://react-hook-form.com/) - Library to use performant and flexible forms
- [React Query](https://react-query.tanstack.com/) - Library to consume and sync datas
- [MirageJS](https://miragejs.com/) - Fake API to help frontend
- [Axios](https://axios-http.com/ptbr/docs/intro) - HTTP Client
- [ApexCharts](https://apexcharts.com/) - Library to render charts components

## How Run It

### Running Project

1. Install dependencies using `npm i` or `yarn`
2. Run next with command `npm run dev`