This front-end features the latest tools and practices in web development!
- NextJS — A React Framework (SSR and SSG)
- Typescript — A Javascript superset
- Chakra UI — A component library
- Axios — API requests
- React query — A data-fetching library
- React Apexcharts — A chart library
- React hook form — A library to deal with forms
- Yup — Validation library
- Faker — Library to create fake data
- MirageJS — Fake api
Clone this repository:
git clone https://github.com/sambuite/dashgo.git
cd dashgo
Run the following scripts:
// Install the dependencies
npm install
// Start the application
npm dev
or if you use yarn
// Install the dependencies
yarn
// Start the application
yarn dev
Developed by Murilo Sambuite at Rocketseat Ignite.