https://github.com/shuaib-code/next.js
This is a simplified version of a financial dashboard built with Next.js, a full-stack application with authentication and basic CRUD operations.
https://github.com/shuaib-code/next.js
bycrypt clsx facebook-provider google-provider next-auth nextjs15 pwa tailwindcss typescript zod
Last synced: 5 days ago
JSON representation
This is a simplified version of a financial dashboard built with Next.js, a full-stack application with authentication and basic CRUD operations.
- Host: GitHub
- URL: https://github.com/shuaib-code/next.js
- Owner: shuaib-code
- Created: 2024-12-09T01:16:28.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T06:16:05.000Z (10 months ago)
- Last Synced: 2025-04-01T13:45:50.691Z (7 months ago)
- Topics: bycrypt, clsx, facebook-provider, google-provider, next-auth, nextjs15, pwa, tailwindcss, typescript, zod
- Language: TypeScript
- Homepage: https://next-js-alp.vercel.app
- Size: 1.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Financial Dashboard
This is a simplified version of a financial dashboard built with **Next.js**, a full-stack application with authentication and basic CRUD operations.
![]()
## Features
- Public home page
- Login page with **Google** and **Facebook** authentication
- Protected dashboard pages for managing invoices (add, edit, delete)
- PWA support for offline installation## Features Overview
- **Google/Facebook Authentication**: Users can log in using their Google or Facebook accounts.
- **CRUD Invoices**: Users can create, update, and delete invoices from their dashboard.
- **PWA**: The app can be installed as a Progressive Web App (PWA) and works offline.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.