This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
- TypeScript.
- Next JS: React JS framework for building UIs.
- SASS/SCSS: For Styling.
- Axios: For instances.
- React Query: For fetching and caching of API calls.
- Victory: For charts/graph.
This project is deployed on Vercel Live Hosting URL
- This project is not responsive as there was no mobile view on the design.
- Also the API doesn't support filtering by date or other parameters, so filters we manually done using the javascript filter function.
- Graph is plotted using amount from transactions because no parameters for plotting graphs was in API.
- No calendar component to look exactly like the designer gave.