Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rahulkumar-fullstack/nextjs-financial-dashboard


https://github.com/rahulkumar-fullstack/nextjs-financial-dashboard

Last synced: 19 days ago
JSON representation

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.