Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piercel2022/nextjs-dashboard
nextjs-dashboard is a simplified version of the financial dashboard that has: A public home page. A login page. Dashboard pages that are protected by authentication,. The ability for users to add, edit, and delete invoices.
https://github.com/piercel2022/nextjs-dashboard
javascript pnpm postgresql-database reactjs sql typescript vercel
Last synced: 19 days ago
JSON representation
nextjs-dashboard is a simplified version of the financial dashboard that has: A public home page. A login page. Dashboard pages that are protected by authentication,. The ability for users to add, edit, and delete invoices.
- Host: GitHub
- URL: https://github.com/piercel2022/nextjs-dashboard
- Owner: Piercel2022
- License: mit
- Created: 2024-06-27T15:05:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T20:09:33.000Z (4 months ago)
- Last Synced: 2024-10-10T10:20:58.088Z (about 1 month ago)
- Topics: javascript, pnpm, postgresql-database, reactjs, sql, typescript, vercel
- Language: TypeScript
- Homepage: https://nextjs-dashboard-gamma-olive.vercel.app/dashboard
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
REQUIRED SECTIONS:
- Table of Contents
- About the Project
- Built With
- Live Demo
- Getting Started
- Authors
- Future Features
- Contributing
- Show your support
- Acknowledgements
- License# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)**nextjs-dashboard** is a simplified version of the financial dashboard that has: A public home page. A login page.Dashboard pages that are protected by authentication.The ability for users to add, edit, and delete invoices.
Client
Server
Database
- **A public home page**
- **A login page**
- **Dashboard pages that are protected by authentication**
- [Live Demo](https://nextjs-dashboard-gamma-olive.vercel.app/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
npm install -g pnpm
```
### Setup
Clone this repository to your desired folder:
```sh
git clone [email protected]:Piercel2022/nextjs-dashboard.git
cd nextjs-dashboard
```
### Install
Install this project with:
```sh
pnpm install
```
### Usage
To run the project, execute the following command:
```sh
pnpm dev
```
- GitHub: [@Piercel2022](https://github.com/Piercel2022)
- Twitter: [@pier_celestin](https://twitter.com/pier_celestin)
- LinkedIn: [piercelestinmax](https://linkedin.com/in/piercelestinmax)
- [ ] **The ability for users to add invoices**
- [ ] **The ability for users to edit invoices**
- [ ] **The ability for users to delete invoices**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project...
I would like to thank nextjs.org
This project is [MIT](./LICENSE) licensed.