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
- Host: GitHub
- URL: https://github.com/mariosantosdev/dashgo
- Owner: mariosantosdev
- Created: 2022-05-29T21:51:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T20:05:08.000Z (about 4 years ago)
- Last Synced: 2025-10-25T14:41:29.164Z (8 months ago)
- Topics: apexcharts, chakra-ui, miragejs, nextjs, react-hook-form, react-query
- Language: TypeScript
- Homepage:
- Size: 352 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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`