A Next.js v13 application that allows you to view numeric data, percentages, and bar charts of processed consumer complaints from the Consumer Financial Protection Bureau for the current year.
- Numeric Values for Products and Sub-Products
- Percentage that each product constitutes of the Total
- Bar Charts that visually represent and help you understand the data
You can view the live demo at SimPlaints
Frontend: Next.js, HTML, TailwindCSS, TypeScript, shadcn/ui, React-Chart.js, Chart.js
Backend: Next.js, TypeScript, JavaScript, TanStack Query, Consumer Complaint API
Hosting: Render
Developed and tested with Next.js v13.4.7
Clone the project
git clone https://github.com/KennielTorres/simplaintsInstall dependencies
npm installStart the build
npm run devStop the build
Press ctrl+c