Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anttiromppanen/fm-personal-finance
https://github.com/anttiromppanen/fm-personal-finance
frontend-mentor nextjs prisma react supabase supabase-auth typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anttiromppanen/fm-personal-finance
- Owner: anttiromppanen
- Created: 2024-08-29T17:35:47.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T05:49:36.000Z (3 months ago)
- Last Synced: 2024-10-19T08:04:55.913Z (3 months ago)
- Topics: frontend-mentor, nextjs, prisma, react, supabase, supabase-auth, typescript
- Language: TypeScript
- Homepage: https://fm-personal-finance.vercel.app
- Size: 743 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Finance
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/anttiromppanen/fm-personal-finance/playwright.yml?logo=githubactions)
![GitHub last commit](https://img.shields.io/github/last-commit/anttiromppanen/fm-personal-finance?logo=github)
![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/anttiromppanen/fm-personal-finance)A Next.js fullstack project based on frontendmentor.io design
## Usage
You can test the application by using mock user, or create a new user by registering. Currently no support for adding financial information.
#### Mock user
- Username: [email protected]
- Password: Password123## Current features
- User login and register
- Shows financial information for the logged in user
- User logout## Tech stack
### General
- React, Next.js, Nodev21.6.0, Typescript
### Database
- Supabase, Prisma
### Testing
- Playwright, GitHub Actions
### Linting
- Eslint, Prettier