Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahulkumar-fullstack/nextjs-financial-dashboard
https://github.com/rahulkumar-fullstack/nextjs-financial-dashboard
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rahulkumar-fullstack/nextjs-financial-dashboard
- Owner: rahulkumar-fullstack
- License: mit
- Created: 2025-01-02T17:26:51.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2025-01-02T17:34:47.000Z (23 days ago)
- Last Synced: 2025-01-02T18:33:26.663Z (23 days ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next.js Financial Dashboard
[![License](https://img.shields.io/github/license/rahulkumar-fullstack/nextjs-financial-dashboard)](https://github.com/your-username/nextjs-financial-dashboard)
[![Next.js](https://img.shields.io/badge/Next.js-15.x-%23000000)](https://nextjs.org)
[![Node.js](https://img.shields.io/badge/Node.js-18.18.0-%23339933)](https://nodejs.org/)A **Next.js** financial dashboard with **user authentication** and **invoice management**.
## Features
- **Login & Dashboard**: Secure user access and personalized dashboard.
- **CRUD Invoices**: Create, read, update, and delete invoices.
- **API Routes**: Server-side logic for authentication and data management.## Get Started
1. Clone the repo:
```bash
git clone https://github.com/your-username/nextjs-financial-dashboard.git
cd nextjs-financial-dashboard
```2. Install dependencies:
```bash
npm install
```3. Run the app:
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) in your browser.