Simple app to list users accounts with balance and transactions list.
- Framework - Next.js 14
- Language - TypeScript
- Database - SQLite
- Deployment - Vercel
- Styling - Tailwind CSS
- Components - Tremor
- Linting - ESLint
- Formatting - Prettier
To run the application locally, you will need to have Node.js and npm/yarn installed.
yarn install
yarn db:seed
yarn dev
You should now be able to access the application at http://localhost:3000.
- Improve tests
- Improve error handling
- Improve validation